Rulvar API reference / @rulvar/core / CapacitySheet
Interface: CapacitySheet
Defined in: packages/core/src/orchestrator/capacity-sheet.ts:89
The sheet: sections of labeled figures plus the named assumptions.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
assumptions | string[] | Named assumptions; never silently zero, never silently derived. | packages/core/src/orchestrator/capacity-sheet.ts:96 |
basis | "declared-estimate" | The provenance of the whole artifact, the RV4206 literal. | packages/core/src/orchestrator/capacity-sheet.ts:91 |
estimate | WireCapacityEstimate | The embedded estimate, verbatim, for machine consumers. | packages/core/src/orchestrator/capacity-sheet.ts:93 |
sections | CapacitySheetSection[] | - | packages/core/src/orchestrator/capacity-sheet.ts:94 |