Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / AdmissionDecision

Interface: AdmissionDecision

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

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:186
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:180
nodeId?stringNode identity minted inside the decision; absent on reject.packages/core/src/orchestrator/admission.ts:175
statsBeforeAdmissionStatsBefore-packages/core/src/orchestrator/admission.ts:173
verdictAdmitVerdict-packages/core/src/orchestrator/admission.ts:172