docs: update hivectl verb list in CLAUDE.md (add gateway, agents, choom)
This commit is contained in:
parent
33be854c50
commit
86165f07c8
1 changed files with 13 additions and 7 deletions
20
CLAUDE.md
20
CLAUDE.md
|
|
@ -27,13 +27,19 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
|
||||||
vacuum tasks.
|
vacuum tasks.
|
||||||
src/bin/hivectl.rs `hivectl` binary: operator-facing host CLI
|
src/bin/hivectl.rs `hivectl` binary: operator-facing host CLI
|
||||||
for ad-hoc administration that doesn't go
|
for ad-hoc administration that doesn't go
|
||||||
through the broker. v0 verbs: `forge
|
through the broker. Verbs: `forge
|
||||||
create-user <name>`, `matrix create-user
|
create-user <name>` / `matrix create-user
|
||||||
<name>` — wrap the same idempotent
|
<name>` — manual entry points to the same
|
||||||
`forge::ensure_user_for` /
|
idempotent provisioning flows c0re runs at
|
||||||
`matrix::ensure_user_for` flows c0re runs
|
boot; `gateway create-user|delete-user|
|
||||||
in its boot sweeps, callable manually for
|
list-users` — BCrypt htpasswd management for
|
||||||
recovery / debug.
|
gateway HTTP Basic auth; `agents list|kill|
|
||||||
|
restart|restart-all` — container management
|
||||||
|
without the broker; `choom <name> [--fresh]`
|
||||||
|
— exec into `machinectl shell h-<name>`
|
||||||
|
running `claude --continue` (or fresh) so
|
||||||
|
the operator can drop into the agent's live
|
||||||
|
Claude session interactively.
|
||||||
src/server.rs host admin socket (HostRequest → dispatch)
|
src/server.rs host admin socket (HostRequest → dispatch)
|
||||||
src/client.rs admin-socket client
|
src/client.rs admin-socket client
|
||||||
src/manager_server.rs manager-privileged socket (ManagerRequest)
|
src/manager_server.rs manager-privileged socket (ManagerRequest)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue