Skip to content

Commit ecba5c3

Browse files
committed
chore: untrack 25 mars-genesis output fixtures + generalize internal-doc gitignore
The 25 JSON files under examples/mars-genesis/output/ are LLM run dumps from April demo runs (1.4MB). They are not referenced by the README, the cookbook, or any test, and were tracked by accident. .gitkeep keeps the directory present for runs that still write here. Local copies are untouched. Generalize the internal-planning gitignore patterns from the previous mars-genesis-specific rule to the full set called out in CLAUDE.md so new planning docs (auth-v2-plan.md, PHASE_*, SESSION_*, etc.) cannot slip into a published repo by default. Adds the matching docs/specs/, docs/plans/, docs/internal/, docs/audits/ directories to the same block.
1 parent 3d2a51f commit ecba5c3

26 files changed

Lines changed: 16 additions & 39986 deletions

.gitignore

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,22 @@ coverage/
2828
*.sqlite-wal
2929
*.sqlite-shm
3030

31-
# Superpowers
31+
# Internal planning content — never publish
3232
.superpowers/
3333
docs/superpowers/
34+
docs/specs/
35+
docs/plans/
36+
docs/internal/
37+
docs/audits/
38+
docs/STEP_*.md
39+
docs/PHASE_*.md
40+
docs/STAGE_*.md
41+
docs/SESSION_*.md
42+
docs/HANDOFF*.md
43+
docs/FINDINGS*.md
44+
docs/*-v[0-9]*-plan*.md
45+
docs/*-v[0-9]*-design*.md
46+
docs/*-plan-phase*.md
3447

35-
# Internal planning docs (superpowers workflow)
36-
docs/mars-genesis-v*-plan*.md
48+
# Example run output — large LLM artifacts, not part of the published surface
49+
examples/*/output/*.json

examples/mars-genesis/output/the-engineer-run-2026-04-12T04-47-14-857Z.json

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)