From a662fbe261f26b0d87b66a103ce8d79e2a108ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Mon, 27 Jul 2026 15:50:55 +0200 Subject: [PATCH] fix(bench): waive help-conformance coverage for ios-system-ui topic The ios-system-ui help topic (added in #1395) has neither a benchmark case nor a waiver, which was breaking the topic-coverage gate on any branch rebased onto main. It documents a simulator-only workflow with known coordinate-fallback and sparse-a11y gaps, so waive it like the existing physical-device/remote topics until those stabilize. --- scripts/__tests__/help-conformance-topic-coverage.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/__tests__/help-conformance-topic-coverage.test.ts b/scripts/__tests__/help-conformance-topic-coverage.test.ts index b9931ebd5..d87041859 100644 --- a/scripts/__tests__/help-conformance-topic-coverage.test.ts +++ b/scripts/__tests__/help-conformance-topic-coverage.test.ts @@ -12,6 +12,8 @@ const WAIVED_TOPICS: Record = { cdp: 'JS-heap forensics niche; add cases when heap-guidance regressions show up in practice.', macos: 'macOS surface guidance is thin and stable; no observed planning regressions yet.', maestro: 'Compatibility reference, not a planning loop; conformance is oracle-tested instead.', + 'ios-system-ui': + 'Simulator-only workflow with known coordinate-fallback and sparse-a11y gaps; add cases once the gallery capture gap closes and physical-device support is verified.', 'physical-device': 'Needs device-specific setup guidance; no portable planning task defined yet.', 'react-devtools': 'Profiling-window guidance; add cases when render-diagnosis planning regresses.',