rulvar API reference / @rulvar/rulvar / proposalStatement
Function: proposalStatement()
ts
function proposalStatement(proposal): string;Defined in: packages/core/dist/index.d.ts
The typed statement template for a proposal-born claim (phase 3): assembled over the closed enum vocabulary ONLY, so tool-output text is unquotable into persistence, and model-free, because a claim statement renders into the knowledge card's notes layer, which never leaks model names to the orchestrator.
Parameters
| Parameter | Type |
|---|---|
proposal | Pick<KbProposal, "taskClass" | "polarity" | "trigger"> |
Returns
string