Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / PreflightAdmissionRow

Interface: PreflightAdmissionRow

Defined in: packages/core/src/engine/preflight.ts:503

One wave entry of the admission projection.

Properties

PropertyTypeDescriptionDefined in
admittedboolean-packages/core/src/engine/preflight.ts:506
deniedBy?"budget" | "spawn-cap" | "orchestrator-max-spawns"-packages/core/src/engine/preflight.ts:507
heldAtEvaluationUsd?numberThe run-root money already held when this row was evaluated: committed reserves of the earlier rows plus the finalization and synthesis carve-outs (RV1901). The row admits iff held + reserveUsd fits the ceiling (children strictly below it at exact fill), so a denied row's arithmetic is auditable term by term. Present only under a USD ceiling.packages/core/src/engine/preflight.ts:516
labelstring-packages/core/src/engine/preflight.ts:504
reserveUsdnumber-packages/core/src/engine/preflight.ts:505