chore: add project config

Mode: yolo
Depth: quick
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=off
This commit is contained in:
Mikkel Georgsen 2026-02-04 13:28:24 +00:00
parent ed0c18befc
commit 9c62dac155

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": false
}
}