prism-verify v1.2.0
Two opt-in additions to the citation-verification path (both default-off, backward-compatible):
- Local Verifier specialist backend (
prism.providers.local_verifier) — plug a locally-served, fine-tuned groundedness model into the citation lens viaPRISM_LOCAL_VERIFIER_ENDPOINT. When set, it becomes the primary citation verifier (fail-over to the hosted/mistral verifiers on circuit-open); when unset, behavior is unchanged. NewModelFamily.LOCAL_VERIFIER; fail-open viaProviderError→ circuit breaker. - L4 training-data capture sink (
prism.eval.harvest,PRISM_HARVEST_PATH) — opt-in JSONL capture of(claim, evidence_span, verdict)triples; the corpus that trains the local verifier.
Full notes: CHANGELOG.md.