Fill in commit SHA for Phase 1 tasks 1.5-1.8 in ROADMAP and task files

This commit is contained in:
2026-04-30 21:47:53 +02:00
parent 2a50aaf175
commit 4686a9c391
5 changed files with 8 additions and 8 deletions
@@ -97,4 +97,4 @@ After this task lands you should be able to run `pnpm dev` against a local Redis
## Done
`src/main.ts` — full pipeline wiring: Postgres pool → migrations → Redis → state store → writer → sink → consumer → graceful shutdown stub. Metrics shim uses `logger.trace`. Sink ordering: state.update before writer.write per spec. *(pending commit SHA)*
`src/main.ts` — full pipeline wiring: Postgres pool → migrations → Redis → state store → writer → sink → consumer → graceful shutdown stub. Metrics shim uses `logger.trace`. Sink ordering: state.update before writer.write per spec. Landed in `68d3da3`.