Skip to content

Commit 6828a9a

Browse files
ci(gitignore): ignore generated/* artefacts (Refs standards#93) (#67)
## Summary - Apply the prepared `.gitignore` stanza from standards#93 so future regenerated `generated/*` outputs aren't committed. - Existing tracked files (reposystem has `generated/README.adoc`) are intentionally NOT removed — that waits on standards#91 Phase E (~8-12 wk). ## Refs - hyperpolymath/standards#93 ## Test plan - [x] `.gitignore` patches cleanly; no tracked files touched - [ ] CI green on this PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2ac660f commit 6828a9a

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
@@ -75,3 +75,14 @@ deps/
7575
.cache/
7676
build/
7777
dist/
78+
79+
# generated/* — produced by boj-server -mcp cartridges on push via *-regen.yml.
80+
# DO NOT commit these. If missing locally, trigger regeneration:
81+
# curl -X POST http://boj-server.local:7700/cartridges/k9iser-mcp/invoke \
82+
# -d '{"repo": "hyperpolymath/<repo>", "tool": "k9_generate"}'
83+
# Standards#93 / #89 sub-issue 1+2 must be wired before this line is safe.
84+
generated/k9iser/
85+
generated/tlaiser/
86+
generated/wokelangiser/
87+
generated/alloyiser/
88+
generated/abi/

0 commit comments

Comments
 (0)