Skip to content

Commit 3c22e5c

Browse files
committed
chore: keep agent planning drafts out of the public tree
Stop tracking docs/superpowers (implementation plans and superseded design drafts). Ignore them for git and npm so only user-facing docs remain published. Local copies stay on disk for maintainers.
1 parent 7b6f5c8 commit 3c22e5c

7 files changed

Lines changed: 6 additions & 1268 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ openspec/changes/
1717
# Root historical vision draft only (do not match openspec/**/spec.md on case-insensitive FS)
1818
/SPEC.md
1919

20+
# Agent implementation plans / superseded design drafts (not public product docs)
21+
docs/superpowers/
22+
2023
# TypeScript build output
2124
dist/
2225
node_modules/

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
**/*.pyd
44
**/*.pyo
55
**/test_*.py
6+
7+
# Keep npm package free of internal agent planning drafts
8+
docs/superpowers/

docs/superpowers/plans/2026-07-10-add-campaign-workflow.md

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

docs/superpowers/plans/2026-07-10-add-pattern-pack-eval-runner.md

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

docs/superpowers/plans/2026-07-10-add-source-provenance.md

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

0 commit comments

Comments
 (0)