chore: scaffold supervisor from project template

This commit is contained in:
Mathias Bergqvist
2026-04-16 21:50:53 +02:00
commit 92c9c42e24
11 changed files with 555 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Binaries
bin/
*.exe
# Go
vendor/
# ── Generated context files (adapter outputs) ──
# Canonical sources: .context/PROJECT.md + .skills/*/SKILL.md
# Everything below is disposable — regenerate with: task context:sync
AGENTS.md
CLAUDE.md
.cursorrules
.aider.conventions.md
.aider.conf.yml
.context/system-prompt.txt
# ── Sensitive ──
.env
.env.*
*.key
*.pem
secrets/
# IDE
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db