- DiscussionPanel: relabel MCP link to 'Anthropic MCP' for accuracy
- close_overlay now sets evidenceModeOverride to 'hidden' instead of
clearing it, preventing beat-default evidence from reopening on
repeated Escape; only 'reset overrides' clears it
- Add regression test for repeated Escape after force-close
- Update existing overlay-priority tests for new 'hidden' semantics
- F1: Preload replayEvidence on mount so evidence drawer shows records in replay mode
- F2: close_overlay forces evidenceModeOverride to hidden when beat-default is open
- F3: Add CSS transitions (opacity, scale, border, background) for beat-driven elements
- F4: Fix planned time from 20 to 15 minutes for defense presentation
- F5: Fix stale speaker notes by keying textarea on beat.id
- F6: Lazy-initialize startedAt via useReducer initializer instead of module-level Date.now()
- F7: Fix MCP evidence pointer to Anthropic + Cloudflare
- S1: Remove global html/body overflow:hidden; scope to .presentation-route
- S2+P1: Add CSS selectors for data-stage-theme, data-chat-theme, data-chat-mode
- S3: Add distinct visual treatments per SceneView type (positioning, boundary, lifecycle, architecture, authoring, evaluation)
- S4+P2: Move discussion index to reducer state; Escape closes all overlays; remove miswired button
- P3: Add 8 missing Q&A discussion branches across lifecycle, authoring, architecture, evaluation, workflow-demo
- P4: Force replay now restores replay evidence
- P5: Add scene progress display and scene reset to presenter controls
- P6: Fix default dock mode to use composition.chatMode
- P7: Wrap decodeURIComponent in try-catch for malformed hashes
- Browser DTO contracts (ConnectionSuccess, ApiFailure, OperationName)
- API client with fetch-json wrapper and typed failure responses
- Reducer state machine with 7 connection phases and session persistence
- ConnectionHeader component with form, status display, and aria-live region
- 27 console tests passing (7 reducer, 7 API client, 6 component, 7 misc)
- All typecheck clean across RPC, server, and console packages