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
@@ -71,4 +71,8 @@ tracking + tests on the tungstenite path, (2) doc/keepalive decision,
review-002-con18b-ws-polish (same file) — sequence, don't parallelize.
If (a)-keepalive is chosen, note it interacts with FWD-15's
server-side keep-alives on the *HTTP* SSE path — different layers, but
document both in the same doc pass.
document both in the same doc pass.
## Summary
Idle deadline resets on completed inbound chunks (InboundChunkProgress observer), not message arrival; decision (b) documented - no WS keepalive, 60s no-progress eviction is intentional (pong is attacker-equivalent traffic). Tungstenite unit + axum integration tests; knob surface unchanged.