From 670e0ccad378e7ace853bfd3d48c05e149211ecb Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 13 Sep 2026 13:24:49 +0200 Subject: [PATCH] docs: drop the auto-injected hyphen vale flags --- docs/tools/subagent.md | 2 +- hive-subagent-mcp/src/mcp_config.rs | 2 +- nix/agent-modules/mcp.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/subagent.md b/docs/tools/subagent.md index 57d8393c..ec3a18ed 100644 --- a/docs/tools/subagent.md +++ b/docs/tools/subagent.md @@ -62,7 +62,7 @@ default — zero MCP servers, full stop; it falls back to claude's own native tools (`Bash`, `WebFetch`, etc.), not the parent's `mcp__bash__*` / `mcp__hyperhive__*` surface. Nothing implicit reaches it: the built-in hyperhive surface (todos/messaging) isn't an `extraMcpServers` entry at -all, and the auto-injected `bash`/`subagent` entries default to excluded +all, and the automatically injected `bash`/`subagent` entries default to excluded too (a subagent can't spawn hive-bash tasks or its own nested subagents unless an operator opts them in explicitly, same as anything else). diff --git a/hive-subagent-mcp/src/mcp_config.rs b/hive-subagent-mcp/src/mcp_config.rs index 2f01c73b..bced0bc5 100644 --- a/hive-subagent-mcp/src/mcp_config.rs +++ b/hive-subagent-mcp/src/mcp_config.rs @@ -2,7 +2,7 @@ //! `hyperhive.extraMcpServers` entries with `availableToSubagents = true` //! (see `hive_extra_mcp::ExtraMcpServer::available_to_subagents`) ever reach //! a subagent's claude invocation. Everything else — the built-in hyperhive -//! surface (todos/messaging), the auto-injected `bash` and `subagent` +//! surface (todos/messaging), the automatically injected `bash` and `subagent` //! entries — stays unreachable by construction: none of those default to //! opted in, and the built-in surface isn't an `extraMcpServers` entry at //! all, so there's no name for an operator to opt it in under even if they diff --git a/nix/agent-modules/mcp.nix b/nix/agent-modules/mcp.nix index fe5f44ae..70b6db16 100644 --- a/nix/agent-modules/mcp.nix +++ b/nix/agent-modules/mcp.nix @@ -137,7 +137,7 @@ in as narrow as before this option existed (its native built-in tools only, zero MCP servers). - The auto-injected `bash` and `subagent` entries below stay at + The automatically injected `bash` and `subagent` entries below stay at this default — a subagent never gets hive-bash (it already has claude's native `Bash` tool instead) or the ability to spawn its own nested subagents, unless an operator opts a