drop debug-only cli subcommands from hive-ag3nt + hive-m1nd

drop the one-shot send/recv/kill/start/restart/request-spawn/request-
apply-commit subcommands from both in-container binaries. they were
debug-only — the host admin socket (`hive-c0re ...`) exposes the
same verbs and the manager mcp surface covers the rest from inside
claude. now each binary's --help shows just `serve` and `mcp`,
which are the only commands either is meant to be started with.

removes the `one_shot` helper and the `render` / `check` glue.
This commit is contained in:
müde 2026-05-15 19:34:58 +02:00
parent 08f2ec5232
commit 0cc25d33d8
3 changed files with 6 additions and 77 deletions

View file

@ -120,8 +120,3 @@ Pick anything from here when relevant. Cross-cutting design notes live in
`HelperEvent::ContainerCrash` to the manager's inbox so the manager can
react (restart, escalate, etc.).
## Cleanup / docs
- **Debug-only sub-commands.** `hive-ag3nt send/recv` and the analogous
`hive-m1nd send/recv/...` exist only for ops debugging. Move them into a
hidden `debug` sub-command to declutter `--help`, or drop entirely.