diff --git a/internal/cmd/install.go b/internal/cmd/install.go index 412e885c..3d5aeb25 100644 --- a/internal/cmd/install.go +++ b/internal/cmd/install.go @@ -487,7 +487,7 @@ func initTownAgentBeads(townPath string) error { // bd init doesn't enable "custom" issue types by default, but Gas Town uses // agent/role beads during install and runtime. Ensure these types are enabled // before attempting to create any town-level system beads. - if err := ensureBeadsCustomTypes(townPath, []string{"agent", "role", "rig", "convoy", "slot"}); err != nil { + if err := ensureBeadsCustomTypes(townPath, constants.BeadsCustomTypesList()); err != nil { return err }