From 953ae675dfb3b2c966d2eddc7d7a8ffdfe7daa0a Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 4 Sep 2026 17:30:17 +0000 Subject: [PATCH] docs(todos): the bootstrap block coverage gap is pinned except the quarantine helper Co-Authored-By: Claude Fable 5.1 --- TODOS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODOS.md b/TODOS.md index 3c9040f5c..35ce3eccf 100644 --- a/TODOS.md +++ b/TODOS.md @@ -243,10 +243,11 @@ The wave's Step-7 coverage audit (5 subsystem agents, ~700 changed paths, shipped verified by hand or adjacent tests); each is a cheap pin against silent regression: -- **setup Playwright bootstrap block** — `_clear_playwright_quarantine`, - `_PW_LOCK` stale-holder reclaim, `_kill_tree`/`_wait_with_deadline`, Ubuntu - 26.04 platform override: zero test references. The P0 #2554 heal's shell - half. Effort S each. +- **setup Playwright bootstrap block** — `_PW_LOCK` stale-holder reclaim, + `_kill_tree`/`_wait_with_deadline`, and the platform override are now pinned + by test/setup-playwright-best-effort.test.ts (fork-port Wave A). Still + unpinned: `_clear_playwright_quarantine` (the P0 #2554 heal's shell half). + Effort S. - **redact-prepush `scanAddedLines` slicing** — the >1MiB catch-up-diff chunk path (the reason the function exists) is unexercised; a regression reintroduces blocking-while-unscanned. Effort S.