chore: add project config

This commit is contained in:
2026-03-11 18:39:52 +01:00
parent e8e97cffc0
commit fd3be097b7

13
.planning/config.json Normal file
View File

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