My-Weekly-ToDo-List/.planning/config.json
mARTin d73b7d3ae5 chore: add project config
Mode: interactive
Depth: standard
Parallelization: enabled
Workflow agents: research=enabled, plan_check=enabled, verifier=enabled
2026-01-24 12:33:18 +01:00

12 lines
219 B
JSON

{
"mode": "interactive",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true
}
}