gstack/design
t b01188fd3a test(design): fix session-interface drift and HTTP-date millisecond truncation
- feedback-roundtrip.test.ts: handleWrite/ReadCommand's third param is a
  TabSession, not the BrowserManager — the manager delegates enough of the
  session surface to limp through setup but lacks clearLoadedHtml, so
  goto threw on every test. Call via bm.getActiveSession() like
  commands.test.ts does.
- variants-retry-after.test.ts: the Retry-After HTTP-date was built from
  Date.now()+3000, and toUTCString() truncates milliseconds — shaving up
  to 999ms off the encoded wait and failing whenever the clock was late
  in a second. Align the base to a whole second; assertions unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 15:22:46 -07:00
..
src v1.45.0.0 feat(design): persistent board daemon — 24h boards, one tab, board history (#1710) 2026-05-25 20:45:12 -07:00
test test(design): fix session-interface drift and HTTP-date millisecond truncation 2026-07-10 15:22:46 -07:00
prototype.ts v1.30.0.0 fix wave: 21 community PRs + Windows CI extension + codex flag-semantics smoke (#1391) 2026-05-09 08:06:47 -07:00