Files
simbarag/.planning/config.json
Ryan Chen ea1b518497 chore: add project config
Mode: yolo
Depth: quick
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=on
2026-02-04 18:25:01 -05:00

13 lines
210 B
JSON

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