homelab/.planning/config.json
Mikkel Georgsen 9c62dac155 chore: add project config
Mode: yolo
Depth: quick
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=off
2026-02-04 13:28:24 +00:00

12 lines
211 B
JSON

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