diff --git a/docs/scheduler/observability.md b/docs/scheduler/observability.md index 0bdfe39e..0ce60ae5 100644 --- a/docs/scheduler/observability.md +++ b/docs/scheduler/observability.md @@ -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: diff --git a/docs/turn-loop/mcp.md b/docs/turn-loop/mcp.md index d3c59fe7..ad45b561 100644 --- a/docs/turn-loop/mcp.md +++ b/docs/turn-loop/mcp.md @@ -221,7 +221,7 @@ task-id tracking) instead of an interactive shell. The harness gate is `--tools` / `--allowedTools` (Bash absent from `ALLOWED_BUILTIN_TOOLS`), so Bash never exists in a harness turn regardless of managed settings. `Bash` is deliberately **not** in the managed-settings deny so that the -operator-driven `hivectl choom` session — which passes neither `--tools` +operator-driven `hivectl agent choom` session — which passes neither `--tools` nor `--allowedTools` — gets claude's built-in synchronous `Bash` tool (inline, human-approved). That sidesteps the async `mcp__bash__run` completion wake landing in the wrong session (the harness inbox) for a