Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / acceptanceJudgePasses

Function: acceptanceJudgePasses()

ts
function acceptanceJudgePasses(stage?, onFound?): number;

Defined in: packages/core/src/orchestrator/admission.ts:301

Worst-case claim judge dispatches of a declared posture (RV3402/RV4001): 'both' dispatches the judge at the draft AND the final, and an armed repair round (onFound: 'repair', which intake refuses at stage 'draft') rejudges the repaired composition once more. Absent declarations read as the historical one pass.

Parameters

ParameterType
stage?"draft" | "final" | "both"
onFound?"repair" | "report" | "carry" | "fail"

Returns

number