Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / RunFactsSheet

Interface: RunFactsSheet

Defined in: packages/core/src/orchestrator/consistency.ts:507

The run's own recorded execution facts, prepared by the caller (deterministic sentences plus the trigger vocabularies).

Properties

PropertyTypeDescriptionDefined in
idsreadonly string[]Identity triggers: ids the run itself minted (runId, child node ids).packages/core/src/orchestrator/consistency.ts:511
numbersreadonly number[]Numeric triggers: recorded fact values (counts, totals).packages/core/src/orchestrator/consistency.ts:513
textstringDeterministic sentences of the recorded facts.packages/core/src/orchestrator/consistency.ts:509