Skip to content

Commit 0b90837

Browse files
steveyeggeclaude
andcommitted
Make shiny formula and crew template policy-neutral for merge workflow
- shiny.formula.toml: defers to role's git workflow instead of hardcoding PR - crew.md.tmpl: checks remote origin ownership instead of absolute PR ban - tmux.go: minor comment fix Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 566bdfb commit 0b90837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.beads/formulas/shiny.formula.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ needs = ["review"]
2727
title = "Test {{feature}}"
2828

2929
[[steps]]
30-
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Push and create PR."
30+
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Follow your role's git workflow for landing code."
3131
id = "submit"
3232
needs = ["test"]
3333
title = "Submit for merge"

internal/formula/formulas/shiny.formula.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ needs = ["review"]
2727
title = "Test {{feature}}"
2828

2929
[[steps]]
30-
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Push and create PR."
30+
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Follow your role's git workflow for landing code."
3131
id = "submit"
3232
needs = ["test"]
3333
title = "Submit for merge"

0 commit comments

Comments
 (0)