chore: add project config

This commit is contained in:
Chandler Copeland
2026-03-19 11:35:34 -06:00
parent d435ac97a5
commit ac1ff1a7db

12
.planning/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mode": "yolo",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true
}
}