Commit 999e818
feat(bench-matrix): H6-H8 + H19-H21 evaluators embed comparator evidence (#140)
* docs(specs): comparator-aware evaluators design
Extend H6/H7/H8 (interaction) and H19/H20/H21 (cell-renderer)
evaluators to include comparator evidence in their evidence arrays,
mirroring H1's pattern. Status logic stays pretable-only; data is
informational. Retires the aggregator-script pattern over time.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs(plans): comparator-aware evaluators implementation plan
Twelve-task plan: shared helper for comparator-evidence lookup, six
evaluator extensions (H6, H7, H8, H19, H20, H21), test coverage,
matrix re-run, repo-memory entry, PR.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* feat(bench-matrix): H6/H7/H8 evaluators surface all comparator evidence
evaluateInteractionHypothesis now embeds every measured comparator
adapter in the evidence array (was: best-by-interaction-latency only).
Pretable-only status verdicts unchanged. Adds findComparatorEvidence
helper used by all six target evaluators (H6/H7/H8 + H19/H20/H21).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* feat(bench-matrix): H19 evaluator surfaces comparator format evidence
H19's evidence array now embeds each comparator's scroll-with-format
summary alongside pretable's format/baseline delta. Comparator entries
are absolute format p95 (not deltas) — per-adapter format-vs-baseline
deltas are a future enhancement. Status verdict unchanged.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* feat(bench-matrix): H20 evaluator surfaces comparator evidence
H20's evidence array now embeds each comparator's scroll-with-render
summary alongside pretable. Status verdict unchanged.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* feat(bench-matrix): H21 evaluator surfaces comparator evidence
H21's evidence array now embeds each comparator's
scroll-with-heavy-render summary alongside pretable. Status verdict
unchanged.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* test(bench-matrix): comparator-evidence assertions for H6/H7/H8/H19/H20/H21
Pins the contract that each of the six evaluators surfaces every
measured comparator adapter in its evidence array (4 entries for
H6/H7/H8/H20/H21; 5 for H19 which also carries the pretable scroll
baseline). Status verdicts remain pretable-only.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* chore(bench): comparator-aware evaluators milestone
Synthesized hypotheses report from per-run summaries (matrix runner's
end-of-run report-writer flaked repeatedly in this worktree; the
per-run summaries are valid).
Verification of evaluator extensions:
| H# | Status | Evidence adapters in array |
| --- | --------- | ---------------------------------------- |
| H1 | satisfied | pretable, ag-grid, tanstack |
| H6 | satisfied | pretable, ag-grid, tanstack |
| H7 | satisfied | pretable, ag-grid, tanstack |
| H8 | satisfied | pretable, ag-grid, tanstack |
| H19 | satisfied | pretable (format), pretable (baseline), |
| | | ag-grid, tanstack |
| H20 | satisfied | pretable, ag-grid, tanstack |
| H21 | satisfied | pretable, ag-grid, tanstack |
All seven hypotheses retained their existing `satisfied` status (no
threshold changes; evaluator-extension was data-only). Comparator
evidence now embedded inline in each hypothesis's evidence array —
the architectural goal of the PR.
MUI runs flaked in this matrix attempt and are absent from the
evidence; that's a matrix-runner reliability issue, not an evaluator
issue. The evaluator correctly handles whatever comparator data is
present per-slice. Investigating the matrix-runner's tanstack/mui
flake pattern is a separate follow-up.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs(research): repo-memory entry — comparator-aware evaluators
Architecture change documenting the H6/H7/H8/H19/H20/H21 evaluator
extensions, the matrix-runner flake workaround, and the deferred
follow-ups.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* chore(bench): matrix milestone for comparator-aware evaluators
H6/H7/H8/H19/H20/H21 now embed comparator evidence in their evidence
arrays (4 entries each; 5 for H19 which also carries pretable's scroll
baseline). Pretable-only status verdicts unchanged — all six remain
satisfied.
Aggregated from today's S2 hypothesis-scale runs across
pretable/ag-grid/tanstack/mui after the matrix runner hit two
mid-run e2e flakes (preview server / locator timing); on-disk
summaries combined into a single report.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs(research): correct repo-memory after successful matrix retry
All four adapters (pretable + ag-grid + tanstack + mui) are present in
every comparator-aware evaluator's evidence array. Updates the
2026-05-12 entry to reflect the recovered matrix outcome.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* chore: prettier-format comparator-aware-evaluators artifacts
* chore: prettier-format bench-matrix tests
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9ae2bbe commit 999e818
6 files changed
Lines changed: 4759 additions & 28 deletions
File tree
- docs
- research
- superpowers
- plans
- specs
- scripts
- __tests__
- status/milestones
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
Lines changed: 316 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
0 commit comments