Add mol-polecat-work, mol-polecat-lease, mol-gastown-boot formulas; fix spawn.go to use catalog ID
This commit is contained in:
@@ -104,9 +104,8 @@ 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 = "gt-lwuu"
|
||||
spawnMolecule = "mol-polecat-work"
|
||||
}
|
||||
|
||||
// Find workspace first (needed for rig inference)
|
||||
|
||||
Reference in New Issue
Block a user