Commit 41f6a35
docs(factories): fix limit fallback and approval claims in Resource limits
Address review feedback on the Resource limits section:
- "an omitted limit leaves that dimension unbounded" contradicted the
documented `maxConcurrentSubagents` -> `maxTotalSubagents` fallback in
factory-patterns.md. Note the exception so a declared total cap is not
read as leaving concurrency unbounded.
- "the run still needs an approval" is only true for the model-initiated
`run_factory` path. SDK-initiated `run` and `resume` do not request
permission (src/factory.ts:292, and the Run and resume section says the
same), so qualify the claim instead of promising SDK callers a safeguard
that does not exist.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 190cb6a commit 41f6a35
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments