chore: add project config

This commit is contained in:
2026-03-15 18:24:55 +01:00
parent fbf6856633
commit 1a4223aff5

13
.planning/config.json Normal file
View File

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