Skip to content

Commit c134512

Browse files
committed
build: gitignore docs/superpowers (local working notes)
Spec and implementation-plan files written by the brainstorming / writing-plans skills are private working material. Keep them on disk for ongoing reference but don't track them in git or push to remotes.
1 parent 45325ec commit c134512

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ events.db-*
1919
*.jsonl
2020
*.jsonl.gz
2121
.env
22+
23+
# Local working notes — design specs, implementation plans, etc.
24+
docs/superpowers/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ internal/parser/ Anthropic Messages decoder + generic fallback
8282
internal/store/ JSONL + SQLite persistence
8383
internal/e2e/ End-to-end integration test
8484
testdata/flows/ Recorded flow fixtures
85-
docs/superpowers/ Spec + per-plan implementation plans
8685
```
8786

8887
## Development

0 commit comments

Comments
 (0)