gt spawn: fix proto ID for mol-polecat-work (gt-lwuu)

The proto ID is gt-lwuu, not mol-polecat-work. bd mol run looks up
by ID, not title. Updated spawn to use correct proto ID.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-24 22:55:57 -08:00
parent c8e0616c19
commit 5803103e71

View File

@@ -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)