Skip to content

Commit 04acd06

Browse files
ci(gitignore): ignore generated/* artefacts (Refs standards#93) (#45)
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 9a96b56 commit 04acd06

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
@@ -133,3 +133,14 @@ _build/
133133
deps/
134134
.elixir_ls/
135135
.cache/
136+
137+
# generated/* — produced by boj-server -mcp cartridges on push via *-regen.yml.
138+
# DO NOT commit these. If missing locally, trigger regeneration:
139+
# curl -X POST http://boj-server.local:7700/cartridges/k9iser-mcp/invoke \
140+
# -d '{"repo": "hyperpolymath/<repo>", "tool": "k9_generate"}'
141+
# Standards#93 / #89 sub-issue 1+2 must be wired before this line is safe.
142+
generated/k9iser/
143+
generated/tlaiser/
144+
generated/wokelangiser/
145+
generated/alloyiser/
146+
generated/abi/

0 commit comments

Comments
 (0)