Commit Graph
1 Commits
  • feat: add workflow console connection flow
    - 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