Files
crank/TASKS.md
T
2026-05-02 10:53:24 +00:00

1.4 KiB

TASKS

Current

feat/distributed-mcp-session-store

Status: in_progress

DoD:

  • transport sessions are stored behind a shared store abstraction
  • mcp-server no longer depends directly on process-local session storage implementation
  • in-memory session store remains available for tests and local fallback
  • production mcp-server uses a Postgres-backed transport session store
  • expired transport sessions are evicted on read and no longer leak indefinitely

Next

  • feat/runtime-rate-limiting-and-backpressure

Backlog

  • feat/frontend-xss-hardening
  • feat/frontend-login-simplification
  • feat/frontend-settings-honesty-pass
  • feat/frontend-command-palette-decision
  • feat/frontend-plural-rules
  • feat/frontend-template-safety-cleanup
  • feat/frontend-shell-unification
  • feat/frontend-wizard-modularization
  • feat/frontend-css-state-cleanup
  • feat/frontend-performance-polish
  • feat/frontend-observability-and-testability
  • feat/id-display-support
  • feat/postgres-pool-config
  • feat/postgres-registry-modularization
  • feat/sqlx-compile-time-verification
  • feat/secret-crypto-hkdf
  • feat/typed-timestamps
  • feat/error-structure-normalization
  • feat/correlation-id-propagation
  • feat/runtime-rate-limiting-and-backpressure
  • feat/distributed-mcp-session-store
  • feat/websocket-test-run-polish
  • feat/live-authenticated-staging-entry