Rank normalized repository evidence deterministically without network requests.
Captured request, candidates, file evidence, and known review loads.
Ranking policy; defaults to two suggestions and no fallback.
Explained rankings; no candidates is a successful empty result.
ReviewerError For invalid ranking options.
const result = rankReviewers(snapshot, { limit: 2, now: '2026-01-01T00:00:00Z' }); Copy
const result = rankReviewers(snapshot, { limit: 2, now: '2026-01-01T00:00:00Z' });
Rank normalized repository evidence deterministically without network requests.