Adds 6 files in tests/synthetic/ exercising the determinism pipeline at the SC7 brief floor (Jaccard >= 0.833). Plan fixture pair: 40 step titles each with 38 shared (Jaccard 0.905). Review fixture pair: 30 finding-IDs each with 28 shared (Jaccard 0.875). Reuses lib/parsers/jaccard.mjs + lib/parsers/finding-id.mjs. The new pair coexists with tests/lib/review-determinism.test.mjs which holds the older SC4 (0.70) floor against tests/fixtures/ultrareview/. The lower floor protects pipeline regressions; the higher floor anchors the speedup brief's determinism aspiration. [skip-docs]
2.2 KiB
2.2 KiB
| type | review_version | created | task | slug | run_id | verdict | findings | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ultrareview-synthetic | 1.0 | 2026-05-04 | Add JWT authentication with refresh-token rotation | jwt-auth-synthetic | B | WARN |
|
Synthetic review run B — JWT authentication with refresh-token rotation
Companion to review-run-A.md. See run A's body for the determinism
contract.
Fixture math
- A has 30 unique finding-IDs
- B has 30 unique finding-IDs
- Intersection (shared IDs): 28
- Union: 32
- Jaccard: 28/32 = 0.875 (above 0.833 floor)
Differences from run A
- A's last 2 IDs come from
src/auth/jwt.ts:201:rule-1andsrc/auth/refresh.ts:55:rule-3 - B's last 2 IDs come from
src/auth/jwt.ts:202:rule-1andsrc/auth/refresh.ts:56:rule-3
The off-by-one line anchoring models realistic post-edit drift between two review runs against subtly different working trees.