# continuity-fixture

A small Node service: an HTTP handler, a request router, and a background job queue. TypeScript, run directly by Node 22 (type stripping), no build step.

- Tests: `npm test` (Node's built-in test runner, discovers every `*.test.ts`).
- Project tracking lives in `.story/` (storybloq). Read the ticket you are working on and the rulings it cites.
- See RULES.md for the constraints every change must keep.
