rulvar API reference / @rulvar/rulvar / BudgetDefaults
Interface: BudgetDefaults
Defined in: packages/core/dist/index.d.ts
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
childBudgetFraction? | number | Fraction of the parent remainder (minus the parent finalize reserve) a child sub-account may take; default 0.3 (M6-T06). | packages/core/dist/index.d.ts |
flatReserveUsd? | number | Last resort of the admission reserve formula; default 0.50. | packages/core/dist/index.d.ts |
lifetimeSpawnCap? | number | Engine kill switch; default 500 spawns per run. | packages/core/dist/index.d.ts |
lineage? | Partial<EscalationLimits> | Lineage limits (DEF-3): maxEscalationsPerLogicalTask (default 2) and maxAttemptsPerLogicalTask (default 8), monotonically consumed. The validator rejects the pre-rename knob name maxEscalationsPerNode with a migration hint (XF-10). | packages/core/dist/index.d.ts |
maxDepth? | number | AdmissionController nesting depth; default 1, hard ceiling 4. | packages/core/dist/index.d.ts |