Skip to content

Commit 69e3b6d

Browse files
hyperpolymathclaude
andcommitted
ci(gitignore): ignore generated/* artefacts (Refs standards#93)
Apply the prepared .gitignore stanza from hyperpolymath/standards#93 so that future regenerated outputs from boj-server -mcp cartridges (k9iser, tlaiser, wokelangiser, alloyiser) and hand-generated abi/* don't get accidentally committed. Existing tracked `generated/*` files are intentionally NOT removed: that step waits on the http-capability-gateway tier-2 production wiring (standards#91 Phase E / standards#100, ~8-12 wk). Until the regen path is wired, consumers depend on the committed copies. Refs hyperpolymath/standards#93. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a23354b commit 69e3b6d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,14 @@ dist/
200200
# Generated corpus indices (rebuilt with `echidna corpus ingest`)
201201
data/corpus/*.json
202202
data/corpus/*.octads.jsonl
203+
204+
# generated/* — produced by boj-server -mcp cartridges on push via *-regen.yml.
205+
# DO NOT commit these. If missing locally, trigger regeneration:
206+
# curl -X POST http://boj-server.local:7700/cartridges/k9iser-mcp/invoke \
207+
# -d '{"repo": "hyperpolymath/<repo>", "tool": "k9_generate"}'
208+
# Standards#93 / #89 sub-issue 1+2 must be wired before this line is safe.
209+
generated/k9iser/
210+
generated/tlaiser/
211+
generated/wokelangiser/
212+
generated/alloyiser/
213+
generated/abi/

0 commit comments

Comments
 (0)