docs: mark subagent outputStyle inheritance as unconfirmed, not assumed

This commit is contained in:
damocles 2026-09-13 20:23:39 +02:00 committed by mara
commit e4ee7b484b

View file

@ -95,9 +95,13 @@ autocompact is **on**, at the widest window claude-code allows — see
primary mechanism; hyperhive still owns that). `outputStyle` is fleet-wide
**Concise** — output tokens are real spend on an always-on agent, and the
preamble/recap Concise drops carries no information a turn-loop consumer
needs. Doesn't reach subagents (`hive-subagent-mcp`'s nested sessions run
their own system prompt and don't inherit the parent's output style,
per claude-code's own docs) — expected, not a gap to chase.
needs. Whether it reaches `hive-subagent-mcp`'s nested sessions is
**unconfirmed** — claude-code's own docs say a Task-tool subagent doesn't
inherit the parent's output style, but a hive subagent is a separate
`claude` CLI process reading the same container-wide managed-settings.json
with no `--settings` override, so that doc claim may not actually apply
here. Needs a real check (start a subagent, read whether its output is
Concise-style), not assumed either way.
**Session reset** is available via `POST /api/new-session` (or
`/new-session` slash command). It does _not_ touch the session inline —