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
- run_librarian: fix stale docstring (C.2 rerank is built), guard the
semantic retrieve/rerank per-section so one bad section can't abort the
dry-run batch
- knowledge_source: log ValidationError.errors(include_input=False), never
the raw queue row (no content leak)
- build_golden_dataset: fail loud on ambiguous ASVS->CRE mappings instead of
silently picking one (matches build_explicit/build_update)
- candidate_retriever: stable descending sort so tied cosine scores are
deterministic
- cross_encoder: zip(..., strict=True) (B905)
- config_loader_test: annotate OVERRIDES as ClassVar (RUF012)
- schemas: centralize the schema_version check across the three envelopes
- section_validator: extract _validate_or_raise helper for both call sites
- requirements: pin sentence-transformers>=5.0,<6.0 (tested with 5.6)
- evaluate_librarian: drop the no-op --dry_run flag (harness never writes)
0 commit comments