chore: add project config

This commit is contained in:
William Valentin
2026-02-09 19:43:49 -08:00
parent b19be89510
commit 8eb0980b71
+19
View File
@@ -0,0 +1,19 @@
{
"mode": "yolo",
"depth": "quick",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"search_gitignored": false,
"branching_strategy": "none",
"phase_branch_template": "gsd/phase-{phase}-{slug}",
"milestone_branch_template": "gsd/{milestone}-{slug}",
"workflow": {
"research": false,
"plan_check": true,
"verifier": true
},
"git": {
"branching_strategy": "none"
}
}