Add mol-polecat-work, mol-polecat-lease, mol-gastown-boot formulas; fix spawn.go to use catalog ID

This commit is contained in:
Steve Yegge
2025-12-25 11:46:58 -08:00
parent 7a9d8104b0
commit 9446cd4806
6 changed files with 1803 additions and 1419 deletions
+1 -2
View File
@@ -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)