You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge F4: narrow SSE_STALL_MESSAGE_RE to the emitted format
Audit finding F4 (2026-04-22 diamond audit): narrow the SSE stall detection
regex from /SSE (read|chunk) time(d out|out)/ to /^SSE read timed out after
\d+ms$/ to match exactly the one shape wrapSSE() actually emits.
Diamond pre-review (codex-5.3 + general-purpose): both APPROVE, 0 blocking.
Copilot iteration on #7: 3 rounds, converged to no new comments.
- Strengthened negative test suite with 6 shapes the old loose regex accepted
(missing suffix, wrong verb, timeout-not-timed-out, prefix, trailing
whitespace, trailing newline).
- Repurposed overlapping positive test to cover cause-chain path.
- Documented JS regex $ end-of-input semantics (no m flag = no newline match).
0 commit comments