hivectl: trim cli-help doc comment for agent watch (no impl details)

This commit is contained in:
damocles 2026-07-27 20:22:54 +02:00 committed by mara
commit 74d52a7be2
2 changed files with 3 additions and 6 deletions

View file

@ -482,7 +482,7 @@ A fresh session by default, or resume a prior one. Requires root and a running c
Follow this agent's live turn/tool-call event stream from the CLI.
Dials the same unix socket the gateway's nginx already proxies through (no gateway hop, no daemon round-trip for the stream itself) and prints one compact line per event. `Ctrl-C` to stop. Requires the agent to be running (its harness must have bound the web UI socket).
Prints one compact line per event as they happen. `Ctrl-C` to stop. Requires the agent to be running.
**Usage:** `hivectl agent watch`

View file

@ -536,11 +536,8 @@ pub enum AgentCmd {
},
/// Follow this agent's live turn/tool-call event stream from the CLI.
///
/// Dials the same unix socket the gateway's nginx already proxies
/// through (no gateway hop, no daemon round-trip for the stream
/// itself) and prints one compact line per event. `Ctrl-C` to stop.
/// Requires the agent to be running (its harness must have bound the
/// web UI socket).
/// Prints one compact line per event as they happen. `Ctrl-C` to stop.
/// Requires the agent to be running.
Watch,
/// This agent's disk accounting + optional quota via btrfs qgroups.
///