Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / AdmissionDecision

Interface: AdmissionDecision

Defined in: packages/core/src/orchestrator/admission.ts:253

The full admission decision embedded in the carrying entry.

Properties

PropertyTypeDescriptionDefined in
ladderLength?numberThe declared ladder length recorded for the termination fold (DEF-2): the replay recomputation reads K_l from the entry, never from the live registry. Present only under a termination account.packages/core/src/orchestrator/admission.ts:268
lineage?SpawnLineageThe computed value-part lineage block (DEF-3): reused byte-exact on replay, never recomputed. Absent on reject.packages/core/src/orchestrator/admission.ts:262
nodeId?stringNode identity minted inside the decision; absent on reject.packages/core/src/orchestrator/admission.ts:257
statsBeforeAdmissionStatsBefore-packages/core/src/orchestrator/admission.ts:255
verdictAdmitVerdict-packages/core/src/orchestrator/admission.ts:254