Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / Contradiction

Interface: Contradiction

Defined in: packages/core/src/orchestrator/contradictions.ts:50

One cited location two children read differently.

Properties

PropertyTypeDescriptionDefined in
anchorstringThe cited location both readings point at, e.g. 'src/retry.ts:33'.packages/core/src/orchestrator/contradictions.ts:52
claimsContradictionClaim[]Every reading of that key at that anchor, in first-seen order.packages/core/src/orchestrator/contradictions.ts:56
keystringThe key both readings name, e.g. 'attempts'.packages/core/src/orchestrator/contradictions.ts:54