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

@@ -75,7 +75,7 @@ beads clean while maintaining an audit trail.
## Prefix-Based Routing
`bd` commands automatically route to the correct rig based on issue ID prefix:
- `bd show gt-xyz` routes to gastown beads
- `bd show <prefix>-xyz` routes to that rig's beads
- `bd show hq-abc` routes to town beads
Routes defined in `~/gt/.beads/routes.jsonl`. Debug with: `BD_DEBUG_ROUTING=1 bd show <id>`