Adapters are now tracked so non-Mac hosts get full agent context after a plain git pull. task check runs context:sync first and fails on drift via git status --porcelain over the 5 adapter paths.
43 lines
527 B
Plaintext
43 lines
527 B
Plaintext
# Worktrees
|
|
.worktrees/
|
|
|
|
# Binaries
|
|
bin/
|
|
*.exe
|
|
cmd/supervisor/supervisor
|
|
|
|
# Brain content — keep wiki and structure, exclude session logs and training data
|
|
brain/sessions/*.jsonl
|
|
brain/training-data/**/*.jsonl
|
|
|
|
# Go
|
|
vendor/
|
|
|
|
.aider.conf.yml
|
|
|
|
# ── Sensitive ──
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.key
|
|
*.pem
|
|
secrets/
|
|
|
|
# ── Documented examples (commit these) ──
|
|
!.env.example
|
|
!config/supervisor/CLAUDE.md
|
|
!brain/CLAUDE.md
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Brainstorm sessions
|
|
.superpowers/
|