chore: phase branching + graphify auto_update; ignore graph build-status and tmp scratch
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user