chore(tasks): summaries + oai11 completion for wave-1 merges

This commit is contained in:
2026-08-30 20:08:44 +00:00
parent a71592e42c
commit ef6eab020d
5 changed files with 26 additions and 6 deletions
@@ -53,4 +53,8 @@ terminates after 3 pages — the cycling shape is untested.
Small, self-contained, feature-gated (`mcp`). Consider (optional) a
`max_tools` sanity cap as well — same budget family, one more guard
against a hostile server — but do not let scope creep: the page cap +
deadline closes the hang, which is the finding.
deadline closes the hang, which is the finding.
## Summary
list_all_tools_bounded replaces rmcp's unbounded list_all_tools: 100-page cap + 60s deadline (per-page timeout sized to remaining budget), loud DiscoveryFailed naming both budgets on trip, fail-closed import. Cycling-cursor integration test (previously hung forever).