Skip to content

Commit 58bef51

Browse files
chore: gitignore internal planning docs (plans/ and specs/)
Move docs/superpowers/plans/ and docs/superpowers/specs/ to local-only. These document in-progress work for future-Claude context and are not meaningful to external consumers. docs/superpowers/reviews/ deliberately stays tracked — the security reviews there are a community trust signal, explicitly referenced from CLAUDE.md "Security & reviews" section. Historical note: 8 files (3 plans + 5 specs from 2026-04-16/17) remain in git history on origin/dev from prior commits. Removing them from history would require a destructive force-push on a shared branch, which costs more than keeping them archived. The going-forward hygiene (no new internal docs on public remote) is what matters. Files removed from index (preserved locally on disk): - 3 plans from 2026-04-16/17 (filter-exclusion, drift, interface-parameters) - 5 specs from 2026-04-16/17 (filter-exclusion, drift, interface params, enum null-clearing, filter-exclusion rollout)
1 parent ac72491 commit 58bef51

9 files changed

Lines changed: 8 additions & 3598 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ TestResults/
4545
# - Test-ExeDevVMs.ps1
4646
# - scripts/setup-exe-dev-environment.sh
4747
# - .github/workflows/exe-dev-tests.yml
48+
49+
# Internal planning and design artifacts (local-only)
50+
# These document in-progress work for future-Claude context but are
51+
# not intended for public consumption. docs/superpowers/reviews/ is
52+
# deliberately excluded from this ignore — security reviews remain
53+
# public as a community trust signal (see CLAUDE.md "Security & reviews").
54+
docs/superpowers/plans/
55+
docs/superpowers/specs/

0 commit comments

Comments
 (0)