chore: add project config

This commit is contained in:
Viktor Barzin 2026-02-23 21:55:25 +00:00
parent 8e2948687b
commit 05ea5a6aa3
No known key found for this signature in database
GPG key ID: 0EB088298288D958

12
.planning/config.json Normal file
View file

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