docs(delegation): subagent fan-out is capped at 20 since Claude Code 2.1.217#1569
docs(delegation): subagent fan-out is capped at 20 since Claude Code 2.1.217#1569elhoim wants to merge 1 commit into
Conversation
|
Verified against the official changelog before porting: the 2.1.217 concurrency cap (default 20, Context on where it landed: DelegationSystem.md was retired to history-only status on 2026-07-21 (delegation guidance now lives in native harness surface), but the file still ships, and a known-false claim shouldn't ride under a RETIRED banner — so the correction is in with your credit. (Closing rather than merging — generated-repo doctrine.) |
Problem
DelegationSystem.mdline 67 tells readers:That is no longer true, and the way it fails is silent.
Why it matters
Claude Code 2.1.217 introduced two runtime ceilings on subagents:
Both are overridable, but only if you know they exist. A delegation guide that promises no limit leads users to design swarm patterns that quietly execute partially. The failure mode is the dangerous kind: it looks like it worked.
Fix
Replaces the bare claim with the two ceilings and names the override for each:
CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTSCLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTHDocumentation-only change; no behavior is modified.
Affected versions
Introduced in Claude Code 2.1.217. Any LifeOS install running 2.1.217 or later is affected.