From c0f59089d49f86d0558e07791d5766bb7fc8543f Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 2 Aug 2026 18:37:58 +0200 Subject: [PATCH] hivectl: link CLAUDE.md verb reference to generated docs instead of hand-listing --- CLAUDE.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6da66e31..b88d9d3b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. - **`hivectl/`** — standalone operator CLI (`hivectl` binary). Talks to the `hive-c0re` daemon over the host admin socket (`hive-host-sock` - wire types) — does NOT link `hive-c0re`. Verbs: `list-agents`, - `agent `, `approvals `, - `forge`/`matrix`/`github`/`gateway` provisioning, `stop`/`start`, - `wg`/`peer-config`. + wire types) — does NOT link `hive-c0re`. Full, always-current verb + reference (CI-enforced against the clap tree, see `docs/conventions.md`): + [`docs/tools/hivectl-cli.md`](docs/tools/hivectl-cli.md). - **`hive-agent/`**, **`hive-agent-mcp/`** — in-container harness, two sibling crates for every agent (not a single `hive-ag3nt/` dir — that's the runtime/binary-family nickname,