From 0e4347d14213fc39002554b156f112ef518ecf7a Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 20 May 2026 10:59:04 +0100 Subject: [PATCH] ci(gitignore): ignore generated/* artefacts (Refs standards#93) Apply the prepared .gitignore stanza from https://github.com/hyperpolymath/standards/issues/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) --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index d32e5bdc..3d3a8ecf 100644 --- a/.gitignore +++ b/.gitignore @@ -175,3 +175,14 @@ dist/ src/app/**/*.wasm *.wasm !public/assets/wasm/*.wasm + +# generated/* — produced by boj-server -mcp cartridges on push via *-regen.yml. +# DO NOT commit these. If missing locally, trigger regeneration: +# curl -X POST http://boj-server.local:7700/cartridges/k9iser-mcp/invoke \ +# -d '{"repo": "hyperpolymath/", "tool": "k9_generate"}' +# Standards#93 / #89 sub-issue 1+2 must be wired before this line is safe. +generated/k9iser/ +generated/tlaiser/ +generated/wokelangiser/ +generated/alloyiser/ +generated/abi/