Rulvar API reference / @rulvar/core / ContradictionClaim
Interface: ContradictionClaim
Defined in: packages/core/src/orchestrator/contradictions.ts:36
One reading of a disputed key, with everyone who reported it.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
excerpt | string | The first sentence that asserted it, whitespace-collapsed and cut to maxExcerptChars. An excerpt, never a quotation: it exists so a reader can find the claim, not so a machine can re-parse it. | packages/core/src/orchestrator/contradictions.ts:46 |
nodeIds | string[] | Children asserting it, in first-seen (spawn) order; never empty. | packages/core/src/orchestrator/contradictions.ts:40 |
value | string | The value asserted for the key, verbatim after the separator. | packages/core/src/orchestrator/contradictions.ts:38 |