Rulvar API reference / @rulvar/core / ClaimContradictionFinding
Interface: ClaimContradictionFinding
Defined in: packages/core/src/orchestrator/orchestrate.ts:1616
One judged contradiction: the pair plus the judge's one-sentence reason.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
anchor | string | The draft-side citation verbatim, e.g. 'src/exec.ts:256-296'. | ClaimPair.anchor | packages/core/src/orchestrator/consistency.ts:59 |
draftExcerpt | string | The citing draft sentence, collapsed and cut like the readings. | ClaimPair.draftExcerpt | packages/core/src/orchestrator/consistency.ts:61 |
pool | ClaimPoolReading[] | The pool sentences citing an intersecting span, first-seen order. | ClaimPair.pool | packages/core/src/orchestrator/consistency.ts:63 |
reason | string | - | - | packages/core/src/orchestrator/orchestrate.ts:1617 |