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
| Property | Type | Description | Defined in |
|---|---|---|---|
ids | readonly string[] | Identity triggers: ids the run itself minted (runId, child node ids). | packages/core/src/orchestrator/consistency.ts:511 |
numbers | readonly number[] | Numeric triggers: recorded fact values (counts, totals). | packages/core/src/orchestrator/consistency.ts:513 |
text | string | Deterministic sentences of the recorded facts. | packages/core/src/orchestrator/consistency.ts:509 |