Files
unraid-docker-manager/.planning/config.json
T
Lucas Berger 1e84472efd chore: set git branching strategy to per-milestone
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 19:26:28 -05:00

19 lines
405 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}"
}
}