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:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user