be66f01815
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"workflow_mode": "interactive",
|
|
"agents": {
|
|
"researcher": true,
|
|
"plan_checker": true,
|
|
"verifier": true
|
|
},
|
|
"model_profile": "balanced",
|
|
"planning": {
|
|
"commit_docs": true,
|
|
"search_gitignored": false
|
|
},
|
|
"git": {
|
|
"branching_strategy": "milestone",
|
|
"phase_branch_template": "gsd/phase-{phase}-{slug}",
|
|
"milestone_branch_template": "gsd/{milestone}-{slug}"
|
|
},
|
|
"workflow": {
|
|
"research": true
|
|
}
|
|
} |