chore: add project config

This commit is contained in:
2026-02-14 09:22:53 +01:00
parent 1c583f3c47
commit e7c9a0f8ea

12
.planning/config.json Normal file
View File

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