You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove hashKey "is deterministic" — trivially true for SHA-256
- Fix checkRateLimit isolation test to actually exhaust one slug and
verify the other is unaffected (was just checking two fresh slugs)
- Remove duplicate schema validate() tests (field-path and length-violation
both tested the same error branch; consolidate into two clean tests)
- Replace searchItems status-filter test with ranking test (title matches
score higher than description matches — tests real scoring logic)
- Replace brittle fstatCallCount logger test with intent-based mock
(was counting exact internal fstatSync call order, fragile to impl changes)
- Strengthen project-root git fallback assertion from "is a string" to the
actual expected path derived from the mocked git output
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments