mother: preflight python3, document prereqs, route from build handoff #178
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mother-setup-prep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Three reinforcing changes so the next agent's mother-node setup on osa lands the first time instead of failing late or in an unread doc.
Why
setup-mother.shinstallsgeodesic-dome-mcp(apython3script) without checking python3 exists — so a missing interpreter installs fine and only fails when the MCP host invokes the tool. And the build-lane handoff (the agent's entry point) never pointed at the mother docs at all.Changes
setup-mother.sh— fail-fast--- 0. preflight ---forpython3, with a clearpkg install python3hint. Active guard: protects the agent even if they read nothing.MOTHER-SETUP.md— new Prerequisites section:python3on PATH (stdlib only, no pip), and theCOLIBRI_AUTOSPAWN_RPC_PROMPTboot decision (set = auto-spawn agent on boot; unset = quiet, token-free boot).FREEBSD-BUILD-LANE-HANDOFF.md— pointer toMOTHER-SETUP.md/setup-mother.shso the mother docs are discoverable from the entry point.The chain: handoff routes → doc documents → script enforces the hard one.
sh -nclean.🤖 Generated with Claude Code