feat: gateway CRUD routes for conversations, projects, missions, tasks (P1-005, P1-006)
- BrainModule provides Brain instance to all gateway controllers - ConversationsController: CRUD + message listing/creation - ProjectsController: CRUD with owner assignment - MissionsController: CRUD with project association - TasksController: CRUD with project/mission/status filtering - All routes guarded by AuthGuard (BetterAuth session validation) - DTOs at module boundaries per project convention Closes #14, Closes #15 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
| P1-002 | done | Phase 1 | Auth middleware — BetterAuth session validation | #71 | #11 |
|
||||
| P1-003 | done | Phase 1 | @mosaic/brain — migrate from v0, PG backend | #71 | #12 |
|
||||
| P1-004 | done | Phase 1 | @mosaic/queue — migrate from v0 | #71 | #13 |
|
||||
| P1-005 | not-started | Phase 1 | Gateway routes — conversations CRUD + messages | — | #14 |
|
||||
| P1-006 | not-started | Phase 1 | Gateway routes — tasks, projects, missions CRUD | — | #15 |
|
||||
| P1-005 | done | Phase 1 | Gateway routes — conversations CRUD + messages | #72 | #14 |
|
||||
| P1-006 | done | Phase 1 | Gateway routes — tasks, projects, missions CRUD | #72 | #15 |
|
||||
| P1-007 | done | Phase 1 | WebSocket server — chat streaming | #61 | #16 |
|
||||
| P1-008 | done | Phase 1 | Basic agent dispatch — single provider | #61 | #17 |
|
||||
| P1-009 | not-started | Phase 1 | Verify Phase 1 — gateway functional, API tested | — | #18 |
|
||||
|
||||
Reference in New Issue
Block a user