chore: add project config

Mode: yolo
Depth: quick
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=on
This commit is contained in:
2026-02-04 18:25:01 -05:00
parent f588403612
commit ea1b518497

12
.planning/config.json Normal file
View File

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