Rulvar API reference / @rulvar/rulvar / preflightEstimate
Function: preflightEstimate()
ts
function preflightEstimate(input): PreflightReport;Defined in: packages/core/dist/index.d.ts
Computes the preflight report: the effective merged limits per declared spawn, the layer-1 admission projection over the declared wave, the per-tool and weighted-unit bottleneck ordering, the concurrency and quota exposure at the declared estimates, and the linter findings. Pure: no engine is constructed, no store is opened, no adapter stream is dispatched, and no journal entry is written.
Parameters
| Parameter | Type |
|---|---|
input | PreflightInput |