chore: add initial planning documents and configuration

This commit is contained in:
Lucas Berger
2026-01-28 16:36:43 -05:00
parent b955096341
commit e953333ad4
3 changed files with 154 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"workflow_mode": "interactive",
"agents": {
"researcher": true,
"plan_checker": true,
"verifier": true
},
"model_profile": "balanced",
"planning": {
"commit_docs": true,
"search_gitignored": false
}
}