Commit 68c382a
docs(config): correct maxConcurrent default in agent-defaults type comments
The JSDoc on AgentDefaults.maxConcurrent and subagents.maxConcurrent said
"Default: 1", but the resolvers default to 4 and 8 respectively
(DEFAULT_AGENT_MAX_CONCURRENT=4, DEFAULT_SUBAGENT_MAX_CONCURRENT=8 in
src/config/agent-limits.ts), applied via applyAgentDefaults and asserted by
src/config/config.agent-concurrency-defaults.test.ts. The user-facing docs
(docs/gateway/config-agents.md) already say 4. Align the type comments so the
inline reference matches the resolver, the test, and the docs.
AI-assisted (Claude + Codex), comment-only, no behavior change.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>1 parent 3c02c23 commit 68c382a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
0 commit comments