Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
15 lines
370 B
Markdown
15 lines
370 B
Markdown
# @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`.
|