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
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor | string | The cited location both readings point at, e.g. 'src/retry.ts:33'. | packages/core/src/orchestrator/contradictions.ts:52 |
claims | ContradictionClaim[] | Every reading of that key at that anchor, in first-seen order. | packages/core/src/orchestrator/contradictions.ts:56 |
key | string | The key both readings name, e.g. 'attempts'. | packages/core/src/orchestrator/contradictions.ts:54 |