mother: drop duplicate scripts from iso (canonical = colibri) + docs → hive_nodes #129
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "iso-drop-mother-dup"
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?
Go-with-(b): consolidate mother infra into colibri.
The mother MCP scripts had been copied into both repos. The iso copies drifted —
clawdie-iso'spackaging/mother/node-register-mcponmainwas the old SQL-injectable version (E'${HOST_ESCAPED}'shell-interpolated into SQL) usingusb_nodes, while colibri #161 (now merged) carries the reviewed, parameterized (psql -v :'var')hive_nodesversion.This PR:
packaging/mother/from clawdie-iso (build-colibri.sh,colibri-mcp-ssh,node-register-mcp). Nothing in the iso build references them — canonical home is now colibri only.usb_nodes → hive_nodesin the three mother docs to match the colibri schema.Supersedes #127 (docs-only rename that conflicted once the iso script copies landed). Doc edits + file removals; markdown gate green.
🤖 Generated with Claude Code
The mother MCP scripts were copied into clawdie-iso (packaging/mother/) AND colibri. The iso copies drifted: node-register-mcp on iso main was the old, SQL-injectable version (E'${HOST_ESCAPED}' string interpolation) using usb_nodes — while colibri #161 carries the reviewed, parameterized (psql -v :'var') hive_nodes version. One canonical home: colibri. Remove packaging/mother/ from the iso (nothing in the iso build references it), redirect the two doc path references to the colibri repo, and align the docs to hive_nodes (matching the colibri schema rename). Supersedes #127 (which only renamed docs and conflicted after the iso copies landed). Doc-only + file removals; markdown gate green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>