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
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor | string | The draft-side citation verbatim, e.g. 'src/exec.ts:256-296'. | packages/core/src/orchestrator/consistency.ts:59 |
draftExcerpt | string | The citing draft sentence, collapsed and cut like the readings. | packages/core/src/orchestrator/consistency.ts:61 |
pool | ClaimPoolReading[] | The pool sentences citing an intersecting span, first-seen order. | packages/core/src/orchestrator/consistency.ts:63 |