@queuecraft/core
v0.0.1
Published
Pivot model and Adapter contract for Queuecraft — types only, zero runtime dependencies
Maintainers
Readme
@queuecraft/core
The pivot model and the Adapter contract. Types only — this package has zero runtime
dependencies and never imports any queue technology.
model.ts—QueueSnapshot,QueueEvent,FailedJobDetail,QueueActionsadapter.ts— theAdapterinterface every queue tech implements (~6 methods)
⚠️ Interface frozen only after two implementations exist (pg-boss, then BullMQ) — see ADR D6.
