diff --git a/internal/cmd/install.go b/internal/cmd/install.go index 5e5ecd70..1f7a3923 100644 --- a/internal/cmd/install.go +++ b/internal/cmd/install.go @@ -388,6 +388,11 @@ func initTownAgentBeads(townPath string) error { title: "Deacon Role", desc: "Role definition for Deacon agents. Daemon beacon for heartbeats and monitoring.", }, + { + id: beads.DogRoleBeadIDTown(), + title: "Dog Role", + desc: "Role definition for Dog agents. Town-level workers for cross-rig tasks.", + }, { id: beads.WitnessRoleBeadIDTown(), title: "Witness Role",