Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ClaimCoverageInput

Interface: ClaimCoverageInput

Defined in: packages/core/dist/index.d.ts

The subset of the claim-consistency meta the grade derives from.

Properties

PropertyTypeDescriptionDefined in
coverageTargetDeclared?trueTrue when the fold ran under a DECLARED coverage target (RV4404): a truncation is then the CEILING cutting selection the target wanted, and the grade names it 'coverage-capped' instead of a silent 'partial'. Absent keeps every historical grade byte for byte.packages/core/dist/index.d.ts
coveredCitingSentencesnumberCiting sentences with at least one judged pair.packages/core/dist/index.d.ts
criticalUncoveredTotal?numberUncapped count of declared critical anchors with no judged pair.packages/core/dist/index.d.ts
draftCitingSentencesnumberDraft sentences carrying at least one parsable anchor.packages/core/dist/index.d.ts
judgeDeclined?trueTrue when the judge invocation was refused ADMISSION and never dispatched (RV2106). The orchestrator already spreads the flag into the meta it grades, so nothing at the call site changes.packages/core/dist/index.d.ts
judgeFailed?trueTrue when the judge invocation did not settle ok.packages/core/dist/index.d.ts
runFactPairsTruncated?trueTrue when the run-facts pair bound cut the run-claim pairs.packages/core/dist/index.d.ts
truncatedbooleanTrue when the pair bound cut the fold.packages/core/dist/index.d.ts