chore: exclude design docs and purge sensitive history

Remove docs/plans/, docs/specs/, and docs/design/ from tracking and
add them to .gitignore. History also purged of instance/intercept.db
(user auth DB accidentally committed in January).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-07-05 14:25:04 +01:00
parent 8b2879c71f
commit 5d87656909
+5
View File
@@ -70,5 +70,10 @@ reset-sdr.*
.superpowers/
docs/superpowers/
# Design and implementation docs (internal use only)
docs/plans/
docs/specs/
docs/design/
# Git worktrees
.worktrees/