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
| Property | Type | Description | Defined in |
|---|---|---|---|
admitted | boolean | - | packages/core/src/engine/preflight.ts:506 |
deniedBy? | "budget" | "spawn-cap" | "orchestrator-max-spawns" | - | packages/core/src/engine/preflight.ts:507 |
heldAtEvaluationUsd? | number | The 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 |
label | string | - | packages/core/src/engine/preflight.ts:504 |
reserveUsd | number | - | packages/core/src/engine/preflight.ts:505 |