From ff174993cd106b1ad9ae6c8d2beeb625bdbea367 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 20 May 2026 10:47:56 +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 79a1d29..5a71801 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,14 @@ deps/ .cache/ build/ dist/ + +# 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/