feat(queue): stage queue migration package

This commit is contained in:
2026-03-06 13:18:22 -06:00
parent 5103406c93
commit 727b3defc9
21 changed files with 2835 additions and 0 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`.