From 1de75acc278dd3303bfb9e2202dadb16928e5483 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 29 Aug 2026 05:06:57 +0000 Subject: [PATCH] test(evals): ratchet the 8 newly-visible gate-matrix gaps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The self-registration sweep made these eight files' gate-tier keys visible to the census for the first time — their gate tests run in NO CI lane today (pre-existing hole, newly measurable). Ratcheted into KNOWN_MATRIX_GAPS with the burn-down note: the paid-lane re-platform runs every gate file by construction and retires this ratchet class. Co-Authored-By: Claude Fable 5 --- test/evals-workflow-matrix.test.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/evals-workflow-matrix.test.ts b/test/evals-workflow-matrix.test.ts index 53aeb67fa..b59353a08 100644 --- a/test/evals-workflow-matrix.test.ts +++ b/test/evals-workflow-matrix.test.ts @@ -48,6 +48,19 @@ const KNOWN_MATRIX_GAPS = new Set([ 'test/skill-e2e-plan-design-with-ui.test.ts', 'test/skill-e2e-plan-devex-finding-floor.test.ts', 'test/skill-e2e-plan-devex-plan-mode.test.ts', + // Exposed by the 2026-08 dep-list self-registration sweep: these eight had + // zero gate-key dep-list membership before it, so the census never saw + // them as gate-hosting. Their gate tests run in NO CI lane today. The + // paid-lane re-platform (test-paid-shards.ts as the CI engine) runs every + // gate-tier file by construction and retires this whole ratchet. + 'test/skill-e2e-cso.test.ts', + 'test/skill-e2e-diagram.test.ts', + 'test/skill-e2e-learnings.test.ts', + 'test/skill-e2e-plan-tune.test.ts', + 'test/skill-e2e-plan-tune-cathedral.test.ts', + 'test/skill-e2e-review-army.test.ts', + 'test/skill-e2e-session-intelligence.test.ts', + 'test/skill-e2e-skillify.test.ts', ]); /**