Spotted during #606 review: two full-suite runs of bun test ./src/ ./core/src/ produced 7 then 2 failures in src/auth-hub-jwt.test.ts (cross-vault JWT scope) and src/export-watch.test.ts (CLI --watch/SIGINT timing); both pass 3/3 in isolation and neither was touched by the PR. Load-sensitive timing under parallel contention — same hygiene class as the known two-factor backup-codes and mirror-routes debounce flakes. Worth a de-flake pass (deadline headroom or serialization) so full-suite runs stop crying wolf during reviews.
Spotted during #606 review: two full-suite runs of
bun test ./src/ ./core/src/produced 7 then 2 failures insrc/auth-hub-jwt.test.ts(cross-vault JWT scope) andsrc/export-watch.test.ts(CLI --watch/SIGINT timing); both pass 3/3 in isolation and neither was touched by the PR. Load-sensitive timing under parallel contention — same hygiene class as the known two-factor backup-codes and mirror-routes debounce flakes. Worth a de-flake pass (deadline headroom or serialization) so full-suite runs stop crying wolf during reviews.