diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index d3d28e5d..e5c2c436 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -440,7 +440,7 @@ The following gaps were identified by scanning every import in the actual codeba ### CI Setup -- [x] **5.1** Create `.github/workflows/ci.yml` — build + test + typecheck + lint on push/PR to main +- [x] **5.1** Create `.github/workflows/ci.yml` — build + test + typecheck + lint on push/PR to main (currently `ci.yml.disabled` — billing paused) - [x] **5.2** Add matrix strategy: 9 package tests + 4 service tests (parallel jobs, Node 20) - [x] **5.3** Type-check works: `pnpm typecheck` (`pnpm -r exec tsc --noEmit`) — passes - [x] **5.4** ESLint configured: `eslint.config.js` at root, `pnpm lint` works