percolation-inversion-compiler-ts 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +152 -0
- package/NOTICE +21 -0
- package/README.md +255 -0
- package/dist/agent/messages.d.ts +23 -0
- package/dist/agent/messages.js +457 -0
- package/dist/cli/main.d.ts +1 -0
- package/dist/cli/main.js +2646 -0
- package/dist/index.d.ts +91 -0
- package/dist/index.js +983 -0
- package/dist/io/schema.d.ts +16 -0
- package/dist/io/schema.js +153 -0
- package/dist/packet/index.d.ts +10 -0
- package/dist/packet/index.js +385 -0
- package/fixtures/portability_conformance/README.md +17 -0
- package/fixtures/portability_conformance/agent_check_report.json +1251 -0
- package/fixtures/portability_conformance/agent_intake_report.json +1169 -0
- package/fixtures/portability_conformance/agent_message_delivery_report.json +124 -0
- package/fixtures/portability_conformance/agent_relay_readiness_report.json +40 -0
- package/fixtures/portability_conformance/alt_admission_decision.json +16 -0
- package/fixtures/portability_conformance/bottleneck_witness_report.json +23 -0
- package/fixtures/portability_conformance/collective_phase_certificate.json +330 -0
- package/fixtures/portability_conformance/frontier_debt_report.json +24 -0
- package/fixtures/portability_conformance/manifest.json +113 -0
- package/fixtures/portability_conformance/negative/checksum_mismatch.json +4 -0
- package/fixtures/portability_conformance/negative/schema_invalid_agent_check.json +3 -0
- package/fixtures/portability_conformance/negative/unknown_schema.json +3 -0
- package/fixtures/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
- package/fixtures/portability_conformance/phase_acceleration_plan.json +72 -0
- package/fixtures/portability_conformance/phase_control_audit_summary.json +16 -0
- package/fixtures/portability_conformance/relay_inbox.json +37 -0
- package/fixtures/portability_conformance/runtime_step_report.json +1384 -0
- package/fixtures/portability_conformance/salience_schedule_report.json +100 -0
- package/fixtures/portability_conformance/theory_fidelity_report.json +53 -0
- package/fixtures/portability_conformance/value_bridge_report.json +17 -0
- package/fixtures/python_v044_cli/adoption_packet.json +131 -0
- package/fixtures/python_v044_cli/adoption_request.json +60 -0
- package/fixtures/python_v044_cli/agent_autonomy_audit.json +254 -0
- package/fixtures/python_v044_cli/agent_check_compact.json +80 -0
- package/fixtures/python_v044_cli/agent_check_full.json +1265 -0
- package/fixtures/python_v044_cli/agent_communication_guide.json +426 -0
- package/fixtures/python_v044_cli/agent_intake.json +1175 -0
- package/fixtures/python_v044_cli/agent_manifest.json +373 -0
- package/fixtures/python_v044_cli/agent_runbook.json +115 -0
- package/fixtures/python_v044_cli/demo_installed_smoke.json +1367 -0
- package/fixtures/python_v044_cli/doctor_development.json +264 -0
- package/fixtures/python_v044_cli/identity_explain_profile_production.json +39 -0
- package/fixtures/python_v044_cli/phase_benchmark.json +42 -0
- package/fixtures/python_v044_cli/phase_benchmark_suite.json +428 -0
- package/fixtures/python_v044_cli/phase_dashboard.json +173 -0
- package/fixtures/python_v044_cli/phase_gap.json +119 -0
- package/fixtures/python_v044_cli/phase_observe.json +203 -0
- package/fixtures/python_v044_cli/phase_plan_compact.json +384 -0
- package/fixtures/python_v044_cli/phase_plan_full.json +2020 -0
- package/fixtures/python_v044_cli/phase_runbook.json +66 -0
- package/fixtures/python_v044_cli/routes_bindings.json +716 -0
- package/fixtures/python_v044_cli/routes_explain_replay_trc_physical_trace.json +57 -0
- package/fixtures/python_v044_cli/runtime_step_demo.json +1384 -0
- package/fixtures/python_v044_cli/snapshot_list.json +112 -0
- package/fixtures/python_v044_cli/snapshot_routes.json +926 -0
- package/fixtures/python_v044_cli/snapshot_show_alt.json +6830 -0
- package/fixtures/python_v044_cli/snapshot_show_bit.json +594 -0
- package/fixtures/python_v044_cli/snapshot_show_ecpt.json +2894 -0
- package/fixtures/python_v044_cli/snapshot_show_sqot.json +2392 -0
- package/fixtures/python_v044_cli/snapshot_show_trc.json +3037 -0
- package/fixtures/python_v044_cli/snapshot_verify_alt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_bit.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_ecpt.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_sqot.json +10 -0
- package/fixtures/python_v044_cli/snapshot_verify_trc.json +10 -0
- package/fixtures/python_v044_demo/agent_inbox.json +26 -0
- package/fixtures/python_v044_demo/agent_message.json +19 -0
- package/fixtures/python_v044_demo/agent_output.txt +1 -0
- package/fixtures/python_v044_demo/alt_admission_packet.json +208 -0
- package/fixtures/python_v044_demo/asi_proxy_phase_request.json +47 -0
- package/fixtures/python_v044_demo/general_intake_policy.json +58 -0
- package/fixtures/python_v044_demo/manifest.json +78 -0
- package/fixtures/python_v044_demo/packet_envelope.json +1463 -0
- package/fixtures/python_v044_demo/phase_dashboard.json +175 -0
- package/fixtures/python_v044_demo/runtime_state.json +143 -0
- package/fixtures/python_v044_demo/runtime_step_input.json +8 -0
- package/fixtures/python_v044_demo/runtime_step_report.json +1384 -0
- package/fixtures/python_v044_snapshots/alt.json +6830 -0
- package/fixtures/python_v044_snapshots/bit.json +543 -0
- package/fixtures/python_v044_snapshots/ecpt.json +2741 -0
- package/fixtures/python_v044_snapshots/sqot.json +2134 -0
- package/fixtures/python_v044_snapshots/trc.json +2880 -0
- package/package.json +129 -0
- package/schemas/ALTAccelerationCertificate.schema.json +169 -0
- package/schemas/ALTAdmissionDecision.schema.json +199 -0
- package/schemas/ALTCARACertificate.schema.json +285 -0
- package/schemas/ALTDeprecationRecord.schema.json +171 -0
- package/schemas/ALTKernelTransitionReport.schema.json +185 -0
- package/schemas/ALTResurrectionRecord.schema.json +171 -0
- package/schemas/ASIProxyTargetContract.schema.json +52 -0
- package/schemas/AbstractionToken.schema.json +281 -0
- package/schemas/AccelerationCertificate.schema.json +225 -0
- package/schemas/AccelerationExperimentSuite.schema.json +3731 -0
- package/schemas/AcceptedPacketPath.schema.json +148 -0
- package/schemas/ActionCommit.schema.json +67 -0
- package/schemas/ActionGrammar.schema.json +36 -0
- package/schemas/ActionabilityVector.schema.json +33 -0
- package/schemas/ActivationThresholdCertificate.schema.json +185 -0
- package/schemas/AdapterRouteSpec.schema.json +110 -0
- package/schemas/AdoptionFirstRunCommand.schema.json +44 -0
- package/schemas/AdoptionReviewChecklist.schema.json +36 -0
- package/schemas/AdoptionSafetyBoundary.schema.json +104 -0
- package/schemas/AgentAutonomyAuditReport.schema.json +213 -0
- package/schemas/AgentCheckReport.schema.json +3494 -0
- package/schemas/AgentCommandInvocation.schema.json +63 -0
- package/schemas/AgentCommunicationGuide.schema.json +213 -0
- package/schemas/AgentCommunicationPolicy.schema.json +73 -0
- package/schemas/AgentCommunicationStep.schema.json +85 -0
- package/schemas/AgentConnectorSpec.schema.json +89 -0
- package/schemas/AgentFeatureReadinessReport.schema.json +206 -0
- package/schemas/AgentIdentityAttestation.schema.json +99 -0
- package/schemas/AgentIdentityCheckReport.schema.json +225 -0
- package/schemas/AgentInboxRecord.schema.json +319 -0
- package/schemas/AgentIntakeReport.schema.json +3373 -0
- package/schemas/AgentIntakeRequest.schema.json +2250 -0
- package/schemas/AgentMessageContractReport.schema.json +195 -0
- package/schemas/AgentMessageDeliveryReport.schema.json +630 -0
- package/schemas/AgentMessageEnvelope.schema.json +201 -0
- package/schemas/AgentMessageNonceLedger.schema.json +45 -0
- package/schemas/AgentMessageVerificationContext.schema.json +60 -0
- package/schemas/AgentNetworkReadinessReport.schema.json +109 -0
- package/schemas/AgentNextActionReport.schema.json +83 -0
- package/schemas/AgentPacketExchangeReport.schema.json +519 -0
- package/schemas/AgentPeerRecord.schema.json +85 -0
- package/schemas/AgentPolicyIdentity.schema.json +79 -0
- package/schemas/AgentPopulationState.schema.json +2523 -0
- package/schemas/AgentRelayReadinessReport.schema.json +125 -0
- package/schemas/AgentRunbookReport.schema.json +100 -0
- package/schemas/AgentRuntimeConfig.schema.json +78 -0
- package/schemas/AgentTask.schema.json +101 -0
- package/schemas/AgentToOperatorRequest.schema.json +222 -0
- package/schemas/AgentWorkflowGuide.schema.json +128 -0
- package/schemas/AgentWorkflowStep.schema.json +59 -0
- package/schemas/AlgebraLawCertificate.schema.json +101 -0
- package/schemas/AttestationRecord.schema.json +63 -0
- package/schemas/AutocatalyticClosureWitness.schema.json +187 -0
- package/schemas/BaselineRefreshCertificate.schema.json +178 -0
- package/schemas/BasinReachabilityReport.schema.json +244 -0
- package/schemas/BottleneckCandidate.schema.json +105 -0
- package/schemas/BottleneckIntervention.schema.json +157 -0
- package/schemas/BottleneckInversionPlan.schema.json +212 -0
- package/schemas/BottleneckWitnessReport.schema.json +128 -0
- package/schemas/BoundaryGeneratorRecord.schema.json +57 -0
- package/schemas/BoundaryScriptRecord.schema.json +30 -0
- package/schemas/BudgetedToleranceScheduler.schema.json +59 -0
- package/schemas/CalibrationCertificate.schema.json +252 -0
- package/schemas/CanonicalImplementationReadinessReport.schema.json +298 -0
- package/schemas/CanonicalManifest.schema.json +80 -0
- package/schemas/CanonicalManifestRecord.schema.json +54 -0
- package/schemas/CanonicalTheorySnapshotSummary.schema.json +102 -0
- package/schemas/CapabilityBasinContract.schema.json +59 -0
- package/schemas/CapabilityPacketCandidate.schema.json +247 -0
- package/schemas/CapabilityPacketRegistry.schema.json +442 -0
- package/schemas/CapabilityStateVector.schema.json +169 -0
- package/schemas/CascadeResidualPotential.schema.json +32 -0
- package/schemas/CertificateCompilerRecord.schema.json +81 -0
- package/schemas/CertificateFamily.schema.json +376 -0
- package/schemas/CertificateRoute.schema.json +128 -0
- package/schemas/CertifiedAbstractionCapital.schema.json +161 -0
- package/schemas/CheckResult.schema.json +369 -0
- package/schemas/CheckerContext.schema.json +255 -0
- package/schemas/ClosedLoopAgentIteration.schema.json +1045 -0
- package/schemas/CollectivePhaseCertificate.schema.json +1377 -0
- package/schemas/CommercialReadinessSummary.schema.json +134 -0
- package/schemas/ConfidenceLedger.schema.json +26 -0
- package/schemas/ContentAddressedEvidenceRef.schema.json +48 -0
- package/schemas/ControlledTransition.schema.json +90 -0
- package/schemas/CryptographicAgentIdentity.schema.json +192 -0
- package/schemas/DKWCertificate.schema.json +31 -0
- package/schemas/DiagnosticReservePolicy.schema.json +22 -0
- package/schemas/DischargeRouteBinding.schema.json +93 -0
- package/schemas/DomainTypedSemiring.schema.json +55 -0
- package/schemas/DominanceWitness.schema.json +31 -0
- package/schemas/EProcessCertificate.schema.json +22 -0
- package/schemas/EdgeRelationVerificationReport.schema.json +161 -0
- package/schemas/EdgeRelationVerifierSpec.schema.json +62 -0
- package/schemas/EdgeWitness.schema.json +73 -0
- package/schemas/EdgeWitnessCertificate.schema.json +192 -0
- package/schemas/EvidenceArtifact.schema.json +112 -0
- package/schemas/EvidenceEnvelopeStoreRecord.schema.json +100 -0
- package/schemas/EvidencePolicy.schema.json +57 -0
- package/schemas/EvidenceResolutionBatch.schema.json +347 -0
- package/schemas/EvidenceVerificationProfile.schema.json +74 -0
- package/schemas/ExecutableALTCertificatePacket.schema.json +1512 -0
- package/schemas/ExecutableTraceNormalForm.schema.json +659 -0
- package/schemas/ExecutionAvailablePathCertificate.schema.json +204 -0
- package/schemas/ExternalCandidateClassification.schema.json +10 -0
- package/schemas/ExternalObligationCatalog.schema.json +238 -0
- package/schemas/ExternalVerifierHook.schema.json +174 -0
- package/schemas/FiniteOrder.schema.json +34 -0
- package/schemas/FinitePhaseControlCertificate.schema.json +100 -0
- package/schemas/FiniteTraceLaw.schema.json +30 -0
- package/schemas/FixedPopulationLedger.schema.json +255 -0
- package/schemas/FormationCostLedger.schema.json +91 -0
- package/schemas/FoundryControlDashboard.schema.json +198 -0
- package/schemas/FoundryState.schema.json +1819 -0
- package/schemas/FrontierDebtReport.schema.json +115 -0
- package/schemas/FunctorLawCertificate.schema.json +82 -0
- package/schemas/FusedGeometricComparisonCertificate.schema.json +79 -0
- package/schemas/FutureFreedomVector.schema.json +84 -0
- package/schemas/GeneralIntakePolicy.schema.json +255 -0
- package/schemas/GeneralIntakePolicyDecision.schema.json +85 -0
- package/schemas/GeneralIntakeProfile.schema.json +11 -0
- package/schemas/GeneralIntakeReport.schema.json +861 -0
- package/schemas/GeneralIntakeRuntimeBridgeReport.schema.json +761 -0
- package/schemas/GeneralIntakeSource.schema.json +57 -0
- package/schemas/GoodTuringCertificate.schema.json +27 -0
- package/schemas/HazardEnvelopeCertificate.schema.json +192 -0
- package/schemas/HiddenCapabilityInjectionReport.schema.json +212 -0
- package/schemas/IdentityContributionStatus.schema.json +11 -0
- package/schemas/IdentityTrustProfile.schema.json +12 -0
- package/schemas/ImplementationMaturity.schema.json +27 -0
- package/schemas/IndependenceCertificate.schema.json +42 -0
- package/schemas/InnerViabilityKernel.schema.json +45 -0
- package/schemas/IntakeProvenanceRecord.schema.json +192 -0
- package/schemas/InterventionCandidate.schema.json +266 -0
- package/schemas/Judgment.schema.json +351 -0
- package/schemas/LatticeWitness.schema.json +63 -0
- package/schemas/LedgerCoordinate.schema.json +79 -0
- package/schemas/LifecycleCostBounds.schema.json +65 -0
- package/schemas/LiquidityCertificate.schema.json +1094 -0
- package/schemas/MartingaleBlockResidual.schema.json +32 -0
- package/schemas/MartingaleDeficiencyCertificate.schema.json +76 -0
- package/schemas/MechanismCubeCertificate.schema.json +92 -0
- package/schemas/MissionValidityCertificate.schema.json +153 -0
- package/schemas/MonoidRecord.schema.json +30 -0
- package/schemas/MonotoneMap.schema.json +61 -0
- package/schemas/NegativeLiquidityCertificate.schema.json +176 -0
- package/schemas/NonPromotionPolicy.schema.json +39 -0
- package/schemas/ObligationRule.schema.json +54 -0
- package/schemas/ObligationSet.schema.json +230 -0
- package/schemas/ObligationTrace.schema.json +156 -0
- package/schemas/ObservationWindow.schema.json +48 -0
- package/schemas/ObservedTraceProjection.schema.json +57 -0
- package/schemas/OccupationLedger.schema.json +33 -0
- package/schemas/OperationalCheck.schema.json +29 -0
- package/schemas/OperationalReadinessReport.schema.json +216 -0
- package/schemas/OperatorAdoptionPacket.schema.json +303 -0
- package/schemas/OpportunityMeasureContract.schema.json +165 -0
- package/schemas/OrderedPotentialCone.schema.json +125 -0
- package/schemas/PacketCapitalLineage.schema.json +90 -0
- package/schemas/PacketExchangeEnvelope.schema.json +213 -0
- package/schemas/PacketImportInspectionReport.schema.json +68 -0
- package/schemas/PacketIngestionReport.schema.json +655 -0
- package/schemas/PacketLineageDigest.schema.json +70 -0
- package/schemas/PacketMergeReport.schema.json +286 -0
- package/schemas/PacketPromotionPolicy.schema.json +47 -0
- package/schemas/PacketPromotionReport.schema.json +354 -0
- package/schemas/PacketRejection.schema.json +158 -0
- package/schemas/PhaseAccelerationBenchmarkReport.schema.json +103 -0
- package/schemas/PhaseAccelerationPlan.schema.json +4449 -0
- package/schemas/PhaseAccelerationRequest.schema.json +5333 -0
- package/schemas/PhaseAccelerationScore.schema.json +66 -0
- package/schemas/PhaseBenchmarkCaseResult.schema.json +164 -0
- package/schemas/PhaseBenchmarkSuiteReport.schema.json +234 -0
- package/schemas/PhaseBenchmarkTask.schema.json +36 -0
- package/schemas/PhaseComponentGap.schema.json +46 -0
- package/schemas/PhaseControlAction.schema.json +80 -0
- package/schemas/PhaseControlAuditSummary.schema.json +143 -0
- package/schemas/PhaseControlEnvelope.schema.json +53 -0
- package/schemas/PhaseControlObjective.schema.json +98 -0
- package/schemas/PhaseControlPlan.schema.json +377 -0
- package/schemas/PhaseControlRunReport.schema.json +425 -0
- package/schemas/PhaseControlState.schema.json +383 -0
- package/schemas/PhaseDashboardReport.schema.json +249 -0
- package/schemas/PhaseGapVector.schema.json +101 -0
- package/schemas/PhaseObservationReport.schema.json +321 -0
- package/schemas/PhaseTrajectoryReport.schema.json +4522 -0
- package/schemas/PopulationRuntimeStepReport.schema.json +5125 -0
- package/schemas/PortabilityConformanceReport.schema.json +99 -0
- package/schemas/PortabilitySchemaBundle.schema.json +23 -0
- package/schemas/ProblemSolvingTrace.schema.json +162 -0
- package/schemas/ProcessGrammarRecord.schema.json +56 -0
- package/schemas/ProductOrder.schema.json +53 -0
- package/schemas/ProductionReadinessProfile.schema.json +37 -0
- package/schemas/ProjectionAudit.schema.json +70 -0
- package/schemas/ProofObligation.schema.json +200 -0
- package/schemas/ProtocolFrameDigest.schema.json +79 -0
- package/schemas/ProtocolFunctorCertificate.schema.json +89 -0
- package/schemas/ProtocolObject.schema.json +45 -0
- package/schemas/ProtocolRelativeBenchmarkMetric.schema.json +39 -0
- package/schemas/ProvenanceManifest.schema.json +221 -0
- package/schemas/ProvenanceManifestEntry.schema.json +29 -0
- package/schemas/PsiDashboard.schema.json +213 -0
- package/schemas/PullbackGluingWitness.schema.json +43 -0
- package/schemas/QuarantineLedger.schema.json +31 -0
- package/schemas/ReachableMassRecursionCertificate.schema.json +129 -0
- package/schemas/ReconstructionResidual.schema.json +24 -0
- package/schemas/RefreshRule.schema.json +31 -0
- package/schemas/Registry.schema.json +231 -0
- package/schemas/ReleaseArtifactManifest.schema.json +62 -0
- package/schemas/ReproductionMatrixCertificate.schema.json +190 -0
- package/schemas/ResidualCarryForwardReport.schema.json +57 -0
- package/schemas/ResourceCalendarRecord.schema.json +67 -0
- package/schemas/ResourceEnvelope.schema.json +42 -0
- package/schemas/ResourceMatchedBaselineConfig.schema.json +81 -0
- package/schemas/RiskBudgetLedger.schema.json +19 -0
- package/schemas/RobotsDecision.schema.json +44 -0
- package/schemas/RootFinalityCertificate.schema.json +190 -0
- package/schemas/RouteExecutionBatch.schema.json +930 -0
- package/schemas/RouteExecutionRequest.schema.json +87 -0
- package/schemas/RuntimeActionResult.schema.json +807 -0
- package/schemas/RuntimeComparisonReport.schema.json +3670 -0
- package/schemas/RuntimeEvent.schema.json +142 -0
- package/schemas/RuntimeEventLog.schema.json +161 -0
- package/schemas/RuntimeExecutionReport.schema.json +872 -0
- package/schemas/RuntimeExecutorPolicy.schema.json +68 -0
- package/schemas/RuntimeHealthReport.schema.json +161 -0
- package/schemas/RuntimeIdentityContext.schema.json +480 -0
- package/schemas/RuntimeRunReport.schema.json +3487 -0
- package/schemas/RuntimeServiceSettings.schema.json +55 -0
- package/schemas/RuntimeState.schema.json +1438 -0
- package/schemas/RuntimeStepInput.schema.json +685 -0
- package/schemas/RuntimeStepReport.schema.json +3314 -0
- package/schemas/RuntimeStoreRecord.schema.json +106 -0
- package/schemas/RuntimeStoreSnapshot.schema.json +4815 -0
- package/schemas/SBOMManifest.schema.json +67 -0
- package/schemas/SQOTTheorySnapshot.schema.json +49 -0
- package/schemas/SafePhaseAction.schema.json +96 -0
- package/schemas/SalienceQueueRecord.schema.json +313 -0
- package/schemas/SalienceScheduleReport.schema.json +434 -0
- package/schemas/SalienceSchedulingDecision.schema.json +167 -0
- package/schemas/SchemaBundleDigest.schema.json +57 -0
- package/schemas/ScriptGroundMetricCertificate.schema.json +47 -0
- package/schemas/SelectiveCUPCertificate.schema.json +414 -0
- package/schemas/SettlementReturnRAFCertificate.schema.json +122 -0
- package/schemas/SinkhornCertificate.schema.json +55 -0
- package/schemas/SnapshotAttribution.schema.json +63 -0
- package/schemas/SnapshotCatalog.schema.json +481 -0
- package/schemas/SplitCertificate.schema.json +39 -0
- package/schemas/StatusAlgebraRecord.schema.json +37 -0
- package/schemas/StoppedEvidenceSheafCertificate.schema.json +120 -0
- package/schemas/StrictTexParseReport.schema.json +67 -0
- package/schemas/SybilResistanceLedger.schema.json +427 -0
- package/schemas/SybilResistancePolicy.schema.json +176 -0
- package/schemas/TRCCompileResult.schema.json +239 -0
- package/schemas/TRCStateRecord.schema.json +149 -0
- package/schemas/TelemetryCostCertificate.schema.json +171 -0
- package/schemas/TexGrammarDiagnostic.schema.json +39 -0
- package/schemas/TheoryAuditReport.schema.json +654 -0
- package/schemas/TheoryAuditSuiteReport.schema.json +775 -0
- package/schemas/TheoryFidelityReport.schema.json +100 -0
- package/schemas/TheoryImplementationRecord.schema.json +203 -0
- package/schemas/TheorySnapshot.schema.json +459 -0
- package/schemas/TheorySnapshotItem.schema.json +60 -0
- package/schemas/TokenLineage.schema.json +76 -0
- package/schemas/ToleranceAllocationCertificate.schema.json +62 -0
- package/schemas/TraceNormalizationCertificate.schema.json +77 -0
- package/schemas/TraceSufficiencyCertificate.schema.json +166 -0
- package/schemas/TransportCertificate.schema.json +178 -0
- package/schemas/TypedTraceTransducerRecord.schema.json +64 -0
- package/schemas/ValueBridgeReport.schema.json +131 -0
- package/schemas/VectorCompatibleFamily.schema.json +354 -0
- package/schemas/VerificationThroughputReport.schema.json +62 -0
- package/schemas/VerifiedCapabilityPacket.schema.json +251 -0
- package/schemas/VerifierEvidenceEnvelope.schema.json +178 -0
- package/schemas/VerifierResolution.schema.json +275 -0
- package/schemas/WebDiscoveryReport.schema.json +675 -0
- package/schemas/WebFetchPolicy.schema.json +145 -0
- package/schemas/WebFetchReport.schema.json +133 -0
- package/schemas/bundle.schema.json +100808 -0
- package/schemas/schema-digest.json +1674 -0
|
@@ -0,0 +1,716 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bindings": [
|
|
3
|
+
{
|
|
4
|
+
"binding_id": "binding:alt.adapters.causal.verify_token_effect->alt.adapters.causal.verify_token_effect",
|
|
5
|
+
"canonical_route_id": "alt.adapters.causal.verify_token_effect",
|
|
6
|
+
"canonical_verifier_route": "alt.adapters.causal.verify_token_effect",
|
|
7
|
+
"discharge_level": "external_domain_required",
|
|
8
|
+
"evidence_kind_map": {
|
|
9
|
+
"causal-effect-witness": "causal-effect-witness",
|
|
10
|
+
"counterfactual-report": "counterfactual-report",
|
|
11
|
+
"mechanism-ablation-contrast": "mechanism-ablation-contrast"
|
|
12
|
+
},
|
|
13
|
+
"implemented_route_id": "alt.adapters.causal.verify_token_effect",
|
|
14
|
+
"implemented_verifier_route": "alt.adapters.causal.verify_token_effect",
|
|
15
|
+
"obligation_category": "alt-causal-effect",
|
|
16
|
+
"residual_external_obligation_refs": [
|
|
17
|
+
"domain-specific-proof"
|
|
18
|
+
],
|
|
19
|
+
"residual_policy": "charge-alt-causal-residual-until-token-effect-certified",
|
|
20
|
+
"safe_default": "diagnostic-with-alt-causal-obligation",
|
|
21
|
+
"settlement_scope": [
|
|
22
|
+
"routing-contract:alt.adapters.causal.verify_token_effect"
|
|
23
|
+
],
|
|
24
|
+
"unresolved_domain_obligations": [
|
|
25
|
+
"domain-specific-proof"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"binding_id": "binding:alt.adapters.hazard.verify_adversarial_token_clearance->alt.adapters.hazard.verify_adversarial_token_clearance",
|
|
30
|
+
"canonical_route_id": "alt.adapters.hazard.verify_adversarial_token_clearance",
|
|
31
|
+
"canonical_verifier_route": "alt.adapters.hazard.verify_adversarial_token_clearance",
|
|
32
|
+
"discharge_level": "external_domain_required",
|
|
33
|
+
"evidence_kind_map": {
|
|
34
|
+
"contamination-bound": "contamination-bound",
|
|
35
|
+
"hazard-envelope": "hazard-envelope",
|
|
36
|
+
"misapplication-audit": "misapplication-audit"
|
|
37
|
+
},
|
|
38
|
+
"implemented_route_id": "alt.adapters.hazard.verify_adversarial_token_clearance",
|
|
39
|
+
"implemented_verifier_route": "alt.adapters.hazard.verify_adversarial_token_clearance",
|
|
40
|
+
"obligation_category": "alt-hazard",
|
|
41
|
+
"residual_external_obligation_refs": [
|
|
42
|
+
"domain-specific-proof"
|
|
43
|
+
],
|
|
44
|
+
"residual_policy": "charge-alt-hazard-residual-until-token-clearance-accepted",
|
|
45
|
+
"safe_default": "diagnostic-with-alt-hazard-obligation",
|
|
46
|
+
"settlement_scope": [
|
|
47
|
+
"routing-contract:alt.adapters.hazard.verify_adversarial_token_clearance"
|
|
48
|
+
],
|
|
49
|
+
"unresolved_domain_obligations": [
|
|
50
|
+
"domain-specific-proof"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"binding_id": "binding:alt.adapters.reproduction.verify_capital_reproduction_matrix->alt.adapters.reproduction.verify_capital_reproduction_matrix",
|
|
55
|
+
"canonical_route_id": "alt.adapters.reproduction.verify_capital_reproduction_matrix",
|
|
56
|
+
"canonical_verifier_route": "alt.adapters.reproduction.verify_capital_reproduction_matrix",
|
|
57
|
+
"discharge_level": "external_domain_required",
|
|
58
|
+
"evidence_kind_map": {
|
|
59
|
+
"capacity-bound": "capacity-bound",
|
|
60
|
+
"recombination-witness": "recombination-witness",
|
|
61
|
+
"reproduction-matrix-certificate": "reproduction-matrix-certificate"
|
|
62
|
+
},
|
|
63
|
+
"implemented_route_id": "alt.adapters.reproduction.verify_capital_reproduction_matrix",
|
|
64
|
+
"implemented_verifier_route": "alt.adapters.reproduction.verify_capital_reproduction_matrix",
|
|
65
|
+
"obligation_category": "alt-reproduction",
|
|
66
|
+
"residual_external_obligation_refs": [
|
|
67
|
+
"domain-specific-proof"
|
|
68
|
+
],
|
|
69
|
+
"residual_policy": "charge-alt-reproduction-residual-until-matrix-certified",
|
|
70
|
+
"safe_default": "diagnostic-with-alt-reproduction-obligation",
|
|
71
|
+
"settlement_scope": [
|
|
72
|
+
"routing-contract:alt.adapters.reproduction.verify_capital_reproduction_matrix"
|
|
73
|
+
],
|
|
74
|
+
"unresolved_domain_obligations": [
|
|
75
|
+
"domain-specific-proof"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"binding_id": "binding:alt.adapters.root.verify_role_separated_quorum->alt.adapters.root.verify_role_separated_quorum",
|
|
80
|
+
"canonical_route_id": "alt.adapters.root.verify_role_separated_quorum",
|
|
81
|
+
"canonical_verifier_route": "alt.adapters.root.verify_role_separated_quorum",
|
|
82
|
+
"discharge_level": "external_domain_required",
|
|
83
|
+
"evidence_kind_map": {
|
|
84
|
+
"quorum-signature-report": "quorum-signature-report",
|
|
85
|
+
"role-separation-ledger": "role-separation-ledger",
|
|
86
|
+
"root-of-trust-packet": "root-of-trust-packet"
|
|
87
|
+
},
|
|
88
|
+
"implemented_route_id": "alt.adapters.root.verify_role_separated_quorum",
|
|
89
|
+
"implemented_verifier_route": "alt.adapters.root.verify_role_separated_quorum",
|
|
90
|
+
"obligation_category": "alt-root-trust",
|
|
91
|
+
"residual_external_obligation_refs": [
|
|
92
|
+
"domain-specific-proof"
|
|
93
|
+
],
|
|
94
|
+
"residual_policy": "charge-alt-root-residual-until-quorum-accepted",
|
|
95
|
+
"safe_default": "diagnostic-with-alt-root-obligation",
|
|
96
|
+
"settlement_scope": [
|
|
97
|
+
"routing-contract:alt.adapters.root.verify_role_separated_quorum"
|
|
98
|
+
],
|
|
99
|
+
"unresolved_domain_obligations": [
|
|
100
|
+
"domain-specific-proof"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"binding_id": "binding:alt.adapters.target.verify_alt_cara_target->alt.adapters.target.verify_alt_cara_target",
|
|
105
|
+
"canonical_route_id": "alt.adapters.target.verify_alt_cara_target",
|
|
106
|
+
"canonical_verifier_route": "alt.adapters.target.verify_alt_cara_target",
|
|
107
|
+
"discharge_level": "external_domain_required",
|
|
108
|
+
"evidence_kind_map": {
|
|
109
|
+
"baseline-upper-envelope": "baseline-upper-envelope",
|
|
110
|
+
"resource-matched-report": "resource-matched-report",
|
|
111
|
+
"target-validity-certificate": "target-validity-certificate"
|
|
112
|
+
},
|
|
113
|
+
"implemented_route_id": "alt.adapters.target.verify_alt_cara_target",
|
|
114
|
+
"implemented_verifier_route": "alt.adapters.target.verify_alt_cara_target",
|
|
115
|
+
"obligation_category": "alt-cara-target",
|
|
116
|
+
"residual_external_obligation_refs": [
|
|
117
|
+
"domain-specific-proof"
|
|
118
|
+
],
|
|
119
|
+
"residual_policy": "charge-alt-cara-residual-until-target-contract-accepted",
|
|
120
|
+
"safe_default": "diagnostic-with-alt-cara-obligation",
|
|
121
|
+
"settlement_scope": [
|
|
122
|
+
"routing-contract:alt.adapters.target.verify_alt_cara_target"
|
|
123
|
+
],
|
|
124
|
+
"unresolved_domain_obligations": [
|
|
125
|
+
"domain-specific-proof"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"binding_id": "binding:alt.adapters.telemetry.verify_cost_instrumentation->alt.adapters.telemetry.verify_cost_instrumentation",
|
|
130
|
+
"canonical_route_id": "alt.adapters.telemetry.verify_cost_instrumentation",
|
|
131
|
+
"canonical_verifier_route": "alt.adapters.telemetry.verify_cost_instrumentation",
|
|
132
|
+
"discharge_level": "external_domain_required",
|
|
133
|
+
"evidence_kind_map": {
|
|
134
|
+
"hidden-resource-audit": "hidden-resource-audit",
|
|
135
|
+
"instrumentation-contract": "instrumentation-contract",
|
|
136
|
+
"telemetry-ledger": "telemetry-ledger"
|
|
137
|
+
},
|
|
138
|
+
"implemented_route_id": "alt.adapters.telemetry.verify_cost_instrumentation",
|
|
139
|
+
"implemented_verifier_route": "alt.adapters.telemetry.verify_cost_instrumentation",
|
|
140
|
+
"obligation_category": "alt-telemetry",
|
|
141
|
+
"residual_external_obligation_refs": [
|
|
142
|
+
"domain-specific-proof"
|
|
143
|
+
],
|
|
144
|
+
"residual_policy": "charge-alt-telemetry-residual-until-instrumentation-accepted",
|
|
145
|
+
"safe_default": "diagnostic-with-alt-telemetry-obligation",
|
|
146
|
+
"settlement_scope": [
|
|
147
|
+
"routing-contract:alt.adapters.telemetry.verify_cost_instrumentation"
|
|
148
|
+
],
|
|
149
|
+
"unresolved_domain_obligations": [
|
|
150
|
+
"domain-specific-proof"
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"binding_id": "binding:alt.adapters.transport.verify_density_ratio_support->alt.adapters.transport.verify_density_ratio_support",
|
|
155
|
+
"canonical_route_id": "alt.adapters.transport.verify_density_ratio_support",
|
|
156
|
+
"canonical_verifier_route": "alt.adapters.transport.verify_density_ratio_support",
|
|
157
|
+
"discharge_level": "external_domain_required",
|
|
158
|
+
"evidence_kind_map": {
|
|
159
|
+
"density-ratio-bound": "density-ratio-bound",
|
|
160
|
+
"support-coverage-witness": "support-coverage-witness",
|
|
161
|
+
"transport-certificate": "transport-certificate"
|
|
162
|
+
},
|
|
163
|
+
"implemented_route_id": "alt.adapters.transport.verify_density_ratio_support",
|
|
164
|
+
"implemented_verifier_route": "alt.adapters.transport.verify_density_ratio_support",
|
|
165
|
+
"obligation_category": "alt-transport",
|
|
166
|
+
"residual_external_obligation_refs": [
|
|
167
|
+
"domain-specific-proof"
|
|
168
|
+
],
|
|
169
|
+
"residual_policy": "charge-alt-transport-residual-until-support-and-density-accepted",
|
|
170
|
+
"safe_default": "diagnostic-with-alt-transport-obligation",
|
|
171
|
+
"settlement_scope": [
|
|
172
|
+
"routing-contract:alt.adapters.transport.verify_density_ratio_support"
|
|
173
|
+
],
|
|
174
|
+
"unresolved_domain_obligations": [
|
|
175
|
+
"domain-specific-proof"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"binding_id": "binding:core.adapters.envelope.verify_finite_bound->adapters.domain.verify_ecpt_numerical_envelope",
|
|
180
|
+
"canonical_route_id": "core.adapters.envelope.verify_finite_bound",
|
|
181
|
+
"canonical_verifier_route": "core.adapters.envelope.verify_finite_bound",
|
|
182
|
+
"discharge_level": "finite_value_check",
|
|
183
|
+
"evidence_kind_map": {
|
|
184
|
+
"finite-bound-table": "finite-numerical-envelope",
|
|
185
|
+
"residual-envelope-proof": "residual-envelope-proof",
|
|
186
|
+
"tail-bound-certificate": "tail-bound-certificate"
|
|
187
|
+
},
|
|
188
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_numerical_envelope",
|
|
189
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_numerical_envelope",
|
|
190
|
+
"obligation_category": "numerical-envelope",
|
|
191
|
+
"residual_external_obligation_refs": [],
|
|
192
|
+
"residual_policy": "charge-envelope-residual-until-bound-certified",
|
|
193
|
+
"safe_default": "diagnostic-with-envelope-obligation",
|
|
194
|
+
"settlement_scope": [
|
|
195
|
+
"finite-value:adapters.domain.verify_ecpt_numerical_envelope"
|
|
196
|
+
],
|
|
197
|
+
"unresolved_domain_obligations": []
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"binding_id": "binding:core.adapters.external.verify_domain_obligation->core.adapters.external.verify_domain_obligation",
|
|
201
|
+
"canonical_route_id": "core.adapters.external.verify_domain_obligation",
|
|
202
|
+
"canonical_verifier_route": "core.adapters.external.verify_domain_obligation",
|
|
203
|
+
"discharge_level": "external_domain_required",
|
|
204
|
+
"evidence_kind_map": {
|
|
205
|
+
"domain-certificate": "domain-certificate",
|
|
206
|
+
"replayable-witness": "replayable-witness"
|
|
207
|
+
},
|
|
208
|
+
"implemented_route_id": "core.adapters.external.verify_domain_obligation",
|
|
209
|
+
"implemented_verifier_route": "core.adapters.external.verify_domain_obligation",
|
|
210
|
+
"obligation_category": "domain-specific-proof",
|
|
211
|
+
"residual_external_obligation_refs": [
|
|
212
|
+
"domain-specific-proof"
|
|
213
|
+
],
|
|
214
|
+
"residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
|
|
215
|
+
"safe_default": "diagnostic-with-domain-obligation",
|
|
216
|
+
"settlement_scope": [
|
|
217
|
+
"routing-contract:core.adapters.external.verify_domain_obligation"
|
|
218
|
+
],
|
|
219
|
+
"unresolved_domain_obligations": [
|
|
220
|
+
"domain-specific-proof"
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"binding_id": "binding:ecpt.adapters.bridge.verify_cross_theory_bridge->adapters.domain.verify_ecpt_bridge_reserve",
|
|
225
|
+
"canonical_route_id": "ecpt.adapters.bridge.verify_cross_theory_bridge",
|
|
226
|
+
"canonical_verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge",
|
|
227
|
+
"discharge_level": "contract_enforced",
|
|
228
|
+
"evidence_kind_map": {
|
|
229
|
+
"bridge-map": "finite-bridge-reserve",
|
|
230
|
+
"machine-readable-capsule-audit": "machine-readable-capsule-audit",
|
|
231
|
+
"reserve-invariance-proof": "reserve-invariance-proof"
|
|
232
|
+
},
|
|
233
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_bridge_reserve",
|
|
234
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_bridge_reserve",
|
|
235
|
+
"obligation_category": "ecpt-bridge-reserve",
|
|
236
|
+
"residual_external_obligation_refs": [
|
|
237
|
+
"cross-theory-bridge-proof"
|
|
238
|
+
],
|
|
239
|
+
"residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
|
|
240
|
+
"safe_default": "diagnostic-with-bridge-obligation",
|
|
241
|
+
"settlement_scope": [
|
|
242
|
+
"contract-envelope:adapters.domain.verify_ecpt_bridge_reserve"
|
|
243
|
+
],
|
|
244
|
+
"unresolved_domain_obligations": [
|
|
245
|
+
"cross-theory-bridge-proof"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"binding_id": "binding:ecpt.adapters.ecology.verify_domain_abstraction->adapters.domain.verify_ecpt_domain_abstraction",
|
|
250
|
+
"canonical_route_id": "ecpt.adapters.ecology.verify_domain_abstraction",
|
|
251
|
+
"canonical_verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction",
|
|
252
|
+
"discharge_level": "external_domain_required",
|
|
253
|
+
"evidence_kind_map": {
|
|
254
|
+
"abstraction-map": "finite-domain-abstraction",
|
|
255
|
+
"domain-semantics-report": "domain-semantics-report",
|
|
256
|
+
"simulation-refinement-witness": "simulation-refinement-witness"
|
|
257
|
+
},
|
|
258
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_domain_abstraction",
|
|
259
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_domain_abstraction",
|
|
260
|
+
"obligation_category": "ecpt-ecology-ontology",
|
|
261
|
+
"residual_external_obligation_refs": [
|
|
262
|
+
"ontology-extension-domain-proof"
|
|
263
|
+
],
|
|
264
|
+
"residual_policy": "charge-abstraction-residual-until-domain-witness-accepted",
|
|
265
|
+
"safe_default": "diagnostic-with-abstraction-obligation",
|
|
266
|
+
"settlement_scope": [
|
|
267
|
+
"routing-contract:adapters.domain.verify_ecpt_domain_abstraction"
|
|
268
|
+
],
|
|
269
|
+
"unresolved_domain_obligations": [
|
|
270
|
+
"ontology-extension-domain-proof"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"binding_id": "binding:ecpt.adapters.generators.verify_limit_envelope->adapters.domain.verify_ecpt_generator_limit",
|
|
275
|
+
"canonical_route_id": "ecpt.adapters.generators.verify_limit_envelope",
|
|
276
|
+
"canonical_verifier_route": "ecpt.adapters.generators.verify_limit_envelope",
|
|
277
|
+
"discharge_level": "finite_value_check",
|
|
278
|
+
"evidence_kind_map": {
|
|
279
|
+
"finite-envelope": "finite-generator-limit",
|
|
280
|
+
"generator-identification-report": "generator-identification-report",
|
|
281
|
+
"transition-kernel-audit": "transition-kernel-audit"
|
|
282
|
+
},
|
|
283
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_generator_limit",
|
|
284
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_generator_limit",
|
|
285
|
+
"obligation_category": "ecpt-generator-limit",
|
|
286
|
+
"residual_external_obligation_refs": [],
|
|
287
|
+
"residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
|
|
288
|
+
"safe_default": "diagnostic-with-generator-obligation",
|
|
289
|
+
"settlement_scope": [
|
|
290
|
+
"finite-value:adapters.domain.verify_ecpt_generator_limit"
|
|
291
|
+
],
|
|
292
|
+
"unresolved_domain_obligations": []
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"binding_id": "binding:ecpt.adapters.policy.verify_execution_policy->adapters.domain.verify_ecpt_execution_policy",
|
|
296
|
+
"canonical_route_id": "ecpt.adapters.policy.verify_execution_policy",
|
|
297
|
+
"canonical_verifier_route": "ecpt.adapters.policy.verify_execution_policy",
|
|
298
|
+
"discharge_level": "external_domain_required",
|
|
299
|
+
"evidence_kind_map": {
|
|
300
|
+
"execution-availability-audit": "finite-execution-policy-envelope",
|
|
301
|
+
"policy-counterfactual-report": "policy-counterfactual-report",
|
|
302
|
+
"value-bound": "value-bound"
|
|
303
|
+
},
|
|
304
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_execution_policy",
|
|
305
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_execution_policy",
|
|
306
|
+
"obligation_category": "ecpt-economics-policy",
|
|
307
|
+
"residual_external_obligation_refs": [
|
|
308
|
+
"policy-counterfactual-domain-proof"
|
|
309
|
+
],
|
|
310
|
+
"residual_policy": "charge-policy-residual-until-counterfactual-accepted",
|
|
311
|
+
"safe_default": "diagnostic-with-policy-obligation",
|
|
312
|
+
"settlement_scope": [
|
|
313
|
+
"routing-contract:adapters.domain.verify_ecpt_execution_policy"
|
|
314
|
+
],
|
|
315
|
+
"unresolved_domain_obligations": [
|
|
316
|
+
"policy-counterfactual-domain-proof"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"binding_id": "binding:ecpt.adapters.proxy.verify_target_contract->adapters.domain.verify_ecpt_proxy_target_contract",
|
|
321
|
+
"canonical_route_id": "ecpt.adapters.proxy.verify_target_contract",
|
|
322
|
+
"canonical_verifier_route": "ecpt.adapters.proxy.verify_target_contract",
|
|
323
|
+
"discharge_level": "external_domain_required",
|
|
324
|
+
"evidence_kind_map": {
|
|
325
|
+
"protocol-comparison-certificate": "finite-proxy-target-contract",
|
|
326
|
+
"proxy-grounding-report": "proxy-grounding-report",
|
|
327
|
+
"target-contract": "target-contract"
|
|
328
|
+
},
|
|
329
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_proxy_target_contract",
|
|
330
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract",
|
|
331
|
+
"obligation_category": "ecpt-proxy-target",
|
|
332
|
+
"residual_external_obligation_refs": [
|
|
333
|
+
"proxy-target-grounding-proof"
|
|
334
|
+
],
|
|
335
|
+
"residual_policy": "charge-proxy-target-residual-until-contract-accepted",
|
|
336
|
+
"safe_default": "diagnostic-with-proxy-obligation",
|
|
337
|
+
"settlement_scope": [
|
|
338
|
+
"routing-contract:adapters.domain.verify_ecpt_proxy_target_contract"
|
|
339
|
+
],
|
|
340
|
+
"unresolved_domain_obligations": [
|
|
341
|
+
"proxy-target-grounding-proof"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"binding_id": "binding:ecpt.adapters.speculative.verify_channel_and_repair->adapters.domain.verify_ecpt_speculative_channel_repair",
|
|
346
|
+
"canonical_route_id": "ecpt.adapters.speculative.verify_channel_and_repair",
|
|
347
|
+
"canonical_verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair",
|
|
348
|
+
"discharge_level": "external_domain_required",
|
|
349
|
+
"evidence_kind_map": {
|
|
350
|
+
"repair-route-certificate": "finite-speculative-channel-repair",
|
|
351
|
+
"speculative-channel-audit": "speculative-channel-audit",
|
|
352
|
+
"synergy-lower-bound": "synergy-lower-bound"
|
|
353
|
+
},
|
|
354
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_speculative_channel_repair",
|
|
355
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_speculative_channel_repair",
|
|
356
|
+
"obligation_category": "ecpt-speculative-channel",
|
|
357
|
+
"residual_external_obligation_refs": [
|
|
358
|
+
"speculative-channel-repair-proof"
|
|
359
|
+
],
|
|
360
|
+
"residual_policy": "charge-speculative-residual-until-channel-certified",
|
|
361
|
+
"safe_default": "diagnostic-with-speculative-obligation",
|
|
362
|
+
"settlement_scope": [
|
|
363
|
+
"routing-contract:adapters.domain.verify_ecpt_speculative_channel_repair"
|
|
364
|
+
],
|
|
365
|
+
"unresolved_domain_obligations": [
|
|
366
|
+
"speculative-channel-repair-proof"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"binding_id": "binding:ecpt.adapters.trace_complex.verify_diagnostic_projection->adapters.domain.verify_ecpt_trace_diagnostic_projection",
|
|
371
|
+
"canonical_route_id": "ecpt.adapters.trace_complex.verify_diagnostic_projection",
|
|
372
|
+
"canonical_verifier_route": "ecpt.adapters.trace_complex.verify_diagnostic_projection",
|
|
373
|
+
"discharge_level": "contract_enforced",
|
|
374
|
+
"evidence_kind_map": {
|
|
375
|
+
"diagnostic-projection-certificate": "finite-trace-diagnostic-projection",
|
|
376
|
+
"residual-trace-ledger": "residual-trace-ledger",
|
|
377
|
+
"trace-complex-audit": "trace-complex-audit"
|
|
378
|
+
},
|
|
379
|
+
"implemented_route_id": "adapters.domain.verify_ecpt_trace_diagnostic_projection",
|
|
380
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_trace_diagnostic_projection",
|
|
381
|
+
"obligation_category": "ecpt-trace-diagnostic",
|
|
382
|
+
"residual_external_obligation_refs": [
|
|
383
|
+
"trace-complex-domain-witness"
|
|
384
|
+
],
|
|
385
|
+
"residual_policy": "charge-trace-diagnostic-residual-until-projection-certified",
|
|
386
|
+
"safe_default": "diagnostic-with-trace-complex-obligation",
|
|
387
|
+
"settlement_scope": [
|
|
388
|
+
"contract-envelope:adapters.domain.verify_ecpt_trace_diagnostic_projection"
|
|
389
|
+
],
|
|
390
|
+
"unresolved_domain_obligations": [
|
|
391
|
+
"trace-complex-domain-witness"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"binding_id": "binding:sqot.adapters.adversarial.verify_transfer_game->sqot.adapters.adversarial.verify_transfer_game",
|
|
396
|
+
"canonical_route_id": "sqot.adapters.adversarial.verify_transfer_game",
|
|
397
|
+
"canonical_verifier_route": "sqot.adapters.adversarial.verify_transfer_game",
|
|
398
|
+
"discharge_level": "external_domain_required",
|
|
399
|
+
"evidence_kind_map": {
|
|
400
|
+
"counterfactual-probe-log": "counterfactual-probe-log",
|
|
401
|
+
"finite-game-certificate": "finite-game-certificate",
|
|
402
|
+
"transfer-bound": "transfer-bound"
|
|
403
|
+
},
|
|
404
|
+
"implemented_route_id": "sqot.adapters.adversarial.verify_transfer_game",
|
|
405
|
+
"implemented_verifier_route": "sqot.adapters.adversarial.verify_transfer_game",
|
|
406
|
+
"obligation_category": "sqot-adversarial-transfer",
|
|
407
|
+
"residual_external_obligation_refs": [
|
|
408
|
+
"domain-specific-proof"
|
|
409
|
+
],
|
|
410
|
+
"residual_policy": "charge-adversarial-transfer-residual-until-game-certificate-accepted",
|
|
411
|
+
"safe_default": "diagnostic-with-adversarial-transfer-obligation",
|
|
412
|
+
"settlement_scope": [
|
|
413
|
+
"routing-contract:sqot.adapters.adversarial.verify_transfer_game"
|
|
414
|
+
],
|
|
415
|
+
"unresolved_domain_obligations": [
|
|
416
|
+
"domain-specific-proof"
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"binding_id": "binding:sqot.adapters.integrity.verify_protocol_kernel->sqot.adapters.integrity.verify_protocol_kernel",
|
|
421
|
+
"canonical_route_id": "sqot.adapters.integrity.verify_protocol_kernel",
|
|
422
|
+
"canonical_verifier_route": "sqot.adapters.integrity.verify_protocol_kernel",
|
|
423
|
+
"discharge_level": "external_domain_required",
|
|
424
|
+
"evidence_kind_map": {
|
|
425
|
+
"authority-ledger": "authority-ledger",
|
|
426
|
+
"protocol-kernel-certificate": "protocol-kernel-certificate",
|
|
427
|
+
"source-attribution-proof": "source-attribution-proof"
|
|
428
|
+
},
|
|
429
|
+
"implemented_route_id": "sqot.adapters.integrity.verify_protocol_kernel",
|
|
430
|
+
"implemented_verifier_route": "sqot.adapters.integrity.verify_protocol_kernel",
|
|
431
|
+
"obligation_category": "sqot-protocol-integrity",
|
|
432
|
+
"residual_external_obligation_refs": [
|
|
433
|
+
"domain-specific-proof"
|
|
434
|
+
],
|
|
435
|
+
"residual_policy": "charge-protocol-integrity-residual-until-kernel-certified",
|
|
436
|
+
"safe_default": "diagnostic-with-protocol-integrity-obligation",
|
|
437
|
+
"settlement_scope": [
|
|
438
|
+
"routing-contract:sqot.adapters.integrity.verify_protocol_kernel"
|
|
439
|
+
],
|
|
440
|
+
"unresolved_domain_obligations": [
|
|
441
|
+
"domain-specific-proof"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"binding_id": "binding:sqot.adapters.privacy.verify_rejoin_transcript->sqot.adapters.privacy.verify_rejoin_transcript",
|
|
446
|
+
"canonical_route_id": "sqot.adapters.privacy.verify_rejoin_transcript",
|
|
447
|
+
"canonical_verifier_route": "sqot.adapters.privacy.verify_rejoin_transcript",
|
|
448
|
+
"discharge_level": "external_domain_required",
|
|
449
|
+
"evidence_kind_map": {
|
|
450
|
+
"privacy-leakage-bound": "privacy-leakage-bound",
|
|
451
|
+
"queue-membership-proof": "queue-membership-proof",
|
|
452
|
+
"zk-rejoin-transcript": "zk-rejoin-transcript"
|
|
453
|
+
},
|
|
454
|
+
"implemented_route_id": "sqot.adapters.privacy.verify_rejoin_transcript",
|
|
455
|
+
"implemented_verifier_route": "sqot.adapters.privacy.verify_rejoin_transcript",
|
|
456
|
+
"obligation_category": "sqot-private-rejoin",
|
|
457
|
+
"residual_external_obligation_refs": [
|
|
458
|
+
"domain-specific-proof"
|
|
459
|
+
],
|
|
460
|
+
"residual_policy": "charge-privacy-residual-until-rejoin-transcript-accepted",
|
|
461
|
+
"safe_default": "diagnostic-with-private-rejoin-obligation",
|
|
462
|
+
"settlement_scope": [
|
|
463
|
+
"routing-contract:sqot.adapters.privacy.verify_rejoin_transcript"
|
|
464
|
+
],
|
|
465
|
+
"unresolved_domain_obligations": [
|
|
466
|
+
"domain-specific-proof"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"binding_id": "binding:sqot.adapters.salience.verify_queue_policy->sqot.adapters.salience.verify_queue_policy",
|
|
471
|
+
"canonical_route_id": "sqot.adapters.salience.verify_queue_policy",
|
|
472
|
+
"canonical_verifier_route": "sqot.adapters.salience.verify_queue_policy",
|
|
473
|
+
"discharge_level": "external_domain_required",
|
|
474
|
+
"evidence_kind_map": {
|
|
475
|
+
"attention-budget-ledger": "attention-budget-ledger",
|
|
476
|
+
"priority-trace": "priority-trace",
|
|
477
|
+
"queue-policy-certificate": "queue-policy-certificate"
|
|
478
|
+
},
|
|
479
|
+
"implemented_route_id": "sqot.adapters.salience.verify_queue_policy",
|
|
480
|
+
"implemented_verifier_route": "sqot.adapters.salience.verify_queue_policy",
|
|
481
|
+
"obligation_category": "sqot-salience-queue",
|
|
482
|
+
"residual_external_obligation_refs": [
|
|
483
|
+
"domain-specific-proof"
|
|
484
|
+
],
|
|
485
|
+
"residual_policy": "charge-salience-queue-residual-until-policy-certified",
|
|
486
|
+
"safe_default": "diagnostic-with-salience-queue-obligation",
|
|
487
|
+
"settlement_scope": [
|
|
488
|
+
"routing-contract:sqot.adapters.salience.verify_queue_policy"
|
|
489
|
+
],
|
|
490
|
+
"unresolved_domain_obligations": [
|
|
491
|
+
"domain-specific-proof"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"binding_id": "binding:sqot.adapters.thermodynamic.verify_discharge_envelope->sqot.adapters.thermodynamic.verify_discharge_envelope",
|
|
496
|
+
"canonical_route_id": "sqot.adapters.thermodynamic.verify_discharge_envelope",
|
|
497
|
+
"canonical_verifier_route": "sqot.adapters.thermodynamic.verify_discharge_envelope",
|
|
498
|
+
"discharge_level": "external_domain_required",
|
|
499
|
+
"evidence_kind_map": {
|
|
500
|
+
"finite-discharge-envelope": "finite-discharge-envelope",
|
|
501
|
+
"limit-residual": "limit-residual",
|
|
502
|
+
"regularity-regime-certificate": "regularity-regime-certificate"
|
|
503
|
+
},
|
|
504
|
+
"implemented_route_id": "sqot.adapters.thermodynamic.verify_discharge_envelope",
|
|
505
|
+
"implemented_verifier_route": "sqot.adapters.thermodynamic.verify_discharge_envelope",
|
|
506
|
+
"obligation_category": "sqot-thermodynamic-discharge",
|
|
507
|
+
"residual_external_obligation_refs": [
|
|
508
|
+
"domain-specific-proof"
|
|
509
|
+
],
|
|
510
|
+
"residual_policy": "charge-thermodynamic-discharge-residual-until-envelope-certified",
|
|
511
|
+
"safe_default": "diagnostic-with-thermodynamic-discharge-obligation",
|
|
512
|
+
"settlement_scope": [
|
|
513
|
+
"routing-contract:sqot.adapters.thermodynamic.verify_discharge_envelope"
|
|
514
|
+
],
|
|
515
|
+
"unresolved_domain_obligations": [
|
|
516
|
+
"domain-specific-proof"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"binding_id": "binding:trc.adapters.archive.verify_domain_cover->adapters.domain.verify_archive_domain_evidence",
|
|
521
|
+
"canonical_route_id": "trc.adapters.archive.verify_domain_cover",
|
|
522
|
+
"canonical_verifier_route": "trc.adapters.archive.verify_domain_cover",
|
|
523
|
+
"discharge_level": "finite_value_check",
|
|
524
|
+
"evidence_kind_map": {
|
|
525
|
+
"archive-replay-log": "finite-archive-domain",
|
|
526
|
+
"cover-certificate": "cover-certificate",
|
|
527
|
+
"distortion-bound": "distortion-bound"
|
|
528
|
+
},
|
|
529
|
+
"implemented_route_id": "adapters.domain.verify_archive_domain_evidence",
|
|
530
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_archive_domain_evidence",
|
|
531
|
+
"obligation_category": "archive-domain-cover",
|
|
532
|
+
"residual_external_obligation_refs": [],
|
|
533
|
+
"residual_policy": "charge-archive-distortion-residual-until-cover-certified",
|
|
534
|
+
"safe_default": "diagnostic-with-archive-obligation",
|
|
535
|
+
"settlement_scope": [
|
|
536
|
+
"finite-value:adapters.domain.verify_archive_domain_evidence"
|
|
537
|
+
],
|
|
538
|
+
"unresolved_domain_obligations": []
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"binding_id": "binding:trc.adapters.contracts.verify_assume_guarantee_library->trc.adapters.contracts.verify_assume_guarantee_library",
|
|
542
|
+
"canonical_route_id": "trc.adapters.contracts.verify_assume_guarantee_library",
|
|
543
|
+
"canonical_verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library",
|
|
544
|
+
"discharge_level": "contract_enforced",
|
|
545
|
+
"evidence_kind_map": {
|
|
546
|
+
"composition-proof": "composition-proof",
|
|
547
|
+
"contract-library": "contract-library",
|
|
548
|
+
"counterexample-search-report": "counterexample-search-report"
|
|
549
|
+
},
|
|
550
|
+
"implemented_route_id": "trc.adapters.contracts.verify_assume_guarantee_library",
|
|
551
|
+
"implemented_verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library",
|
|
552
|
+
"obligation_category": "assume-guarantee-contract",
|
|
553
|
+
"residual_external_obligation_refs": [
|
|
554
|
+
"contract-library-domain-witness"
|
|
555
|
+
],
|
|
556
|
+
"residual_policy": "charge-contract-gap-until-composition-proof-accepted",
|
|
557
|
+
"safe_default": "diagnostic-with-contract-obligation",
|
|
558
|
+
"settlement_scope": [
|
|
559
|
+
"contract-envelope:trc.adapters.contracts.verify_assume_guarantee_library"
|
|
560
|
+
],
|
|
561
|
+
"unresolved_domain_obligations": [
|
|
562
|
+
"contract-library-domain-witness"
|
|
563
|
+
]
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"binding_id": "binding:trc.adapters.latent_oracle.verify_model_witness->trc.adapters.latent_oracle.verify_model_witness",
|
|
567
|
+
"canonical_route_id": "trc.adapters.latent_oracle.verify_model_witness",
|
|
568
|
+
"canonical_verifier_route": "trc.adapters.latent_oracle.verify_model_witness",
|
|
569
|
+
"discharge_level": "external_domain_required",
|
|
570
|
+
"evidence_kind_map": {
|
|
571
|
+
"latent-model-card": "latent-model-card",
|
|
572
|
+
"oracle-certificate": "oracle-certificate",
|
|
573
|
+
"submodular-proof-witness": "submodular-proof-witness"
|
|
574
|
+
},
|
|
575
|
+
"implemented_route_id": "trc.adapters.latent_oracle.verify_model_witness",
|
|
576
|
+
"implemented_verifier_route": "trc.adapters.latent_oracle.verify_model_witness",
|
|
577
|
+
"obligation_category": "latent-oracle-model",
|
|
578
|
+
"residual_external_obligation_refs": [
|
|
579
|
+
"latent-model-replay",
|
|
580
|
+
"oracle-witness"
|
|
581
|
+
],
|
|
582
|
+
"residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
|
|
583
|
+
"safe_default": "diagnostic-with-oracle-obligation",
|
|
584
|
+
"settlement_scope": [
|
|
585
|
+
"routing-contract:trc.adapters.latent_oracle.verify_model_witness"
|
|
586
|
+
],
|
|
587
|
+
"unresolved_domain_obligations": [
|
|
588
|
+
"latent-model-replay",
|
|
589
|
+
"oracle-witness"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"binding_id": "binding:trc.adapters.metric.verify_distributionally_robust_dual->trc.adapters.metric.verify_distributionally_robust_dual",
|
|
594
|
+
"canonical_route_id": "trc.adapters.metric.verify_distributionally_robust_dual",
|
|
595
|
+
"canonical_verifier_route": "trc.adapters.metric.verify_distributionally_robust_dual",
|
|
596
|
+
"discharge_level": "contract_enforced",
|
|
597
|
+
"evidence_kind_map": {
|
|
598
|
+
"ambiguity-set-audit": "ambiguity-set-audit",
|
|
599
|
+
"dual-witness": "dual-witness",
|
|
600
|
+
"ground-metric-certificate": "ground-metric-certificate"
|
|
601
|
+
},
|
|
602
|
+
"implemented_route_id": "trc.adapters.metric.verify_distributionally_robust_dual",
|
|
603
|
+
"implemented_verifier_route": "trc.adapters.metric.verify_distributionally_robust_dual",
|
|
604
|
+
"obligation_category": "distributionally-robust-metric",
|
|
605
|
+
"residual_external_obligation_refs": [
|
|
606
|
+
"dual-risk-domain-witness"
|
|
607
|
+
],
|
|
608
|
+
"residual_policy": "charge-metric-dual-residual-until-dual-witness-accepted",
|
|
609
|
+
"safe_default": "diagnostic-with-metric-dual-obligation",
|
|
610
|
+
"settlement_scope": [
|
|
611
|
+
"contract-envelope:trc.adapters.metric.verify_distributionally_robust_dual"
|
|
612
|
+
],
|
|
613
|
+
"unresolved_domain_obligations": [
|
|
614
|
+
"dual-risk-domain-witness"
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"binding_id": "binding:trc.adapters.observation.verify_partition_cover->trc.adapters.observation.verify_partition_cover",
|
|
619
|
+
"canonical_route_id": "trc.adapters.observation.verify_partition_cover",
|
|
620
|
+
"canonical_verifier_route": "trc.adapters.observation.verify_partition_cover",
|
|
621
|
+
"discharge_level": "contract_enforced",
|
|
622
|
+
"evidence_kind_map": {
|
|
623
|
+
"coverage-certificate": "coverage-certificate",
|
|
624
|
+
"partition-cover-proof": "partition-cover-proof",
|
|
625
|
+
"purification-trace": "purification-trace"
|
|
626
|
+
},
|
|
627
|
+
"implemented_route_id": "trc.adapters.observation.verify_partition_cover",
|
|
628
|
+
"implemented_verifier_route": "trc.adapters.observation.verify_partition_cover",
|
|
629
|
+
"obligation_category": "observation-partition",
|
|
630
|
+
"residual_external_obligation_refs": [
|
|
631
|
+
"partition-cover-domain-proof"
|
|
632
|
+
],
|
|
633
|
+
"residual_policy": "charge-partition-residual-until-cover-certified",
|
|
634
|
+
"safe_default": "diagnostic-with-partition-obligation",
|
|
635
|
+
"settlement_scope": [
|
|
636
|
+
"contract-envelope:trc.adapters.observation.verify_partition_cover"
|
|
637
|
+
],
|
|
638
|
+
"unresolved_domain_obligations": [
|
|
639
|
+
"partition-cover-domain-proof"
|
|
640
|
+
]
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"binding_id": "binding:trc.adapters.physical_hybrid.verify_envelope->adapters.domain.replay_trc_physical_trace",
|
|
644
|
+
"canonical_route_id": "trc.adapters.physical_hybrid.verify_envelope",
|
|
645
|
+
"canonical_verifier_route": "trc.adapters.physical_hybrid.verify_envelope",
|
|
646
|
+
"discharge_level": "replay_check",
|
|
647
|
+
"evidence_kind_map": {
|
|
648
|
+
"instrumented-trace": "finite-physical-trace",
|
|
649
|
+
"physics-simulator-certificate": "physics-simulator-certificate",
|
|
650
|
+
"resource-calendar": "resource-calendar"
|
|
651
|
+
},
|
|
652
|
+
"implemented_route_id": "adapters.domain.replay_trc_physical_trace",
|
|
653
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.replay_trc_physical_trace",
|
|
654
|
+
"obligation_category": "physical-hybrid-system",
|
|
655
|
+
"residual_external_obligation_refs": [
|
|
656
|
+
"continuous-physics-envelope",
|
|
657
|
+
"resource-calendar-domain-witness"
|
|
658
|
+
],
|
|
659
|
+
"residual_policy": "charge-physical-residual-until-verifier-accepts",
|
|
660
|
+
"safe_default": "diagnostic-with-physical-obligation",
|
|
661
|
+
"settlement_scope": [
|
|
662
|
+
"finite-replay:adapters.domain.replay_trc_physical_trace"
|
|
663
|
+
],
|
|
664
|
+
"unresolved_domain_obligations": [
|
|
665
|
+
"continuous-physics-envelope",
|
|
666
|
+
"resource-calendar-domain-witness"
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"binding_id": "binding:trc.adapters.redesign.verify_response_interval->trc.adapters.redesign.verify_response_interval",
|
|
671
|
+
"canonical_route_id": "trc.adapters.redesign.verify_response_interval",
|
|
672
|
+
"canonical_verifier_route": "trc.adapters.redesign.verify_response_interval",
|
|
673
|
+
"discharge_level": "external_domain_required",
|
|
674
|
+
"evidence_kind_map": {
|
|
675
|
+
"feasibility-certificate": "feasibility-certificate",
|
|
676
|
+
"redesign-candidate-set": "redesign-candidate-set",
|
|
677
|
+
"response-interval-proof": "response-interval-proof"
|
|
678
|
+
},
|
|
679
|
+
"implemented_route_id": "trc.adapters.redesign.verify_response_interval",
|
|
680
|
+
"implemented_verifier_route": "trc.adapters.redesign.verify_response_interval",
|
|
681
|
+
"obligation_category": "redesign-response",
|
|
682
|
+
"residual_external_obligation_refs": [
|
|
683
|
+
"redesign-domain-oracle"
|
|
684
|
+
],
|
|
685
|
+
"residual_policy": "charge-redesign-response-residual-until-interval-certified",
|
|
686
|
+
"safe_default": "diagnostic-with-redesign-obligation",
|
|
687
|
+
"settlement_scope": [
|
|
688
|
+
"routing-contract:trc.adapters.redesign.verify_response_interval"
|
|
689
|
+
],
|
|
690
|
+
"unresolved_domain_obligations": [
|
|
691
|
+
"redesign-domain-oracle"
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"binding_id": "binding:trc.adapters.telemetry.verify_calibration_window->adapters.domain.verify_trc_telemetry_calibration",
|
|
696
|
+
"canonical_route_id": "trc.adapters.telemetry.verify_calibration_window",
|
|
697
|
+
"canonical_verifier_route": "trc.adapters.telemetry.verify_calibration_window",
|
|
698
|
+
"discharge_level": "finite_value_check",
|
|
699
|
+
"evidence_kind_map": {
|
|
700
|
+
"calibration-report": "finite-telemetry-calibration",
|
|
701
|
+
"drift-bound-certificate": "drift-bound-certificate",
|
|
702
|
+
"signed-telemetry-window": "signed-telemetry-window"
|
|
703
|
+
},
|
|
704
|
+
"implemented_route_id": "adapters.domain.verify_trc_telemetry_calibration",
|
|
705
|
+
"implemented_verifier_route": "percolation_inversion_compiler.adapters.domain.verify_trc_telemetry_calibration",
|
|
706
|
+
"obligation_category": "telemetry-calibration",
|
|
707
|
+
"residual_external_obligation_refs": [],
|
|
708
|
+
"residual_policy": "charge-telemetry-drift-residual-until-window-validated",
|
|
709
|
+
"safe_default": "diagnostic-with-telemetry-obligation",
|
|
710
|
+
"settlement_scope": [
|
|
711
|
+
"finite-value:adapters.domain.verify_trc_telemetry_calibration"
|
|
712
|
+
],
|
|
713
|
+
"unresolved_domain_obligations": []
|
|
714
|
+
}
|
|
715
|
+
]
|
|
716
|
+
}
|