rulvar API reference / @rulvar/rulvar / AdmissionDecision
Interface: AdmissionDecision
Defined in: packages/core/dist/index.d.ts
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/dist/index.d.ts |
lineage? | SpawnLineage | The computed value-part lineage block (DEF-3): reused byte-exact on replay, never recomputed. Absent on reject. | packages/core/dist/index.d.ts |
nodeId? | string | Node identity minted inside the decision; absent on reject. | packages/core/dist/index.d.ts |
statsBefore | AdmissionStatsBefore | - | packages/core/dist/index.d.ts |
verdict | AdmitVerdict | - | packages/core/dist/index.d.ts |