Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / ClaimPair

Interface: ClaimPair

Defined in: packages/core/src/orchestrator/consistency.ts:57

One draft assertion paired with the pool readings of its anchor.

Extended by

Properties

PropertyTypeDescriptionDefined in
anchorstringThe draft-side citation verbatim, e.g. 'src/exec.ts:256-296'.packages/core/src/orchestrator/consistency.ts:59
draftExcerptstringThe citing draft sentence, collapsed and cut like the readings.packages/core/src/orchestrator/consistency.ts:61
poolClaimPoolReading[]The pool sentences citing an intersecting span, first-seen order.packages/core/src/orchestrator/consistency.ts:63