Estimate: 30m · Depends on: 6.7.1, 6.1.6, 6.2, 6.3, 6.5, 6.6
The finding-#57 sentinel for Epic 6: tests/e2e/epic6-at-scale.spec.ts (+ a Vitest companion for the query-shape asserts) over the 6.7.1 corpus.
Indexed search: builder filters and saved filters applied over the 10k corpus return paginated results + count without a full-set response (network census); EXPLAIN spot-checks on the heavy predicates (text contains via trgm, CF joins, date windows) show index scans at corpus size — no seq-scan over work_item or the value tables.
SQL-aggregated reporting: the dashboard widgets and the built-in reports (created-vs-resolved, status distribution) compute their aggregates IN the database — asserted two ways: no API response carries the row set (census), and the rendered numbers equal the 6.7.1 helpers' independently-computed expected aggregates (correctness, not just boundedness). Widget render at load completes without timeout at the CI cap.
The rule storm: a bulk sweep of N transitions over corpus issues matching an enabled rule → exactly N firings (no loss, no duplicates under simulated job retries — @inngest/test), bounded job payloads (an event carries ids, never issue bodies), and the actions all land (spot-check the written rows).
The combined a11y sweep: the fully-populated 6.5 admin hub — members + roles, workflow, custom fields, labels, components, automation rules, all sections at once over the corpus project — AND a populated dashboard pass the strict axe config in light AND dark. No per-story sweep renders this combined state; landmark/heading uniqueness and focus order across the stacked admin sections are exactly the class of bug only the combined page shows.
tests/e2e/board-at-scale.spec.ts (3.5), the 4.7 at-scale specs, 5.6.3 — the census/DOM-budget assertion style + CI-lane pattern to mirror