chore: add project config

Mode: YOLO
Depth: Quick
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=on
Model profile: Budget
This commit is contained in:
Dani B
2026-01-29 10:44:49 -05:00
parent 7059b44f69
commit 2f5131434e

12
.planning/config.json Normal file
View File

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