hivectl: link CLAUDE.md verb reference to generated docs instead of hand-listing
This commit is contained in:
parent
3421925442
commit
c0f59089d4
1 changed files with 3 additions and 5 deletions
|
|
@ -38,11 +38,9 @@ hand-maintained per-file tree drifts out of sync with the code.
|
||||||
and the axum operator dashboard (`dashboard.rs`). Largest crate.
|
and the axum operator dashboard (`dashboard.rs`). Largest crate.
|
||||||
- **`hivectl/`** — standalone operator CLI (`hivectl` binary). Talks to
|
- **`hivectl/`** — standalone operator CLI (`hivectl` binary). Talks to
|
||||||
the `hive-c0re` daemon over the host admin socket (`hive-host-sock`
|
the `hive-c0re` daemon over the host admin socket (`hive-host-sock`
|
||||||
wire types) — does NOT link `hive-c0re`. Verbs: `list-agents`,
|
wire types) — does NOT link `hive-c0re`. Full, always-current verb
|
||||||
`agent <name> <start|create|request-create|stop|kill|destroy|rebuild|
|
reference (CI-enforced against the clap tree, see `docs/conventions.md`):
|
||||||
restart|set-parent|choom|watch|…>`, `approvals <pending|approve|deny>`,
|
[`docs/tools/hivectl-cli.md`](docs/tools/hivectl-cli.md).
|
||||||
`forge`/`matrix`/`github`/`gateway` provisioning, `stop`/`start`,
|
|
||||||
`wg`/`peer-config`.
|
|
||||||
- **`hive-agent/`**, **`hive-agent-mcp/`** —
|
- **`hive-agent/`**, **`hive-agent-mcp/`** —
|
||||||
in-container harness, two sibling crates for every agent (not a
|
in-container harness, two sibling crates for every agent (not a
|
||||||
single `hive-ag3nt/` dir — that's the runtime/binary-family nickname,
|
single `hive-ag3nt/` dir — that's the runtime/binary-family nickname,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue