My-Weekly-ToDo-List/.planning/config.json
mARTin 53166901d0 chore: add project config
Mode: yolo
Depth: standard
Parallelization: enabled
Workflow agents: research=true, plan_check=true, verifier=true
2026-01-24 17:45:55 +01:00

12 lines
212 B
JSON

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