fix: Remove hardcoded gastown from role templates (gt-ne41f)

Use {{ .RigName }} and {{ .IssuePrefix }} template variables instead
of hardcoded 'gastown' and 'gt-' in prefix routing examples.
This commit is contained in:
Steve Yegge
2025-12-27 00:38:40 -08:00
parent 4a04febf05
commit 3e8a0e1fb7
4 changed files with 8 additions and 9 deletions

View File

@@ -84,8 +84,8 @@ Town ({{ .TownRoot }})
`bd` commands automatically route to the correct rig based on issue ID prefix:
```
bd show gt-xyz # Routes to gastown beads (from anywhere in town)
bd show hq-abc # Routes to town beads
bd show {{ .IssuePrefix }}-xyz # Routes to {{ .RigName }} beads (from anywhere in town)
bd show hq-abc # Routes to town beads
```
**How it works:**