chore: add project config

This commit is contained in:
Mikkel Georgsen 2026-02-28 15:45:53 +01:00
parent a254f79bd2
commit 49c837b0e1

13
.planning/config.json Normal file
View file

@ -0,0 +1,13 @@
{
"mode": "yolo",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "quality",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true,
"auto_advance": true
}
}