docs: document the independent subagent daemon (start/continue/interrupt)

This commit is contained in:
damocles 2026-09-09 18:15:35 +02:00
commit e64639c4d0
6 changed files with 165 additions and 14 deletions

View file

@ -28,6 +28,10 @@ debug agent behavior.
- **[bash](bash.md)** — background shell execution (`mcp__bash__*`),
available on every agent unconditionally.
- **[subagent](subagent.md)** — spawn nested headless claude sessions
(`mcp__subagent__{start,continue,interrupt}`), shipped default-on for
every agent today alongside `bash` (expected to become a real opt-in
capability later).
- **[forge](forge.md)** — the `hive-forge` Forgejo CLI every agent has
for issues, PRs, and comments. Not an MCP tool — a binary agents
shell out to instead of ad-hoc curl.