Rulvar API reference / @rulvar/core / AcceptanceTailSpec
Interface: AcceptanceTailSpec
Defined in: packages/core/src/orchestrator/admission.ts:369
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/src/orchestrator/admission.ts:386 |
citationOnFound? | "repair" | "report" | "fail" | Mirrors OrchestrateCitationAudit.onFound; 'repair' arms the audit's round. | SemanticRoundPosture.citationOnFound | packages/core/src/orchestrator/admission.ts:321 |
claimConfigured? | boolean | True when a claim-consistency pass is declared. | SemanticRoundPosture.claimConfigured | packages/core/src/orchestrator/admission.ts:323 |
claimJudgeEstCostUsd? | number | The claim judge's declared admission estimate, claimConsistency.judge.estCost. | - | packages/core/src/orchestrator/admission.ts:373 |
claimOnFound? | "repair" | "report" | "carry" | "fail" | Mirrors OrchestrateClaimConsistency.onFound; absent reads 'report'. | SemanticRoundPosture.claimOnFound | packages/core/src/orchestrator/admission.ts:319 |
claimStage? | "draft" | "final" | "both" | Mirrors OrchestrateClaimConsistency.stage; absent reads 'draft'. | SemanticRoundPosture.claimStage | packages/core/src/orchestrator/admission.ts:317 |
finishEstRepairCostUsd? | number | The mechanical repair turn's declared price, finishValidation.estRepairCostUsd. | - | packages/core/src/orchestrator/admission.ts:375 |
synthesisEstCostUsd? | number | The declared price of one composition, synthesis.estCost. | - | packages/core/src/orchestrator/admission.ts:377 |
synthesisReserveUsd? | number | The held synthesis payload reserve, exactly budget.synthesisReserveUsd. | - | packages/core/src/orchestrator/admission.ts:371 |
workingRoomUsd | number | One coordination turn floor: the resolved flat reserve of the run. | - | packages/core/src/orchestrator/admission.ts:388 |