From a2890d1542ce3e55d33472d7202909f982cf0915 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Thu, 18 Jun 2026 22:20:31 -0400 Subject: [PATCH] chore(gsd): switch branching strategy to per-milestone Co-Authored-By: Claude Opus 4.8 (1M context) --- .planning/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/config.json b/.planning/config.json index 27b2610..019e0ac 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -7,7 +7,7 @@ "firecrawl": false, "exa_search": false, "git": { - "branching_strategy": "phase", + "branching_strategy": "milestone", "create_tag": true, "phase_branch_template": "gsd/phase-{phase}-{slug}", "milestone_branch_template": "gsd/{milestone}-{slug}",