diff --git a/internal/cmd/spawn.go b/internal/cmd/spawn.go index d1a7309d..69a719fc 100644 --- a/internal/cmd/spawn.go +++ b/internal/cmd/spawn.go @@ -102,8 +102,9 @@ func runSpawn(cmd *cobra.Command, args []string) error { // Auto-use mol-polecat-work for issue-based spawns (Phase 3: Polecat Work Cycle) // This gives polecats a structured workflow with checkpoints for crash recovery. // Can be overridden with explicit --molecule flag. + // Note: gt-lwuu is the proto ID for mol-polecat-work if spawnIssue != "" && spawnMolecule == "" { - spawnMolecule = "mol-polecat-work" + spawnMolecule = "gt-lwuu" } // Find workspace first (needed for rig inference)