Rulvar API reference / @rulvar/core / OrchestrateContradictionsMeta
Interface: OrchestrateContradictionsMeta
Defined in: packages/core/src/orchestrator/orchestrate.ts:1294
What the contradiction pass looked at, beside its findings (RV1404). Rides the acceptance envelope as contradictionsMeta whenever the pass is configured, exactly like contradictions itself: [] plus this meta says "the pass judged poolChildren accepted children and the pool agreed", while an absent pair says nothing looked. The truncated flag makes the max bound honest: without it, a capped list is indistinguishable from a complete one.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
poolChildren | number | How many accepted children the pass actually judged. | packages/core/src/orchestrator/orchestrate.ts:1296 |
truncated | boolean | True when more contradictions existed than max allowed to report. | packages/core/src/orchestrator/orchestrate.ts:1298 |