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>
This commit is contained in:
mayor
2026-01-10 23:55:52 -08:00
committed by beads/crew/emma
parent 566bdfbcd8
commit 0b90837a18
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ needs = ["review"]
title = "Test {{feature}}"
[[steps]]
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Push and create PR."
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Follow your role's git workflow for landing code."
id = "submit"
needs = ["test"]
title = "Submit for merge"

View File

@@ -27,7 +27,7 @@ needs = ["review"]
title = "Test {{feature}}"
[[steps]]
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Push and create PR."
description = "Submit for merge. Final check: git status, git diff. Commit with clear message. Follow your role's git workflow for landing code."
id = "submit"
needs = ["test"]
title = "Submit for merge"