Rulvar API reference / @rulvar/rulvar / AcceptanceTailSpec
Interface: AcceptanceTailSpec
Defined in: packages/core/dist/index.d.ts
The declared inputs of the acceptance tail (RV4001); undeclared estimates are zero.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
citationJudgeEstCostUsd? | number | The citation audit judge's declared estimate (RV4004), citationAudit.judge.estCost. The audit pays one pass, two under its own armed repair round, and that round also pays one more composition plus (when a claim pass is configured past the draft) one more claim rejudge; all of it enters the tail exactly like the claim terms, declared or zero. | - | packages/core/dist/index.d.ts |
citationOnFound? | "report" | "fail" | "repair" | Mirrors OrchestrateCitationAudit.onFound; 'repair' arms the audit's round. | SemanticRoundPosture.citationOnFound | packages/core/dist/index.d.ts |
claimConfigured? | boolean | True when a claim-consistency pass is declared. | SemanticRoundPosture.claimConfigured | packages/core/dist/index.d.ts |
claimJudgeEstCostUsd? | number | The claim judge's declared admission estimate, claimConsistency.judge.estCost. | - | packages/core/dist/index.d.ts |
claimOnFound? | "report" | "carry" | "fail" | "repair" | Mirrors OrchestrateClaimConsistency.onFound; absent reads 'report'. | SemanticRoundPosture.claimOnFound | packages/core/dist/index.d.ts |
claimStage? | "draft" | "final" | "both" | Mirrors OrchestrateClaimConsistency.stage; absent reads 'draft'. | SemanticRoundPosture.claimStage | packages/core/dist/index.d.ts |
finishEstRepairCostUsd? | number | The mechanical repair turn's declared price, finishValidation.estRepairCostUsd. | - | packages/core/dist/index.d.ts |
synthesisEstCostUsd? | number | The declared price of one composition, synthesis.estCost. | - | packages/core/dist/index.d.ts |
synthesisReserveUsd? | number | The held synthesis payload reserve, exactly budget.synthesisReserveUsd. | - | packages/core/dist/index.d.ts |
workingRoomUsd | number | One coordination turn floor: the resolved flat reserve of the run. | - | packages/core/dist/index.d.ts |