Rulvar API reference / @rulvar/core / findContradictions
Function: findContradictions()
ts
function findContradictions(rows, options?): Contradiction[];Defined in: packages/core/src/orchestrator/contradictions.ts:118
Folds the settled children's outputs into the contradictions they hold against each other. Pure and deterministic: the output depends only on the input order and bytes, so a resumed run re-derives it without journaling anything.
Parameters
| Parameter | Type |
|---|---|
rows | readonly ContradictionSource[] |
options? | ContradictionOptions |