- api.ts: Member, Unified Message, Steps, new types - ws.ts: auth.ok handling, project.subscribe, chat.send - KanbanBoard: new statuses (backlog/todo/in_progress/in_review/done) - TaskModal: steps checklist, comments (unified messages), member select - ChatPanel: unified messages, WS events - BFF: all new endpoints (members, messages, steps, task actions) - BFF ws_proxy: token-based auth to tracker
- BFF on port 8200: auth + proxy to tracker - All /api/* routes go through BFF - WebSocket proxy with JWT auth - Tracker no longer exposed to internet - Logging on all requests - Removed Next.js API routes for auth (BFF handles it)