Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / renderCapacitySheetMarkdown

Function: renderCapacitySheetMarkdown()

ts
function renderCapacitySheetMarkdown(sheet): string;

Defined in: packages/core/src/orchestrator/capacity-sheet.ts:373

Renders the sheet as Markdown: one heading per section, one line per figure with its provenance label on the line, and the named assumptions last. A reader who quotes any single line quotes its provenance with it; that is the point.

Parameters

ParameterType
sheetCapacitySheet

Returns

string