From 1e84472efd61def173ef8e38c816a9cb333a5453 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Sun, 8 Feb 2026 19:26:28 -0500 Subject: [PATCH] chore: set git branching strategy to per-milestone Co-Authored-By: Claude Opus 4.6 --- .planning/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.planning/config.json b/.planning/config.json index ef6f605..c3906be 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -9,5 +9,10 @@ "planning": { "commit_docs": true, "search_gitignored": false + }, + "git": { + "branching_strategy": "milestone", + "phase_branch_template": "gsd/phase-{phase}-{slug}", + "milestone_branch_template": "gsd/{milestone}-{slug}" } }