First release that ships the materials/physical-science accuracy work: scientific units, condition-qualified values, an OpenAlex abstract source, and a regression ship-gate. pip install ref-verify now matches main.
Added
ref-verify check-filefor JSONL and CSV DOI/claim batch checks.- Fixture-backed numeric claim eval coverage for repeated-use workflows.
- DOI-bound OpenAlex abstract fallback before Semantic Scholar and PubMed.
- A CLI regression corpus and manual Live Smoke ship gate for release-readiness checks.
- English and Korean scope guidance: what the tool verifies, what it does not verify, and how to interpret non-
ACCEPTverdicts.
Fixed
- Composite scientific units such as
MV/mwere misread as numerator-only units. - Numeric claim support for common physical-science units such as
eV,Ω·cm,S/m, andMPa. estimated to be <value>is treated as a reported value while predictiveestimated to exceedframes stay conservative.- Comparative evidence such as
>220 °Cno longer accepts an exact220 °Cclaim. - Physical measurement conditions such as
1.7 eV in the temperature rangeand5 S/m at 1 kHzare allowed without relaxing count-claim scope guards. - Semantic Scholar
429rate limits are separated intoSOURCE_RATE_LIMITEDand retried once before the source is marked unavailable. - Comma-clause splitting can bind a number to a subject across descriptive commas when no same-unit competing value is present.
- Claim-side
up to <value>comparators are recognized for percentage and unit/count claims while exact-claim guards stay conservative. - Clarified that
npx skills addinstalls the agent skill but does not pip-install the Python CLI.
Full changelog: see CHANGELOG.md.