docs: stop citing two hivectl commands that do not exist
mcp.md called it `hivectl choom`; the verb is `hivectl agent <name> choom`. observability.md cited `hivectl shell`, which has never existed at any level — the sentence only needs a shell, so it names one instead of guessing which command an operator reaches for. Found by subtracting the generated hivectl-cli.md's command headings from every hivectl citation in docs/. Re-running it after the fix drops the candidate list from 16 to 14, losing exactly these two. Closes #4159
This commit is contained in:
parent
225b1668ae
commit
d2175c84b3
2 changed files with 2 additions and 2 deletions
|
|
@ -191,7 +191,7 @@ The harness sets the OTLP variables (`OTEL_EXPORTER_OTLP_ENDPOINT`, `_PROTOCOL`,
|
|||
wide** — in systemd's `DefaultEnvironment` and in `/etc/profile` — so every
|
||||
process in an agent container exports to the hive's collector without any
|
||||
per-tool wiring. That covers Claude Code, `hive-metric`, and anything you run
|
||||
yourself from a tool call or `hivectl shell`.
|
||||
yourself from a tool call or a shell you open in the container.
|
||||
|
||||
Every agent's export therefore includes these resource attributes
|
||||
automatically:
|
||||
|
|
|
|||
Loading…
Reference in a new issue