chore: add project config

This commit is contained in:
Dabit
2026-03-10 14:11:12 +01:00
parent b7cfe5f60d
commit 7035b20ac9

13
.planning/config.json Normal file
View File

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