chore: phase branching + graphify auto_update; ignore graph build-status and tmp scratch

This commit is contained in:
Lucas Berger
2026-06-10 18:52:19 -04:00
parent 3ed7fc8da8
commit 361bd8f800
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -49,4 +49,8 @@ graphify-out/
# Intel / graph diff baselines (local-only; regenerated on each refresh/build) # Intel / graph diff baselines (local-only; regenerated on each refresh/build)
.planning/intel/.last-refresh.json .planning/intel/.last-refresh.json
.planning/graphs/.last-build-snapshot.json .planning/graphs/.last-build-snapshot.json
.planning/graphs/.last-build-status.json
.planning/research/.cache/ .planning/research/.cache/
# Transient workflow scratch
.planning/tmp/
+3 -2
View File
@@ -7,7 +7,7 @@
"firecrawl": false, "firecrawl": false,
"exa_search": false, "exa_search": false,
"git": { "git": {
"branching_strategy": "milestone", "branching_strategy": "phase",
"create_tag": true, "create_tag": true,
"phase_branch_template": "gsd/phase-{phase}-{slug}", "phase_branch_template": "gsd/phase-{phase}-{slug}",
"milestone_branch_template": "gsd/{milestone}-{slug}", "milestone_branch_template": "gsd/{milestone}-{slug}",
@@ -90,6 +90,7 @@
"enabled": true "enabled": true
}, },
"graphify": { "graphify": {
"enabled": true "enabled": true,
"auto_update": true
} }
} }