rulvar API reference / @rulvar/core / proposalStatement
Function: proposalStatement()
ts
function proposalStatement(proposal): string;Defined in: packages/core/src/knowledge/claims.ts:31
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