Merge branch 'main' into fix/polecat-start-from-origin-main

This commit is contained in:
Olivier Debeuf De Rijcker
2026-01-04 22:54:55 +01:00
committed by GitHub
165 changed files with 13433 additions and 3656 deletions

View File

@@ -251,7 +251,7 @@ func (m *Manager) AddWithOptions(name string, opts AddOptions) (*Polecat, error)
RoleType: "polecat",
Rig: m.rig.Name,
AgentState: "spawning",
RoleBead: "gt-polecat-role",
RoleBead: beads.RoleBeadIDTown("polecat"),
HookBead: opts.HookBead, // Set atomically at spawn time
})
if err != nil {
@@ -475,7 +475,7 @@ func (m *Manager) RecreateWithOptions(name string, force bool, opts AddOptions)
RoleType: "polecat",
Rig: m.rig.Name,
AgentState: "spawning",
RoleBead: "gt-polecat-role",
RoleBead: beads.RoleBeadIDTown("polecat"),
HookBead: opts.HookBead, // Set atomically at spawn time
})
if err != nil {