From d3307a77e58ed2ed2f07f90dbc7c6df9f3f0b195 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 14 Sep 2026 18:51:28 +0200 Subject: [PATCH 1/2] Gitignore Compound Engineering per-checkout local config .compound-engineering/config.local.yaml holds machine-specific CE overrides (e.g. plan model elevation) and should not be committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e30b6712d..f345935c2 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ yarn-debug.log* # Worktrees .worktrees/ + +# Compound Engineering per-checkout overrides +.compound-engineering/*.local.yaml From 62d05ab13d26f520148e0fd05d61f8f8e029b790 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 14 Sep 2026 19:00:47 +0200 Subject: [PATCH 2/2] Gitignore Compound Engineering scratch space Skills that keep local scratch write under .context/compound-engineering/. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f345935c2..d952ce10c 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ yarn-debug.log* # Compound Engineering per-checkout overrides .compound-engineering/*.local.yaml +.context/compound-engineering/