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
| Property | Type | Description | Defined in |
|---|---|---|---|
ladderLength? | number | The 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? | SpawnLineage | The 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? | string | Node identity minted inside the decision; absent on reject. | packages/core/src/orchestrator/admission.ts:175 |
statsBefore | AdmissionStatsBefore | - | packages/core/src/orchestrator/admission.ts:173 |
verdict | AdmitVerdict | - | packages/core/src/orchestrator/admission.ts:172 |