Skip to content

Commit ee3f807

Browse files
committed
chore: ignore .context/ ce-code-review run artifacts
The ce-code-review skill writes per-run artifacts (reviewer JSON, synthesis.md, metadata.json) under .context/compound-engineering/. These are local-only — neither tracked nor linted.
1 parent 570d4b9 commit ee3f807

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ api-cache.json
7777
verbose-mode.json
7878
skills-lock.json
7979
tmp/
80+
.context/
8081

8182
# Local planning documents (not for public repo)
8283
docs/plans/

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"MD022": true,
77
"MD032": true
88
},
9-
"ignores": ["node_modules/**", "dist/**", "src-tauri/target/**", ".planning/**", "DMCA-TAKEDOWN-NOTICE.md"]
9+
"ignores": ["node_modules/**", "dist/**", "src-tauri/target/**", ".planning/**", ".context/**", "DMCA-TAKEDOWN-NOTICE.md"]
1010
}

0 commit comments

Comments
 (0)