From 19f4fa3ddb99662561a75efc7684a1e343bd4e79 Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 7 Jan 2026 19:18:44 -0800 Subject: [PATCH] fix(install): update placeholder comment to reference gt-4ke5e Co-Authored-By: Claude Opus 4.5 --- internal/cmd/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/install.go b/internal/cmd/install.go index ad52df26..f62f1353 100644 --- a/internal/cmd/install.go +++ b/internal/cmd/install.go @@ -333,7 +333,7 @@ func initTownBeads(townPath string) error { // Register Gas Town custom types (agent, role, rig, convoy, slot). // These types are not built into beads core - they must be registered - // before creating agent/role beads. See GH #gt-xyz for context. + // before creating agent/role beads. See gt-4ke5e for context. if err := ensureCustomTypes(townPath); err != nil { // Non-fatal but will cause agent bead creation to fail fmt.Printf(" %s Could not register custom types: %v\n", style.Dim.Render("⚠"), err)