Update project files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ANDREW HOSFORD
2026-04-07 11:59:48 -05:00
parent dd227be9b0
commit 0e8978f48c
50 changed files with 5878 additions and 241 deletions

17
.planning/config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "1.0.0",
"workflow": {
"research": true,
"commit_docs": true,
"auto_verify": false
},
"models": {
"researcher": "sonnet",
"synthesizer": "sonnet",
"planner": "sonnet",
"plan_checker": "sonnet",
"executor": "sonnet",
"verifier": "sonnet",
"roadmapper": "sonnet"
}
}