feat: add supervisor CLAUDE.md, tdd skill prompt, and env example

This commit is contained in:
Mathias Bergqvist
2026-04-17 07:45:54 +02:00
parent 1f79cb6cef
commit d8d2009dfd
4 changed files with 92 additions and 1 deletions

7
.gitignore vendored
View File

@@ -20,11 +20,16 @@ CLAUDE.md
# ── Sensitive ──
.env
.env.*
.env.local
.env.*.local
*.key
*.pem
secrets/
# ── Documented examples (commit these) ──
!.env.example
!config/supervisor/CLAUDE.md
# IDE
.idea/
.vscode/