This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryAdded deterministic lexical claim-to-corpus checks and bounded Claim Verdicts over caller‑supplied evidence.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds `grounded_check` CLI command for lexical claim-to-corpus consistency checks. Adds `grounded_check` CLI command for lexical claim-to-corpus consistency checks. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds `verify_claims` CLI command for bounded Claim Verdicts over supplied evidence. Adds `verify_claims` CLI command for bounded Claim Verdicts over supplied evidence. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds MCP manifest entries, examples, contract tests, and references ADR 0023. Adds MCP manifest entries, examples, contract tests, and references ADR 0023. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds freshness, authority, source‑group, conflict, jurisdiction, and identifier checks to verification logic. Adds freshness, authority, source‑group, conflict, jurisdiction, and identifier checks to verification logic. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds new verdicts: `verified`, `contradicted`, `partially_supported`, `unresolved`, and `not_verifiable`. Adds new verdicts: `verified`, `contradicted`, `partially_supported`, `unresolved`, and `not_verifiable`. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds request and response schemas for grounded_check and verify_claims capabilities. Adds request and response schemas for grounded_check and verify_claims capabilities. Source: llm_adapter@2026-07-15 Confidence: low |
— |
Full changelog
v1.2.0 — Grounding and bounded factual Claim Verdict
v1.2.0 separates two verification questions that must not share one score:
whether a claim is represented in a supplied corpus, and whether a supplied
evidence set meets an explicit factual-verification threshold as of a declared
date.
What changed
- Added
grounded_checkand thegrounded-checkCLI command for deterministic
lexical claim-to-corpus consistency checks. - Added
verify_claimsand theverify-claimsCLI command for bounded Claim
Verdicts over caller-supplied evidence records. - Added request and response schemas for both capabilities, MCP manifest
entries, examples, contract tests, and ADR 0023. - Added checks for source freshness, authority, independent source groups,
conflicts, jurisdiction, and exact subject identifiers. - Added
verified,contradicted,partially_supported,unresolved, and
not_verifiableverdicts without changing existing evidence-audit or
grounding vocabulary.
Boundaries
No source discovery or live retrieval. No fuzzy entity resolution. A
verified verdict means the supplied evidence meets the caller's declared
threshold as of the declared date. It is not absolute truth or a legal,
compliance, sanctions, financial, investment, insurance, or trading
determination. Human review remains required before any commercial action.
Install
pip install agenda-intelligence-md==1.2.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Agenda Intel MD
All releases →Related context
Related tools
Earlier breaking changes
- v0.8.0 MCP tool count increased from 11 to 16, adding five new tools.
Beta — feedback welcome: [email protected]