feat: gateway CRUD routes — conversations, projects, missions, tasks (P1-005/006) #72

Merged
jason.woltje merged 1 commits from feat/p1-005-006-gateway-routes into main 2026-03-13 02:41:03 +00:00
Owner

Summary

  • BrainModule provides Brain instance to all gateway controllers
  • Conversations CRUD + message listing/creation
  • Projects CRUD with owner assignment
  • Missions CRUD with project association
  • Tasks CRUD with project/mission/status filtering
  • All routes guarded by AuthGuard

Closes #14, Closes #15

## Summary - BrainModule provides Brain instance to all gateway controllers - Conversations CRUD + message listing/creation - Projects CRUD with owner assignment - Missions CRUD with project association - Tasks CRUD with project/mission/status filtering - All routes guarded by AuthGuard Closes #14, Closes #15
jason.woltje added 1 commit 2026-03-13 02:40:58 +00:00
- 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>
jason.woltje merged commit c54b69f7ce into main 2026-03-13 02:41:03 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#72