Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / renderContractRequirements

Function: renderContractRequirements()

ts
function renderContractRequirements(manifest): string;

Defined in: packages/core/src/orchestrator/finish-validators.ts:1918

The manifest's prompt half (RV3308): a deterministic requirements block enumerating the SAME headings, bounds, citation floor and literals the validators hold, byte for byte, for the host to embed in its question. Rendering is pure string assembly; nothing here consults the result.

Parameters

ParameterType
manifestOutputContractManifest

Returns

string