From 33a646c0fe104a7c9878f8df07a9ba66c6c9e534 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 12 Feb 2026 23:30:58 -0800 Subject: [PATCH] docs(roadmap): note CI workflows disabled (billing paused) --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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