Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / ClaimMapRow

Interface: ClaimMapRow

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

One row of the composition's claim map.

Properties

PropertyTypeDescriptionDefined in
claimstringThe atomic claim, one assertion, never a compound sentence.packages/core/dist/index.d.ts
gradeClaimGrade-packages/core/dist/index.d.ts
idstringUnique within the map; the judge and the journal address rows by it.packages/core/dist/index.d.ts
inference?{ premises: readonly string[]; reasoning: string; }Required exactly on 'inference': the bridge lives here, the grade never replaces it.packages/core/dist/index.d.ts
inference.premisesreadonly string[]-packages/core/dist/index.d.ts
inference.reasoningstring-packages/core/dist/index.d.ts
runEvidence?stringRequired exactly on 'live-observed': what the run itself recorded.packages/core/dist/index.d.ts
sourceAnchorsreadonly string[]The document anchors (path:line) this claim rests on; empty only on 'assumption'.packages/core/dist/index.d.ts