feat(wave1): @mosaic/types populated + @mosaic/queue migrated to use it (#1)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-03-06 22:44:05 +00:00
committed by jason.woltje
parent 5103406c93
commit 8a2fb6c1ec
24 changed files with 4946 additions and 13 deletions

14
packages/queue/README.md Normal file
View File

@@ -0,0 +1,14 @@
# @mosaic/queue
Valkey-backed task queue package for Mosaic monorepo migration.
## Exports
- Queue repository logic and Redis connection helpers
- CLI runner (`mosaic-queue`)
- MCP server runner (`mosaic-queue-mcp`)
- Runtime task constants (`TASK_STATUSES`, `TASK_PRIORITIES`, `TASK_LANES`)
## Note
Task type definitions are expected to come from `@mosaic/types`.