Session 5 of voyage-rebrand (V6). Operator-authorized cross-plugin scope. - git mv plugins/ultraplan-local plugins/voyage (rename detected, history preserved) - .claude-plugin/marketplace.json: voyage entry replaces ultraplan-local - CLAUDE.md: voyage row in plugin list, voyage in design-system consumer list - README.md: bulk rename ultra*-local commands -> trek* commands; ultraplan-local refs -> voyage; type discriminators (type: trekbrief/trekreview); session-title pattern (voyage:<command>:<slug>); v4.0.0 release-note paragraph - plugins/voyage/.claude-plugin/plugin.json: homepage/repository URLs point to monorepo voyage path - plugins/voyage/verify.sh: drop URL whitelist exception (no longer needed) Closes voyage-rebrand. bash plugins/voyage/verify.sh PASS 7/7. npm test 361/361.
2.2 KiB
2.2 KiB
| type | review_version | created | task | slug | run_id | verdict | findings | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trekreview-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.