Rulvar API reference / @rulvar/rulvar / FinishValidator
Interface: FinishValidator
Defined in: packages/core/dist/index.d.ts
A deterministic host validator of the orchestrator finish result. validate must be pure, synchronous host code: no model calls, no clock, no filesystem, because a verdict must reproduce on replay and a throwing validator is a host defect that fails the run as ConfigError (never journaled, never granted a repair turn).
Properties
Methods
validate()
ts
validate(input): FinishValidationVerdict;Defined in: packages/core/dist/index.d.ts
Parameters
| Parameter | Type |
|---|---|
input | FinishValidationInput |