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.
Files changed (366) hide show
  1. package/LICENSE +152 -0
  2. package/NOTICE +21 -0
  3. package/README.md +255 -0
  4. package/dist/agent/messages.d.ts +23 -0
  5. package/dist/agent/messages.js +457 -0
  6. package/dist/cli/main.d.ts +1 -0
  7. package/dist/cli/main.js +2646 -0
  8. package/dist/index.d.ts +91 -0
  9. package/dist/index.js +983 -0
  10. package/dist/io/schema.d.ts +16 -0
  11. package/dist/io/schema.js +153 -0
  12. package/dist/packet/index.d.ts +10 -0
  13. package/dist/packet/index.js +385 -0
  14. package/fixtures/portability_conformance/README.md +17 -0
  15. package/fixtures/portability_conformance/agent_check_report.json +1251 -0
  16. package/fixtures/portability_conformance/agent_intake_report.json +1169 -0
  17. package/fixtures/portability_conformance/agent_message_delivery_report.json +124 -0
  18. package/fixtures/portability_conformance/agent_relay_readiness_report.json +40 -0
  19. package/fixtures/portability_conformance/alt_admission_decision.json +16 -0
  20. package/fixtures/portability_conformance/bottleneck_witness_report.json +23 -0
  21. package/fixtures/portability_conformance/collective_phase_certificate.json +330 -0
  22. package/fixtures/portability_conformance/frontier_debt_report.json +24 -0
  23. package/fixtures/portability_conformance/manifest.json +113 -0
  24. package/fixtures/portability_conformance/negative/checksum_mismatch.json +4 -0
  25. package/fixtures/portability_conformance/negative/schema_invalid_agent_check.json +3 -0
  26. package/fixtures/portability_conformance/negative/unknown_schema.json +3 -0
  27. package/fixtures/portability_conformance/phase_acceleration_benchmark_report.json +21 -0
  28. package/fixtures/portability_conformance/phase_acceleration_plan.json +72 -0
  29. package/fixtures/portability_conformance/phase_control_audit_summary.json +16 -0
  30. package/fixtures/portability_conformance/relay_inbox.json +37 -0
  31. package/fixtures/portability_conformance/runtime_step_report.json +1384 -0
  32. package/fixtures/portability_conformance/salience_schedule_report.json +100 -0
  33. package/fixtures/portability_conformance/theory_fidelity_report.json +53 -0
  34. package/fixtures/portability_conformance/value_bridge_report.json +17 -0
  35. package/fixtures/python_v044_cli/adoption_packet.json +131 -0
  36. package/fixtures/python_v044_cli/adoption_request.json +60 -0
  37. package/fixtures/python_v044_cli/agent_autonomy_audit.json +254 -0
  38. package/fixtures/python_v044_cli/agent_check_compact.json +80 -0
  39. package/fixtures/python_v044_cli/agent_check_full.json +1265 -0
  40. package/fixtures/python_v044_cli/agent_communication_guide.json +426 -0
  41. package/fixtures/python_v044_cli/agent_intake.json +1175 -0
  42. package/fixtures/python_v044_cli/agent_manifest.json +373 -0
  43. package/fixtures/python_v044_cli/agent_runbook.json +115 -0
  44. package/fixtures/python_v044_cli/demo_installed_smoke.json +1367 -0
  45. package/fixtures/python_v044_cli/doctor_development.json +264 -0
  46. package/fixtures/python_v044_cli/identity_explain_profile_production.json +39 -0
  47. package/fixtures/python_v044_cli/phase_benchmark.json +42 -0
  48. package/fixtures/python_v044_cli/phase_benchmark_suite.json +428 -0
  49. package/fixtures/python_v044_cli/phase_dashboard.json +173 -0
  50. package/fixtures/python_v044_cli/phase_gap.json +119 -0
  51. package/fixtures/python_v044_cli/phase_observe.json +203 -0
  52. package/fixtures/python_v044_cli/phase_plan_compact.json +384 -0
  53. package/fixtures/python_v044_cli/phase_plan_full.json +2020 -0
  54. package/fixtures/python_v044_cli/phase_runbook.json +66 -0
  55. package/fixtures/python_v044_cli/routes_bindings.json +716 -0
  56. package/fixtures/python_v044_cli/routes_explain_replay_trc_physical_trace.json +57 -0
  57. package/fixtures/python_v044_cli/runtime_step_demo.json +1384 -0
  58. package/fixtures/python_v044_cli/snapshot_list.json +112 -0
  59. package/fixtures/python_v044_cli/snapshot_routes.json +926 -0
  60. package/fixtures/python_v044_cli/snapshot_show_alt.json +6830 -0
  61. package/fixtures/python_v044_cli/snapshot_show_bit.json +594 -0
  62. package/fixtures/python_v044_cli/snapshot_show_ecpt.json +2894 -0
  63. package/fixtures/python_v044_cli/snapshot_show_sqot.json +2392 -0
  64. package/fixtures/python_v044_cli/snapshot_show_trc.json +3037 -0
  65. package/fixtures/python_v044_cli/snapshot_verify_alt.json +10 -0
  66. package/fixtures/python_v044_cli/snapshot_verify_bit.json +10 -0
  67. package/fixtures/python_v044_cli/snapshot_verify_ecpt.json +10 -0
  68. package/fixtures/python_v044_cli/snapshot_verify_sqot.json +10 -0
  69. package/fixtures/python_v044_cli/snapshot_verify_trc.json +10 -0
  70. package/fixtures/python_v044_demo/agent_inbox.json +26 -0
  71. package/fixtures/python_v044_demo/agent_message.json +19 -0
  72. package/fixtures/python_v044_demo/agent_output.txt +1 -0
  73. package/fixtures/python_v044_demo/alt_admission_packet.json +208 -0
  74. package/fixtures/python_v044_demo/asi_proxy_phase_request.json +47 -0
  75. package/fixtures/python_v044_demo/general_intake_policy.json +58 -0
  76. package/fixtures/python_v044_demo/manifest.json +78 -0
  77. package/fixtures/python_v044_demo/packet_envelope.json +1463 -0
  78. package/fixtures/python_v044_demo/phase_dashboard.json +175 -0
  79. package/fixtures/python_v044_demo/runtime_state.json +143 -0
  80. package/fixtures/python_v044_demo/runtime_step_input.json +8 -0
  81. package/fixtures/python_v044_demo/runtime_step_report.json +1384 -0
  82. package/fixtures/python_v044_snapshots/alt.json +6830 -0
  83. package/fixtures/python_v044_snapshots/bit.json +543 -0
  84. package/fixtures/python_v044_snapshots/ecpt.json +2741 -0
  85. package/fixtures/python_v044_snapshots/sqot.json +2134 -0
  86. package/fixtures/python_v044_snapshots/trc.json +2880 -0
  87. package/package.json +129 -0
  88. package/schemas/ALTAccelerationCertificate.schema.json +169 -0
  89. package/schemas/ALTAdmissionDecision.schema.json +199 -0
  90. package/schemas/ALTCARACertificate.schema.json +285 -0
  91. package/schemas/ALTDeprecationRecord.schema.json +171 -0
  92. package/schemas/ALTKernelTransitionReport.schema.json +185 -0
  93. package/schemas/ALTResurrectionRecord.schema.json +171 -0
  94. package/schemas/ASIProxyTargetContract.schema.json +52 -0
  95. package/schemas/AbstractionToken.schema.json +281 -0
  96. package/schemas/AccelerationCertificate.schema.json +225 -0
  97. package/schemas/AccelerationExperimentSuite.schema.json +3731 -0
  98. package/schemas/AcceptedPacketPath.schema.json +148 -0
  99. package/schemas/ActionCommit.schema.json +67 -0
  100. package/schemas/ActionGrammar.schema.json +36 -0
  101. package/schemas/ActionabilityVector.schema.json +33 -0
  102. package/schemas/ActivationThresholdCertificate.schema.json +185 -0
  103. package/schemas/AdapterRouteSpec.schema.json +110 -0
  104. package/schemas/AdoptionFirstRunCommand.schema.json +44 -0
  105. package/schemas/AdoptionReviewChecklist.schema.json +36 -0
  106. package/schemas/AdoptionSafetyBoundary.schema.json +104 -0
  107. package/schemas/AgentAutonomyAuditReport.schema.json +213 -0
  108. package/schemas/AgentCheckReport.schema.json +3494 -0
  109. package/schemas/AgentCommandInvocation.schema.json +63 -0
  110. package/schemas/AgentCommunicationGuide.schema.json +213 -0
  111. package/schemas/AgentCommunicationPolicy.schema.json +73 -0
  112. package/schemas/AgentCommunicationStep.schema.json +85 -0
  113. package/schemas/AgentConnectorSpec.schema.json +89 -0
  114. package/schemas/AgentFeatureReadinessReport.schema.json +206 -0
  115. package/schemas/AgentIdentityAttestation.schema.json +99 -0
  116. package/schemas/AgentIdentityCheckReport.schema.json +225 -0
  117. package/schemas/AgentInboxRecord.schema.json +319 -0
  118. package/schemas/AgentIntakeReport.schema.json +3373 -0
  119. package/schemas/AgentIntakeRequest.schema.json +2250 -0
  120. package/schemas/AgentMessageContractReport.schema.json +195 -0
  121. package/schemas/AgentMessageDeliveryReport.schema.json +630 -0
  122. package/schemas/AgentMessageEnvelope.schema.json +201 -0
  123. package/schemas/AgentMessageNonceLedger.schema.json +45 -0
  124. package/schemas/AgentMessageVerificationContext.schema.json +60 -0
  125. package/schemas/AgentNetworkReadinessReport.schema.json +109 -0
  126. package/schemas/AgentNextActionReport.schema.json +83 -0
  127. package/schemas/AgentPacketExchangeReport.schema.json +519 -0
  128. package/schemas/AgentPeerRecord.schema.json +85 -0
  129. package/schemas/AgentPolicyIdentity.schema.json +79 -0
  130. package/schemas/AgentPopulationState.schema.json +2523 -0
  131. package/schemas/AgentRelayReadinessReport.schema.json +125 -0
  132. package/schemas/AgentRunbookReport.schema.json +100 -0
  133. package/schemas/AgentRuntimeConfig.schema.json +78 -0
  134. package/schemas/AgentTask.schema.json +101 -0
  135. package/schemas/AgentToOperatorRequest.schema.json +222 -0
  136. package/schemas/AgentWorkflowGuide.schema.json +128 -0
  137. package/schemas/AgentWorkflowStep.schema.json +59 -0
  138. package/schemas/AlgebraLawCertificate.schema.json +101 -0
  139. package/schemas/AttestationRecord.schema.json +63 -0
  140. package/schemas/AutocatalyticClosureWitness.schema.json +187 -0
  141. package/schemas/BaselineRefreshCertificate.schema.json +178 -0
  142. package/schemas/BasinReachabilityReport.schema.json +244 -0
  143. package/schemas/BottleneckCandidate.schema.json +105 -0
  144. package/schemas/BottleneckIntervention.schema.json +157 -0
  145. package/schemas/BottleneckInversionPlan.schema.json +212 -0
  146. package/schemas/BottleneckWitnessReport.schema.json +128 -0
  147. package/schemas/BoundaryGeneratorRecord.schema.json +57 -0
  148. package/schemas/BoundaryScriptRecord.schema.json +30 -0
  149. package/schemas/BudgetedToleranceScheduler.schema.json +59 -0
  150. package/schemas/CalibrationCertificate.schema.json +252 -0
  151. package/schemas/CanonicalImplementationReadinessReport.schema.json +298 -0
  152. package/schemas/CanonicalManifest.schema.json +80 -0
  153. package/schemas/CanonicalManifestRecord.schema.json +54 -0
  154. package/schemas/CanonicalTheorySnapshotSummary.schema.json +102 -0
  155. package/schemas/CapabilityBasinContract.schema.json +59 -0
  156. package/schemas/CapabilityPacketCandidate.schema.json +247 -0
  157. package/schemas/CapabilityPacketRegistry.schema.json +442 -0
  158. package/schemas/CapabilityStateVector.schema.json +169 -0
  159. package/schemas/CascadeResidualPotential.schema.json +32 -0
  160. package/schemas/CertificateCompilerRecord.schema.json +81 -0
  161. package/schemas/CertificateFamily.schema.json +376 -0
  162. package/schemas/CertificateRoute.schema.json +128 -0
  163. package/schemas/CertifiedAbstractionCapital.schema.json +161 -0
  164. package/schemas/CheckResult.schema.json +369 -0
  165. package/schemas/CheckerContext.schema.json +255 -0
  166. package/schemas/ClosedLoopAgentIteration.schema.json +1045 -0
  167. package/schemas/CollectivePhaseCertificate.schema.json +1377 -0
  168. package/schemas/CommercialReadinessSummary.schema.json +134 -0
  169. package/schemas/ConfidenceLedger.schema.json +26 -0
  170. package/schemas/ContentAddressedEvidenceRef.schema.json +48 -0
  171. package/schemas/ControlledTransition.schema.json +90 -0
  172. package/schemas/CryptographicAgentIdentity.schema.json +192 -0
  173. package/schemas/DKWCertificate.schema.json +31 -0
  174. package/schemas/DiagnosticReservePolicy.schema.json +22 -0
  175. package/schemas/DischargeRouteBinding.schema.json +93 -0
  176. package/schemas/DomainTypedSemiring.schema.json +55 -0
  177. package/schemas/DominanceWitness.schema.json +31 -0
  178. package/schemas/EProcessCertificate.schema.json +22 -0
  179. package/schemas/EdgeRelationVerificationReport.schema.json +161 -0
  180. package/schemas/EdgeRelationVerifierSpec.schema.json +62 -0
  181. package/schemas/EdgeWitness.schema.json +73 -0
  182. package/schemas/EdgeWitnessCertificate.schema.json +192 -0
  183. package/schemas/EvidenceArtifact.schema.json +112 -0
  184. package/schemas/EvidenceEnvelopeStoreRecord.schema.json +100 -0
  185. package/schemas/EvidencePolicy.schema.json +57 -0
  186. package/schemas/EvidenceResolutionBatch.schema.json +347 -0
  187. package/schemas/EvidenceVerificationProfile.schema.json +74 -0
  188. package/schemas/ExecutableALTCertificatePacket.schema.json +1512 -0
  189. package/schemas/ExecutableTraceNormalForm.schema.json +659 -0
  190. package/schemas/ExecutionAvailablePathCertificate.schema.json +204 -0
  191. package/schemas/ExternalCandidateClassification.schema.json +10 -0
  192. package/schemas/ExternalObligationCatalog.schema.json +238 -0
  193. package/schemas/ExternalVerifierHook.schema.json +174 -0
  194. package/schemas/FiniteOrder.schema.json +34 -0
  195. package/schemas/FinitePhaseControlCertificate.schema.json +100 -0
  196. package/schemas/FiniteTraceLaw.schema.json +30 -0
  197. package/schemas/FixedPopulationLedger.schema.json +255 -0
  198. package/schemas/FormationCostLedger.schema.json +91 -0
  199. package/schemas/FoundryControlDashboard.schema.json +198 -0
  200. package/schemas/FoundryState.schema.json +1819 -0
  201. package/schemas/FrontierDebtReport.schema.json +115 -0
  202. package/schemas/FunctorLawCertificate.schema.json +82 -0
  203. package/schemas/FusedGeometricComparisonCertificate.schema.json +79 -0
  204. package/schemas/FutureFreedomVector.schema.json +84 -0
  205. package/schemas/GeneralIntakePolicy.schema.json +255 -0
  206. package/schemas/GeneralIntakePolicyDecision.schema.json +85 -0
  207. package/schemas/GeneralIntakeProfile.schema.json +11 -0
  208. package/schemas/GeneralIntakeReport.schema.json +861 -0
  209. package/schemas/GeneralIntakeRuntimeBridgeReport.schema.json +761 -0
  210. package/schemas/GeneralIntakeSource.schema.json +57 -0
  211. package/schemas/GoodTuringCertificate.schema.json +27 -0
  212. package/schemas/HazardEnvelopeCertificate.schema.json +192 -0
  213. package/schemas/HiddenCapabilityInjectionReport.schema.json +212 -0
  214. package/schemas/IdentityContributionStatus.schema.json +11 -0
  215. package/schemas/IdentityTrustProfile.schema.json +12 -0
  216. package/schemas/ImplementationMaturity.schema.json +27 -0
  217. package/schemas/IndependenceCertificate.schema.json +42 -0
  218. package/schemas/InnerViabilityKernel.schema.json +45 -0
  219. package/schemas/IntakeProvenanceRecord.schema.json +192 -0
  220. package/schemas/InterventionCandidate.schema.json +266 -0
  221. package/schemas/Judgment.schema.json +351 -0
  222. package/schemas/LatticeWitness.schema.json +63 -0
  223. package/schemas/LedgerCoordinate.schema.json +79 -0
  224. package/schemas/LifecycleCostBounds.schema.json +65 -0
  225. package/schemas/LiquidityCertificate.schema.json +1094 -0
  226. package/schemas/MartingaleBlockResidual.schema.json +32 -0
  227. package/schemas/MartingaleDeficiencyCertificate.schema.json +76 -0
  228. package/schemas/MechanismCubeCertificate.schema.json +92 -0
  229. package/schemas/MissionValidityCertificate.schema.json +153 -0
  230. package/schemas/MonoidRecord.schema.json +30 -0
  231. package/schemas/MonotoneMap.schema.json +61 -0
  232. package/schemas/NegativeLiquidityCertificate.schema.json +176 -0
  233. package/schemas/NonPromotionPolicy.schema.json +39 -0
  234. package/schemas/ObligationRule.schema.json +54 -0
  235. package/schemas/ObligationSet.schema.json +230 -0
  236. package/schemas/ObligationTrace.schema.json +156 -0
  237. package/schemas/ObservationWindow.schema.json +48 -0
  238. package/schemas/ObservedTraceProjection.schema.json +57 -0
  239. package/schemas/OccupationLedger.schema.json +33 -0
  240. package/schemas/OperationalCheck.schema.json +29 -0
  241. package/schemas/OperationalReadinessReport.schema.json +216 -0
  242. package/schemas/OperatorAdoptionPacket.schema.json +303 -0
  243. package/schemas/OpportunityMeasureContract.schema.json +165 -0
  244. package/schemas/OrderedPotentialCone.schema.json +125 -0
  245. package/schemas/PacketCapitalLineage.schema.json +90 -0
  246. package/schemas/PacketExchangeEnvelope.schema.json +213 -0
  247. package/schemas/PacketImportInspectionReport.schema.json +68 -0
  248. package/schemas/PacketIngestionReport.schema.json +655 -0
  249. package/schemas/PacketLineageDigest.schema.json +70 -0
  250. package/schemas/PacketMergeReport.schema.json +286 -0
  251. package/schemas/PacketPromotionPolicy.schema.json +47 -0
  252. package/schemas/PacketPromotionReport.schema.json +354 -0
  253. package/schemas/PacketRejection.schema.json +158 -0
  254. package/schemas/PhaseAccelerationBenchmarkReport.schema.json +103 -0
  255. package/schemas/PhaseAccelerationPlan.schema.json +4449 -0
  256. package/schemas/PhaseAccelerationRequest.schema.json +5333 -0
  257. package/schemas/PhaseAccelerationScore.schema.json +66 -0
  258. package/schemas/PhaseBenchmarkCaseResult.schema.json +164 -0
  259. package/schemas/PhaseBenchmarkSuiteReport.schema.json +234 -0
  260. package/schemas/PhaseBenchmarkTask.schema.json +36 -0
  261. package/schemas/PhaseComponentGap.schema.json +46 -0
  262. package/schemas/PhaseControlAction.schema.json +80 -0
  263. package/schemas/PhaseControlAuditSummary.schema.json +143 -0
  264. package/schemas/PhaseControlEnvelope.schema.json +53 -0
  265. package/schemas/PhaseControlObjective.schema.json +98 -0
  266. package/schemas/PhaseControlPlan.schema.json +377 -0
  267. package/schemas/PhaseControlRunReport.schema.json +425 -0
  268. package/schemas/PhaseControlState.schema.json +383 -0
  269. package/schemas/PhaseDashboardReport.schema.json +249 -0
  270. package/schemas/PhaseGapVector.schema.json +101 -0
  271. package/schemas/PhaseObservationReport.schema.json +321 -0
  272. package/schemas/PhaseTrajectoryReport.schema.json +4522 -0
  273. package/schemas/PopulationRuntimeStepReport.schema.json +5125 -0
  274. package/schemas/PortabilityConformanceReport.schema.json +99 -0
  275. package/schemas/PortabilitySchemaBundle.schema.json +23 -0
  276. package/schemas/ProblemSolvingTrace.schema.json +162 -0
  277. package/schemas/ProcessGrammarRecord.schema.json +56 -0
  278. package/schemas/ProductOrder.schema.json +53 -0
  279. package/schemas/ProductionReadinessProfile.schema.json +37 -0
  280. package/schemas/ProjectionAudit.schema.json +70 -0
  281. package/schemas/ProofObligation.schema.json +200 -0
  282. package/schemas/ProtocolFrameDigest.schema.json +79 -0
  283. package/schemas/ProtocolFunctorCertificate.schema.json +89 -0
  284. package/schemas/ProtocolObject.schema.json +45 -0
  285. package/schemas/ProtocolRelativeBenchmarkMetric.schema.json +39 -0
  286. package/schemas/ProvenanceManifest.schema.json +221 -0
  287. package/schemas/ProvenanceManifestEntry.schema.json +29 -0
  288. package/schemas/PsiDashboard.schema.json +213 -0
  289. package/schemas/PullbackGluingWitness.schema.json +43 -0
  290. package/schemas/QuarantineLedger.schema.json +31 -0
  291. package/schemas/ReachableMassRecursionCertificate.schema.json +129 -0
  292. package/schemas/ReconstructionResidual.schema.json +24 -0
  293. package/schemas/RefreshRule.schema.json +31 -0
  294. package/schemas/Registry.schema.json +231 -0
  295. package/schemas/ReleaseArtifactManifest.schema.json +62 -0
  296. package/schemas/ReproductionMatrixCertificate.schema.json +190 -0
  297. package/schemas/ResidualCarryForwardReport.schema.json +57 -0
  298. package/schemas/ResourceCalendarRecord.schema.json +67 -0
  299. package/schemas/ResourceEnvelope.schema.json +42 -0
  300. package/schemas/ResourceMatchedBaselineConfig.schema.json +81 -0
  301. package/schemas/RiskBudgetLedger.schema.json +19 -0
  302. package/schemas/RobotsDecision.schema.json +44 -0
  303. package/schemas/RootFinalityCertificate.schema.json +190 -0
  304. package/schemas/RouteExecutionBatch.schema.json +930 -0
  305. package/schemas/RouteExecutionRequest.schema.json +87 -0
  306. package/schemas/RuntimeActionResult.schema.json +807 -0
  307. package/schemas/RuntimeComparisonReport.schema.json +3670 -0
  308. package/schemas/RuntimeEvent.schema.json +142 -0
  309. package/schemas/RuntimeEventLog.schema.json +161 -0
  310. package/schemas/RuntimeExecutionReport.schema.json +872 -0
  311. package/schemas/RuntimeExecutorPolicy.schema.json +68 -0
  312. package/schemas/RuntimeHealthReport.schema.json +161 -0
  313. package/schemas/RuntimeIdentityContext.schema.json +480 -0
  314. package/schemas/RuntimeRunReport.schema.json +3487 -0
  315. package/schemas/RuntimeServiceSettings.schema.json +55 -0
  316. package/schemas/RuntimeState.schema.json +1438 -0
  317. package/schemas/RuntimeStepInput.schema.json +685 -0
  318. package/schemas/RuntimeStepReport.schema.json +3314 -0
  319. package/schemas/RuntimeStoreRecord.schema.json +106 -0
  320. package/schemas/RuntimeStoreSnapshot.schema.json +4815 -0
  321. package/schemas/SBOMManifest.schema.json +67 -0
  322. package/schemas/SQOTTheorySnapshot.schema.json +49 -0
  323. package/schemas/SafePhaseAction.schema.json +96 -0
  324. package/schemas/SalienceQueueRecord.schema.json +313 -0
  325. package/schemas/SalienceScheduleReport.schema.json +434 -0
  326. package/schemas/SalienceSchedulingDecision.schema.json +167 -0
  327. package/schemas/SchemaBundleDigest.schema.json +57 -0
  328. package/schemas/ScriptGroundMetricCertificate.schema.json +47 -0
  329. package/schemas/SelectiveCUPCertificate.schema.json +414 -0
  330. package/schemas/SettlementReturnRAFCertificate.schema.json +122 -0
  331. package/schemas/SinkhornCertificate.schema.json +55 -0
  332. package/schemas/SnapshotAttribution.schema.json +63 -0
  333. package/schemas/SnapshotCatalog.schema.json +481 -0
  334. package/schemas/SplitCertificate.schema.json +39 -0
  335. package/schemas/StatusAlgebraRecord.schema.json +37 -0
  336. package/schemas/StoppedEvidenceSheafCertificate.schema.json +120 -0
  337. package/schemas/StrictTexParseReport.schema.json +67 -0
  338. package/schemas/SybilResistanceLedger.schema.json +427 -0
  339. package/schemas/SybilResistancePolicy.schema.json +176 -0
  340. package/schemas/TRCCompileResult.schema.json +239 -0
  341. package/schemas/TRCStateRecord.schema.json +149 -0
  342. package/schemas/TelemetryCostCertificate.schema.json +171 -0
  343. package/schemas/TexGrammarDiagnostic.schema.json +39 -0
  344. package/schemas/TheoryAuditReport.schema.json +654 -0
  345. package/schemas/TheoryAuditSuiteReport.schema.json +775 -0
  346. package/schemas/TheoryFidelityReport.schema.json +100 -0
  347. package/schemas/TheoryImplementationRecord.schema.json +203 -0
  348. package/schemas/TheorySnapshot.schema.json +459 -0
  349. package/schemas/TheorySnapshotItem.schema.json +60 -0
  350. package/schemas/TokenLineage.schema.json +76 -0
  351. package/schemas/ToleranceAllocationCertificate.schema.json +62 -0
  352. package/schemas/TraceNormalizationCertificate.schema.json +77 -0
  353. package/schemas/TraceSufficiencyCertificate.schema.json +166 -0
  354. package/schemas/TransportCertificate.schema.json +178 -0
  355. package/schemas/TypedTraceTransducerRecord.schema.json +64 -0
  356. package/schemas/ValueBridgeReport.schema.json +131 -0
  357. package/schemas/VectorCompatibleFamily.schema.json +354 -0
  358. package/schemas/VerificationThroughputReport.schema.json +62 -0
  359. package/schemas/VerifiedCapabilityPacket.schema.json +251 -0
  360. package/schemas/VerifierEvidenceEnvelope.schema.json +178 -0
  361. package/schemas/VerifierResolution.schema.json +275 -0
  362. package/schemas/WebDiscoveryReport.schema.json +675 -0
  363. package/schemas/WebFetchPolicy.schema.json +145 -0
  364. package/schemas/WebFetchReport.schema.json +133 -0
  365. package/schemas/bundle.schema.json +100808 -0
  366. package/schemas/schema-digest.json +1674 -0
@@ -0,0 +1,2880 @@
1
+ {
2
+ "artifact": "Typed Reality Compilation.tex",
3
+ "artifact_key": "trc",
4
+ "attribution": {
5
+ "author": "K. Takahashi",
6
+ "derived_from": "canonical TeX metadata extraction; TeX/PDF source is not vendored",
7
+ "doi": "10.5281/zenodo.20554083",
8
+ "license_id": "cc-by-4.0",
9
+ "source_tex_md5": "dfd71f38380e0db87f5537f65f035c32",
10
+ "title": "Typed Reality Compilation: Operational Tolerance Allocation for Resource-Efficient Cyber-Physical Frontier Compilation",
11
+ "year": 2026
12
+ },
13
+ "claims": 46,
14
+ "coverage_counts": {
15
+ "external_obligation": 32,
16
+ "implemented_checker": 52,
17
+ "implemented_constructive": 20,
18
+ "implemented_schema": 12,
19
+ "partial": 0,
20
+ "unsupported": 0
21
+ },
22
+ "coverage_delta": {
23
+ "external_obligation_total": 32,
24
+ "implemented_total": 84,
25
+ "unimplemented_total": 32,
26
+ "unsupported_total": 0
27
+ },
28
+ "definitions": 70,
29
+ "external_obligation_catalog": {
30
+ "artifact": "Typed Reality Compilation.tex",
31
+ "category_summary": {
32
+ "archive-domain-cover": 5,
33
+ "assume-guarantee-contract": 3,
34
+ "distributionally-robust-metric": 1,
35
+ "latent-oracle-model": 5,
36
+ "numerical-envelope": 2,
37
+ "observation-partition": 3,
38
+ "physical-hybrid-system": 6,
39
+ "redesign-response": 3,
40
+ "telemetry-calibration": 4
41
+ },
42
+ "obligations": [
43
+ {
44
+ "accepted_evidence_kind": [
45
+ "ambiguity-set-audit",
46
+ "dual-witness",
47
+ "ground-metric-certificate"
48
+ ],
49
+ "artifact": "Typed Reality Compilation.tex",
50
+ "checker_ref": null,
51
+ "checker_refs": [],
52
+ "coverage_status": "external_obligation",
53
+ "external_failure_modes": [
54
+ "ambiguity-set-audit-incomplete",
55
+ "dual-witness-unaccepted",
56
+ "ground-metric-certificate-missing",
57
+ "no-implicit-settled-promotion",
58
+ "external-verifier-hook-required"
59
+ ],
60
+ "failure_modes": [
61
+ "ambiguity-set-audit-incomplete",
62
+ "dual-witness-unaccepted",
63
+ "ground-metric-certificate-missing"
64
+ ],
65
+ "implementation_ref": "core.ExternalProofObligation",
66
+ "implementation_refs": [
67
+ "core.ExternalProofObligation"
68
+ ],
69
+ "item_id": "prop:ground-metric-dual-dr-admissibility",
70
+ "label": "Ground-metric dual distributionally robust admissibility",
71
+ "obligation_category": "distributionally-robust-metric",
72
+ "proof_obligation_ids": [
73
+ "obligation:prop:ground-metric-dual-dr-admissibility"
74
+ ],
75
+ "residual_coordinates": [
76
+ "residual:prop:ground-metric-dual-dr-admissibility"
77
+ ],
78
+ "residual_policy": "charge-metric-dual-residual-until-dual-witness-accepted",
79
+ "safe_default": "diagnostic-with-metric-dual-obligation",
80
+ "schema_ref": "core.ExternalProofObligation",
81
+ "schema_refs": [
82
+ "core.ExternalProofObligation"
83
+ ],
84
+ "verifier_contract": {
85
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
86
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
87
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
88
+ },
89
+ "verifier_route": "trc.adapters.metric.verify_distributionally_robust_dual"
90
+ },
91
+ {
92
+ "accepted_evidence_kind": [
93
+ "calibration-report",
94
+ "drift-bound-certificate",
95
+ "signed-telemetry-window"
96
+ ],
97
+ "artifact": "Typed Reality Compilation.tex",
98
+ "checker_ref": null,
99
+ "checker_refs": [],
100
+ "coverage_status": "external_obligation",
101
+ "external_failure_modes": [
102
+ "calibration-drift-unbounded",
103
+ "rebasing-certificate-unaccepted",
104
+ "telemetry-window-missing",
105
+ "no-implicit-settled-promotion",
106
+ "external-verifier-hook-required",
107
+ "oracle-or-latent-model-witness-required"
108
+ ],
109
+ "failure_modes": [
110
+ "calibration-drift-unbounded",
111
+ "rebasing-certificate-unaccepted",
112
+ "telemetry-window-missing"
113
+ ],
114
+ "implementation_ref": "core.ExternalProofObligation",
115
+ "implementation_refs": [
116
+ "core.ExternalProofObligation"
117
+ ],
118
+ "item_id": "def:telemetry-updated-resource-cost-kernel",
119
+ "label": "Telemetry-updated resource-cost kernel",
120
+ "obligation_category": "telemetry-calibration",
121
+ "proof_obligation_ids": [
122
+ "obligation:def:telemetry-updated-resource-cost-kernel"
123
+ ],
124
+ "residual_coordinates": [
125
+ "residual:def:telemetry-updated-resource-cost-kernel"
126
+ ],
127
+ "residual_policy": "charge-telemetry-drift-residual-until-window-validated",
128
+ "safe_default": "diagnostic-with-telemetry-obligation",
129
+ "schema_ref": "core.ExternalProofObligation",
130
+ "schema_refs": [
131
+ "core.ExternalProofObligation"
132
+ ],
133
+ "verifier_contract": {
134
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
135
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
136
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
137
+ },
138
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
139
+ },
140
+ {
141
+ "accepted_evidence_kind": [
142
+ "calibration-report",
143
+ "drift-bound-certificate",
144
+ "signed-telemetry-window"
145
+ ],
146
+ "artifact": "Typed Reality Compilation.tex",
147
+ "checker_ref": null,
148
+ "checker_refs": [],
149
+ "coverage_status": "external_obligation",
150
+ "external_failure_modes": [
151
+ "calibration-drift-unbounded",
152
+ "rebasing-certificate-unaccepted",
153
+ "telemetry-window-missing",
154
+ "no-implicit-settled-promotion",
155
+ "external-verifier-hook-required",
156
+ "oracle-or-latent-model-witness-required"
157
+ ],
158
+ "failure_modes": [
159
+ "calibration-drift-unbounded",
160
+ "rebasing-certificate-unaccepted",
161
+ "telemetry-window-missing"
162
+ ],
163
+ "implementation_ref": "core.ExternalProofObligation",
164
+ "implementation_refs": [
165
+ "core.ExternalProofObligation"
166
+ ],
167
+ "item_id": "thm:telemetry-updated-resource-cost-kernel-soundness",
168
+ "label": "Telemetry-updated resource-cost kernel soundness",
169
+ "obligation_category": "telemetry-calibration",
170
+ "proof_obligation_ids": [
171
+ "obligation:thm:telemetry-updated-resource-cost-kernel-soundness"
172
+ ],
173
+ "residual_coordinates": [
174
+ "residual:thm:telemetry-updated-resource-cost-kernel-soundness"
175
+ ],
176
+ "residual_policy": "charge-telemetry-drift-residual-until-window-validated",
177
+ "safe_default": "diagnostic-with-telemetry-obligation",
178
+ "schema_ref": "core.ExternalProofObligation",
179
+ "schema_refs": [
180
+ "core.ExternalProofObligation"
181
+ ],
182
+ "verifier_contract": {
183
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
184
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
185
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
186
+ },
187
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
188
+ },
189
+ {
190
+ "accepted_evidence_kind": [
191
+ "latent-model-card",
192
+ "oracle-certificate",
193
+ "submodular-proof-witness"
194
+ ],
195
+ "artifact": "Typed Reality Compilation.tex",
196
+ "checker_ref": null,
197
+ "checker_refs": [],
198
+ "coverage_status": "external_obligation",
199
+ "external_failure_modes": [
200
+ "latent-model-not-replayable",
201
+ "oracle-witness-missing",
202
+ "submodular-certificate-unverified",
203
+ "no-implicit-settled-promotion",
204
+ "external-verifier-hook-required",
205
+ "oracle-or-latent-model-witness-required"
206
+ ],
207
+ "failure_modes": [
208
+ "latent-model-not-replayable",
209
+ "oracle-witness-missing",
210
+ "submodular-certificate-unverified"
211
+ ],
212
+ "implementation_ref": "core.ExternalProofObligation",
213
+ "implementation_refs": [
214
+ "core.ExternalProofObligation"
215
+ ],
216
+ "item_id": "def:latent-operator-compilation",
217
+ "label": "Latent operator compilation",
218
+ "obligation_category": "latent-oracle-model",
219
+ "proof_obligation_ids": [
220
+ "obligation:def:latent-operator-compilation"
221
+ ],
222
+ "residual_coordinates": [
223
+ "residual:def:latent-operator-compilation"
224
+ ],
225
+ "residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
226
+ "safe_default": "diagnostic-with-oracle-obligation",
227
+ "schema_ref": "core.ExternalProofObligation",
228
+ "schema_refs": [
229
+ "core.ExternalProofObligation"
230
+ ],
231
+ "verifier_contract": {
232
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
233
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
234
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
235
+ },
236
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
237
+ },
238
+ {
239
+ "accepted_evidence_kind": [
240
+ "latent-model-card",
241
+ "oracle-certificate",
242
+ "submodular-proof-witness"
243
+ ],
244
+ "artifact": "Typed Reality Compilation.tex",
245
+ "checker_ref": null,
246
+ "checker_refs": [],
247
+ "coverage_status": "external_obligation",
248
+ "external_failure_modes": [
249
+ "latent-model-not-replayable",
250
+ "oracle-witness-missing",
251
+ "submodular-certificate-unverified",
252
+ "no-implicit-settled-promotion",
253
+ "external-verifier-hook-required",
254
+ "oracle-or-latent-model-witness-required"
255
+ ],
256
+ "failure_modes": [
257
+ "latent-model-not-replayable",
258
+ "oracle-witness-missing",
259
+ "submodular-certificate-unverified"
260
+ ],
261
+ "implementation_ref": "core.ExternalProofObligation",
262
+ "implementation_refs": [
263
+ "core.ExternalProofObligation"
264
+ ],
265
+ "item_id": "def:time-extended-latent-atlas",
266
+ "label": "Time-extended constructible latent atlas",
267
+ "obligation_category": "latent-oracle-model",
268
+ "proof_obligation_ids": [
269
+ "obligation:def:time-extended-latent-atlas"
270
+ ],
271
+ "residual_coordinates": [
272
+ "residual:def:time-extended-latent-atlas"
273
+ ],
274
+ "residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
275
+ "safe_default": "diagnostic-with-oracle-obligation",
276
+ "schema_ref": "core.ExternalProofObligation",
277
+ "schema_refs": [
278
+ "core.ExternalProofObligation"
279
+ ],
280
+ "verifier_contract": {
281
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
282
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
283
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
284
+ },
285
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
286
+ },
287
+ {
288
+ "accepted_evidence_kind": [
289
+ "latent-model-card",
290
+ "oracle-certificate",
291
+ "submodular-proof-witness"
292
+ ],
293
+ "artifact": "Typed Reality Compilation.tex",
294
+ "checker_ref": null,
295
+ "checker_refs": [],
296
+ "coverage_status": "external_obligation",
297
+ "external_failure_modes": [
298
+ "latent-model-not-replayable",
299
+ "oracle-witness-missing",
300
+ "submodular-certificate-unverified",
301
+ "no-implicit-settled-promotion",
302
+ "external-verifier-hook-required",
303
+ "oracle-or-latent-model-witness-required"
304
+ ],
305
+ "failure_modes": [
306
+ "latent-model-not-replayable",
307
+ "oracle-witness-missing",
308
+ "submodular-certificate-unverified"
309
+ ],
310
+ "implementation_ref": "core.ExternalProofObligation",
311
+ "implementation_refs": [
312
+ "core.ExternalProofObligation"
313
+ ],
314
+ "item_id": "def:latent-closed-archive",
315
+ "label": "Latent-closed compressed archive",
316
+ "obligation_category": "latent-oracle-model",
317
+ "proof_obligation_ids": [
318
+ "obligation:def:latent-closed-archive"
319
+ ],
320
+ "residual_coordinates": [
321
+ "residual:def:latent-closed-archive"
322
+ ],
323
+ "residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
324
+ "safe_default": "diagnostic-with-oracle-obligation",
325
+ "schema_ref": "core.ExternalProofObligation",
326
+ "schema_refs": [
327
+ "core.ExternalProofObligation"
328
+ ],
329
+ "verifier_contract": {
330
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
331
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
332
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
333
+ },
334
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
335
+ },
336
+ {
337
+ "accepted_evidence_kind": [
338
+ "archive-replay-log",
339
+ "cover-certificate",
340
+ "distortion-bound"
341
+ ],
342
+ "artifact": "Typed Reality Compilation.tex",
343
+ "checker_ref": null,
344
+ "checker_refs": [],
345
+ "coverage_status": "external_obligation",
346
+ "external_failure_modes": [
347
+ "archive-cover-missing",
348
+ "distortion-bound-unverified",
349
+ "fidelity-loop-not-certified",
350
+ "no-implicit-settled-promotion",
351
+ "external-verifier-hook-required"
352
+ ],
353
+ "failure_modes": [
354
+ "archive-cover-missing",
355
+ "distortion-bound-unverified",
356
+ "fidelity-loop-not-certified"
357
+ ],
358
+ "implementation_ref": "core.ExternalProofObligation",
359
+ "implementation_refs": [
360
+ "core.ExternalProofObligation"
361
+ ],
362
+ "item_id": "prop:compressed-archive-distortion-cover",
363
+ "label": "Compressed archive distortion cover",
364
+ "obligation_category": "archive-domain-cover",
365
+ "proof_obligation_ids": [
366
+ "obligation:prop:compressed-archive-distortion-cover"
367
+ ],
368
+ "residual_coordinates": [
369
+ "residual:prop:compressed-archive-distortion-cover"
370
+ ],
371
+ "residual_policy": "charge-archive-distortion-residual-until-cover-certified",
372
+ "safe_default": "diagnostic-with-archive-obligation",
373
+ "schema_ref": "core.ExternalProofObligation",
374
+ "schema_refs": [
375
+ "core.ExternalProofObligation"
376
+ ],
377
+ "verifier_contract": {
378
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
379
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
380
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
381
+ },
382
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
383
+ },
384
+ {
385
+ "accepted_evidence_kind": [
386
+ "archive-replay-log",
387
+ "cover-certificate",
388
+ "distortion-bound"
389
+ ],
390
+ "artifact": "Typed Reality Compilation.tex",
391
+ "checker_ref": null,
392
+ "checker_refs": [],
393
+ "coverage_status": "external_obligation",
394
+ "external_failure_modes": [
395
+ "archive-cover-missing",
396
+ "distortion-bound-unverified",
397
+ "fidelity-loop-not-certified",
398
+ "no-implicit-settled-promotion",
399
+ "external-verifier-hook-required"
400
+ ],
401
+ "failure_modes": [
402
+ "archive-cover-missing",
403
+ "distortion-bound-unverified",
404
+ "fidelity-loop-not-certified"
405
+ ],
406
+ "implementation_ref": "core.ExternalProofObligation",
407
+ "implementation_refs": [
408
+ "core.ExternalProofObligation"
409
+ ],
410
+ "item_id": "def:efficiency-preserving-archive-refinement",
411
+ "label": "Efficiency-preserving archive refinement",
412
+ "obligation_category": "archive-domain-cover",
413
+ "proof_obligation_ids": [
414
+ "obligation:def:efficiency-preserving-archive-refinement"
415
+ ],
416
+ "residual_coordinates": [
417
+ "residual:def:efficiency-preserving-archive-refinement"
418
+ ],
419
+ "residual_policy": "charge-archive-distortion-residual-until-cover-certified",
420
+ "safe_default": "diagnostic-with-archive-obligation",
421
+ "schema_ref": "core.ExternalProofObligation",
422
+ "schema_refs": [
423
+ "core.ExternalProofObligation"
424
+ ],
425
+ "verifier_contract": {
426
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
427
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
428
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
429
+ },
430
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
431
+ },
432
+ {
433
+ "accepted_evidence_kind": [
434
+ "archive-replay-log",
435
+ "cover-certificate",
436
+ "distortion-bound"
437
+ ],
438
+ "artifact": "Typed Reality Compilation.tex",
439
+ "checker_ref": null,
440
+ "checker_refs": [],
441
+ "coverage_status": "external_obligation",
442
+ "external_failure_modes": [
443
+ "archive-cover-missing",
444
+ "distortion-bound-unverified",
445
+ "fidelity-loop-not-certified",
446
+ "no-implicit-settled-promotion",
447
+ "external-verifier-hook-required"
448
+ ],
449
+ "failure_modes": [
450
+ "archive-cover-missing",
451
+ "distortion-bound-unverified",
452
+ "fidelity-loop-not-certified"
453
+ ],
454
+ "implementation_ref": "core.ExternalProofObligation",
455
+ "implementation_refs": [
456
+ "core.ExternalProofObligation"
457
+ ],
458
+ "item_id": "prop:efficiency-preserving-archive-refinement",
459
+ "label": "Efficiency-preserving archive refinement",
460
+ "obligation_category": "archive-domain-cover",
461
+ "proof_obligation_ids": [
462
+ "obligation:prop:efficiency-preserving-archive-refinement"
463
+ ],
464
+ "residual_coordinates": [
465
+ "residual:prop:efficiency-preserving-archive-refinement"
466
+ ],
467
+ "residual_policy": "charge-archive-distortion-residual-until-cover-certified",
468
+ "safe_default": "diagnostic-with-archive-obligation",
469
+ "schema_ref": "core.ExternalProofObligation",
470
+ "schema_refs": [
471
+ "core.ExternalProofObligation"
472
+ ],
473
+ "verifier_contract": {
474
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
475
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
476
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
477
+ },
478
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
479
+ },
480
+ {
481
+ "accepted_evidence_kind": [
482
+ "latent-model-card",
483
+ "oracle-certificate",
484
+ "submodular-proof-witness"
485
+ ],
486
+ "artifact": "Typed Reality Compilation.tex",
487
+ "checker_ref": null,
488
+ "checker_refs": [],
489
+ "coverage_status": "external_obligation",
490
+ "external_failure_modes": [
491
+ "latent-model-not-replayable",
492
+ "oracle-witness-missing",
493
+ "submodular-certificate-unverified",
494
+ "no-implicit-settled-promotion",
495
+ "external-verifier-hook-required",
496
+ "oracle-or-latent-model-witness-required"
497
+ ],
498
+ "failure_modes": [
499
+ "latent-model-not-replayable",
500
+ "oracle-witness-missing",
501
+ "submodular-certificate-unverified"
502
+ ],
503
+ "implementation_ref": "core.ExternalProofObligation",
504
+ "implementation_refs": [
505
+ "core.ExternalProofObligation"
506
+ ],
507
+ "item_id": "prop:latent-archive-complexity-calibrated-coupling",
508
+ "label": "Latent archive complexity with calibrated coupling costs",
509
+ "obligation_category": "latent-oracle-model",
510
+ "proof_obligation_ids": [
511
+ "obligation:prop:latent-archive-complexity-calibrated-coupling"
512
+ ],
513
+ "residual_coordinates": [
514
+ "residual:prop:latent-archive-complexity-calibrated-coupling"
515
+ ],
516
+ "residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
517
+ "safe_default": "diagnostic-with-oracle-obligation",
518
+ "schema_ref": "core.ExternalProofObligation",
519
+ "schema_refs": [
520
+ "core.ExternalProofObligation"
521
+ ],
522
+ "verifier_contract": {
523
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
524
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
525
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
526
+ },
527
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
528
+ },
529
+ {
530
+ "accepted_evidence_kind": [
531
+ "instrumented-trace",
532
+ "physics-simulator-certificate",
533
+ "resource-calendar"
534
+ ],
535
+ "artifact": "Typed Reality Compilation.tex",
536
+ "checker_ref": null,
537
+ "checker_refs": [],
538
+ "coverage_status": "external_obligation",
539
+ "external_failure_modes": [
540
+ "hybrid-envelope-not-certified",
541
+ "physical-system-witness-missing",
542
+ "resource-calendar-or-null-channel-unresolved",
543
+ "no-implicit-settled-promotion",
544
+ "external-verifier-hook-required",
545
+ "physical-or-hybrid-system-witness-required"
546
+ ],
547
+ "failure_modes": [
548
+ "hybrid-envelope-not-certified",
549
+ "physical-system-witness-missing",
550
+ "resource-calendar-or-null-channel-unresolved"
551
+ ],
552
+ "implementation_ref": "core.ExternalProofObligation",
553
+ "implementation_refs": [
554
+ "core.ExternalProofObligation"
555
+ ],
556
+ "item_id": "def:null-channel-routing",
557
+ "label": "Typed physical null-channel transfer complex",
558
+ "obligation_category": "physical-hybrid-system",
559
+ "proof_obligation_ids": [
560
+ "obligation:def:null-channel-routing"
561
+ ],
562
+ "residual_coordinates": [
563
+ "residual:def:null-channel-routing"
564
+ ],
565
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
566
+ "safe_default": "diagnostic-with-physical-obligation",
567
+ "schema_ref": "core.ExternalProofObligation",
568
+ "schema_refs": [
569
+ "core.ExternalProofObligation"
570
+ ],
571
+ "verifier_contract": {
572
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
573
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
574
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
575
+ },
576
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
577
+ },
578
+ {
579
+ "accepted_evidence_kind": [
580
+ "instrumented-trace",
581
+ "physics-simulator-certificate",
582
+ "resource-calendar"
583
+ ],
584
+ "artifact": "Typed Reality Compilation.tex",
585
+ "checker_ref": null,
586
+ "checker_refs": [],
587
+ "coverage_status": "external_obligation",
588
+ "external_failure_modes": [
589
+ "hybrid-envelope-not-certified",
590
+ "physical-system-witness-missing",
591
+ "resource-calendar-or-null-channel-unresolved",
592
+ "no-implicit-settled-promotion",
593
+ "external-verifier-hook-required",
594
+ "physical-or-hybrid-system-witness-required"
595
+ ],
596
+ "failure_modes": [
597
+ "hybrid-envelope-not-certified",
598
+ "physical-system-witness-missing",
599
+ "resource-calendar-or-null-channel-unresolved"
600
+ ],
601
+ "implementation_ref": "core.ExternalProofObligation",
602
+ "implementation_refs": [
603
+ "core.ExternalProofObligation"
604
+ ],
605
+ "item_id": "def:hybrid-buffer-envelope",
606
+ "label": "Hybrid buffer envelope certificate",
607
+ "obligation_category": "physical-hybrid-system",
608
+ "proof_obligation_ids": [
609
+ "obligation:def:hybrid-buffer-envelope"
610
+ ],
611
+ "residual_coordinates": [
612
+ "residual:def:hybrid-buffer-envelope"
613
+ ],
614
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
615
+ "safe_default": "diagnostic-with-physical-obligation",
616
+ "schema_ref": "core.ExternalProofObligation",
617
+ "schema_refs": [
618
+ "core.ExternalProofObligation"
619
+ ],
620
+ "verifier_contract": {
621
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
622
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
623
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
624
+ },
625
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
626
+ },
627
+ {
628
+ "accepted_evidence_kind": [
629
+ "calibration-report",
630
+ "drift-bound-certificate",
631
+ "signed-telemetry-window"
632
+ ],
633
+ "artifact": "Typed Reality Compilation.tex",
634
+ "checker_ref": null,
635
+ "checker_refs": [],
636
+ "coverage_status": "external_obligation",
637
+ "external_failure_modes": [
638
+ "calibration-drift-unbounded",
639
+ "rebasing-certificate-unaccepted",
640
+ "telemetry-window-missing",
641
+ "no-implicit-settled-promotion",
642
+ "external-verifier-hook-required"
643
+ ],
644
+ "failure_modes": [
645
+ "calibration-drift-unbounded",
646
+ "rebasing-certificate-unaccepted",
647
+ "telemetry-window-missing"
648
+ ],
649
+ "implementation_ref": "core.ExternalProofObligation",
650
+ "implementation_refs": [
651
+ "core.ExternalProofObligation"
652
+ ],
653
+ "item_id": "def:calibrated-event-envelope",
654
+ "label": "Online regime monitor and rebasing certificate",
655
+ "obligation_category": "telemetry-calibration",
656
+ "proof_obligation_ids": [
657
+ "obligation:def:calibrated-event-envelope"
658
+ ],
659
+ "residual_coordinates": [
660
+ "residual:def:calibrated-event-envelope"
661
+ ],
662
+ "residual_policy": "charge-telemetry-drift-residual-until-window-validated",
663
+ "safe_default": "diagnostic-with-telemetry-obligation",
664
+ "schema_ref": "core.ExternalProofObligation",
665
+ "schema_refs": [
666
+ "core.ExternalProofObligation"
667
+ ],
668
+ "verifier_contract": {
669
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
670
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
671
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
672
+ },
673
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
674
+ },
675
+ {
676
+ "accepted_evidence_kind": [
677
+ "composition-proof",
678
+ "contract-library",
679
+ "counterexample-search-report"
680
+ ],
681
+ "artifact": "Typed Reality Compilation.tex",
682
+ "checker_ref": null,
683
+ "checker_refs": [],
684
+ "coverage_status": "external_obligation",
685
+ "external_failure_modes": [
686
+ "composition-proof-unaccepted",
687
+ "contract-library-missing",
688
+ "domain-contract-incomplete",
689
+ "no-implicit-settled-promotion",
690
+ "external-verifier-hook-required",
691
+ "domain-contract-or-redesign-certificate-required"
692
+ ],
693
+ "failure_modes": [
694
+ "composition-proof-unaccepted",
695
+ "contract-library-missing",
696
+ "domain-contract-incomplete"
697
+ ],
698
+ "implementation_ref": "core.ExternalProofObligation",
699
+ "implementation_refs": [
700
+ "core.ExternalProofObligation"
701
+ ],
702
+ "item_id": "def:assume-guarantee-contract-library",
703
+ "label": "Assume-guarantee contract library",
704
+ "obligation_category": "assume-guarantee-contract",
705
+ "proof_obligation_ids": [
706
+ "obligation:def:assume-guarantee-contract-library"
707
+ ],
708
+ "residual_coordinates": [
709
+ "residual:def:assume-guarantee-contract-library"
710
+ ],
711
+ "residual_policy": "charge-contract-gap-until-composition-proof-accepted",
712
+ "safe_default": "diagnostic-with-contract-obligation",
713
+ "schema_ref": "core.ExternalProofObligation",
714
+ "schema_refs": [
715
+ "core.ExternalProofObligation"
716
+ ],
717
+ "verifier_contract": {
718
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
719
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
720
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
721
+ },
722
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
723
+ },
724
+ {
725
+ "accepted_evidence_kind": [
726
+ "composition-proof",
727
+ "contract-library",
728
+ "counterexample-search-report"
729
+ ],
730
+ "artifact": "Typed Reality Compilation.tex",
731
+ "checker_ref": null,
732
+ "checker_refs": [],
733
+ "coverage_status": "external_obligation",
734
+ "external_failure_modes": [
735
+ "composition-proof-unaccepted",
736
+ "contract-library-missing",
737
+ "domain-contract-incomplete",
738
+ "no-implicit-settled-promotion",
739
+ "external-verifier-hook-required",
740
+ "domain-contract-or-redesign-certificate-required"
741
+ ],
742
+ "failure_modes": [
743
+ "composition-proof-unaccepted",
744
+ "contract-library-missing",
745
+ "domain-contract-incomplete"
746
+ ],
747
+ "implementation_ref": "core.ExternalProofObligation",
748
+ "implementation_refs": [
749
+ "core.ExternalProofObligation"
750
+ ],
751
+ "item_id": "prop:assume-guarantee-synthesis-soundness",
752
+ "label": "Assume-guarantee synthesis soundness",
753
+ "obligation_category": "assume-guarantee-contract",
754
+ "proof_obligation_ids": [
755
+ "obligation:prop:assume-guarantee-synthesis-soundness"
756
+ ],
757
+ "residual_coordinates": [
758
+ "residual:prop:assume-guarantee-synthesis-soundness"
759
+ ],
760
+ "residual_policy": "charge-contract-gap-until-composition-proof-accepted",
761
+ "safe_default": "diagnostic-with-contract-obligation",
762
+ "schema_ref": "core.ExternalProofObligation",
763
+ "schema_refs": [
764
+ "core.ExternalProofObligation"
765
+ ],
766
+ "verifier_contract": {
767
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
768
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
769
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
770
+ },
771
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
772
+ },
773
+ {
774
+ "accepted_evidence_kind": [
775
+ "composition-proof",
776
+ "contract-library",
777
+ "counterexample-search-report"
778
+ ],
779
+ "artifact": "Typed Reality Compilation.tex",
780
+ "checker_ref": null,
781
+ "checker_refs": [],
782
+ "coverage_status": "external_obligation",
783
+ "external_failure_modes": [
784
+ "composition-proof-unaccepted",
785
+ "contract-library-missing",
786
+ "domain-contract-incomplete",
787
+ "no-implicit-settled-promotion",
788
+ "external-verifier-hook-required",
789
+ "domain-contract-or-redesign-certificate-required"
790
+ ],
791
+ "failure_modes": [
792
+ "composition-proof-unaccepted",
793
+ "contract-library-missing",
794
+ "domain-contract-incomplete"
795
+ ],
796
+ "implementation_ref": "core.ExternalProofObligation",
797
+ "implementation_refs": [
798
+ "core.ExternalProofObligation"
799
+ ],
800
+ "item_id": "def:local-contraction-residual-certificate",
801
+ "label": "Local contraction residual certificate",
802
+ "obligation_category": "assume-guarantee-contract",
803
+ "proof_obligation_ids": [
804
+ "obligation:def:local-contraction-residual-certificate"
805
+ ],
806
+ "residual_coordinates": [
807
+ "residual:def:local-contraction-residual-certificate"
808
+ ],
809
+ "residual_policy": "charge-contract-gap-until-composition-proof-accepted",
810
+ "safe_default": "diagnostic-with-contract-obligation",
811
+ "schema_ref": "core.ExternalProofObligation",
812
+ "schema_refs": [
813
+ "core.ExternalProofObligation"
814
+ ],
815
+ "verifier_contract": {
816
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
817
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
818
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
819
+ },
820
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
821
+ },
822
+ {
823
+ "accepted_evidence_kind": [
824
+ "instrumented-trace",
825
+ "physics-simulator-certificate",
826
+ "resource-calendar"
827
+ ],
828
+ "artifact": "Typed Reality Compilation.tex",
829
+ "checker_ref": null,
830
+ "checker_refs": [],
831
+ "coverage_status": "external_obligation",
832
+ "external_failure_modes": [
833
+ "hybrid-envelope-not-certified",
834
+ "physical-system-witness-missing",
835
+ "resource-calendar-or-null-channel-unresolved",
836
+ "no-implicit-settled-promotion",
837
+ "external-verifier-hook-required",
838
+ "physical-or-hybrid-system-witness-required"
839
+ ],
840
+ "failure_modes": [
841
+ "hybrid-envelope-not-certified",
842
+ "physical-system-witness-missing",
843
+ "resource-calendar-or-null-channel-unresolved"
844
+ ],
845
+ "implementation_ref": "core.ExternalProofObligation",
846
+ "implementation_refs": [
847
+ "core.ExternalProofObligation"
848
+ ],
849
+ "item_id": "def:hybrid-residual-propagation",
850
+ "label": "Hybrid residual propagation",
851
+ "obligation_category": "physical-hybrid-system",
852
+ "proof_obligation_ids": [
853
+ "obligation:def:hybrid-residual-propagation"
854
+ ],
855
+ "residual_coordinates": [
856
+ "residual:def:hybrid-residual-propagation"
857
+ ],
858
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
859
+ "safe_default": "diagnostic-with-physical-obligation",
860
+ "schema_ref": "core.ExternalProofObligation",
861
+ "schema_refs": [
862
+ "core.ExternalProofObligation"
863
+ ],
864
+ "verifier_contract": {
865
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
866
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
867
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
868
+ },
869
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
870
+ },
871
+ {
872
+ "accepted_evidence_kind": [
873
+ "calibration-report",
874
+ "drift-bound-certificate",
875
+ "signed-telemetry-window"
876
+ ],
877
+ "artifact": "Typed Reality Compilation.tex",
878
+ "checker_ref": null,
879
+ "checker_refs": [],
880
+ "coverage_status": "external_obligation",
881
+ "external_failure_modes": [
882
+ "calibration-drift-unbounded",
883
+ "rebasing-certificate-unaccepted",
884
+ "telemetry-window-missing",
885
+ "no-implicit-settled-promotion",
886
+ "external-verifier-hook-required"
887
+ ],
888
+ "failure_modes": [
889
+ "calibration-drift-unbounded",
890
+ "rebasing-certificate-unaccepted",
891
+ "telemetry-window-missing"
892
+ ],
893
+ "implementation_ref": "core.ExternalProofObligation",
894
+ "implementation_refs": [
895
+ "core.ExternalProofObligation"
896
+ ],
897
+ "item_id": "prop:online-regime-monitor-calibration-soundness",
898
+ "label": "Online regime-monitor calibration soundness",
899
+ "obligation_category": "telemetry-calibration",
900
+ "proof_obligation_ids": [
901
+ "obligation:prop:online-regime-monitor-calibration-soundness"
902
+ ],
903
+ "residual_coordinates": [
904
+ "residual:prop:online-regime-monitor-calibration-soundness"
905
+ ],
906
+ "residual_policy": "charge-telemetry-drift-residual-until-window-validated",
907
+ "safe_default": "diagnostic-with-telemetry-obligation",
908
+ "schema_ref": "core.ExternalProofObligation",
909
+ "schema_refs": [
910
+ "core.ExternalProofObligation"
911
+ ],
912
+ "verifier_contract": {
913
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
914
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
915
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
916
+ },
917
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
918
+ },
919
+ {
920
+ "accepted_evidence_kind": [
921
+ "instrumented-trace",
922
+ "physics-simulator-certificate",
923
+ "resource-calendar"
924
+ ],
925
+ "artifact": "Typed Reality Compilation.tex",
926
+ "checker_ref": null,
927
+ "checker_refs": [],
928
+ "coverage_status": "external_obligation",
929
+ "external_failure_modes": [
930
+ "hybrid-envelope-not-certified",
931
+ "physical-system-witness-missing",
932
+ "resource-calendar-or-null-channel-unresolved",
933
+ "no-implicit-settled-promotion",
934
+ "external-verifier-hook-required",
935
+ "physical-or-hybrid-system-witness-required"
936
+ ],
937
+ "failure_modes": [
938
+ "hybrid-envelope-not-certified",
939
+ "physical-system-witness-missing",
940
+ "resource-calendar-or-null-channel-unresolved"
941
+ ],
942
+ "implementation_ref": "core.ExternalProofObligation",
943
+ "implementation_refs": [
944
+ "core.ExternalProofObligation"
945
+ ],
946
+ "item_id": "prop:uncoupled-hybrid-residual-propagation",
947
+ "label": "Typed-disjoint hybrid residual propagation",
948
+ "obligation_category": "physical-hybrid-system",
949
+ "proof_obligation_ids": [
950
+ "obligation:prop:uncoupled-hybrid-residual-propagation"
951
+ ],
952
+ "residual_coordinates": [
953
+ "residual:prop:uncoupled-hybrid-residual-propagation"
954
+ ],
955
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
956
+ "safe_default": "diagnostic-with-physical-obligation",
957
+ "schema_ref": "core.ExternalProofObligation",
958
+ "schema_refs": [
959
+ "core.ExternalProofObligation"
960
+ ],
961
+ "verifier_contract": {
962
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
963
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
964
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
965
+ },
966
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
967
+ },
968
+ {
969
+ "accepted_evidence_kind": [
970
+ "finite-bound-table",
971
+ "residual-envelope-proof",
972
+ "tail-bound-certificate"
973
+ ],
974
+ "artifact": "Typed Reality Compilation.tex",
975
+ "checker_ref": null,
976
+ "checker_refs": [],
977
+ "coverage_status": "external_obligation",
978
+ "external_failure_modes": [
979
+ "finite-envelope-proof-missing",
980
+ "residual-bound-not-certified",
981
+ "tail-bound-unverified",
982
+ "no-implicit-settled-promotion",
983
+ "external-verifier-hook-required"
984
+ ],
985
+ "failure_modes": [
986
+ "finite-envelope-proof-missing",
987
+ "residual-bound-not-certified",
988
+ "tail-bound-unverified"
989
+ ],
990
+ "implementation_ref": "core.ExternalProofObligation",
991
+ "implementation_refs": [
992
+ "core.ExternalProofObligation"
993
+ ],
994
+ "item_id": "prop:logarithmic-norm-fallback",
995
+ "label": "Logarithmic-norm fallback",
996
+ "obligation_category": "numerical-envelope",
997
+ "proof_obligation_ids": [
998
+ "obligation:prop:logarithmic-norm-fallback"
999
+ ],
1000
+ "residual_coordinates": [
1001
+ "residual:prop:logarithmic-norm-fallback"
1002
+ ],
1003
+ "residual_policy": "charge-envelope-residual-until-bound-certified",
1004
+ "safe_default": "diagnostic-with-envelope-obligation",
1005
+ "schema_ref": "core.ExternalProofObligation",
1006
+ "schema_refs": [
1007
+ "core.ExternalProofObligation"
1008
+ ],
1009
+ "verifier_contract": {
1010
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1011
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1012
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1013
+ },
1014
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
1015
+ },
1016
+ {
1017
+ "accepted_evidence_kind": [
1018
+ "finite-bound-table",
1019
+ "residual-envelope-proof",
1020
+ "tail-bound-certificate"
1021
+ ],
1022
+ "artifact": "Typed Reality Compilation.tex",
1023
+ "checker_ref": null,
1024
+ "checker_refs": [],
1025
+ "coverage_status": "external_obligation",
1026
+ "external_failure_modes": [
1027
+ "finite-envelope-proof-missing",
1028
+ "residual-bound-not-certified",
1029
+ "tail-bound-unverified",
1030
+ "no-implicit-settled-promotion",
1031
+ "external-verifier-hook-required"
1032
+ ],
1033
+ "failure_modes": [
1034
+ "finite-envelope-proof-missing",
1035
+ "residual-bound-not-certified",
1036
+ "tail-bound-unverified"
1037
+ ],
1038
+ "implementation_ref": "core.ExternalProofObligation",
1039
+ "implementation_refs": [
1040
+ "core.ExternalProofObligation"
1041
+ ],
1042
+ "item_id": "prop:additive-residual-bound",
1043
+ "label": "Additive residual bound as a stable special case",
1044
+ "obligation_category": "numerical-envelope",
1045
+ "proof_obligation_ids": [
1046
+ "obligation:prop:additive-residual-bound"
1047
+ ],
1048
+ "residual_coordinates": [
1049
+ "residual:prop:additive-residual-bound"
1050
+ ],
1051
+ "residual_policy": "charge-envelope-residual-until-bound-certified",
1052
+ "safe_default": "diagnostic-with-envelope-obligation",
1053
+ "schema_ref": "core.ExternalProofObligation",
1054
+ "schema_refs": [
1055
+ "core.ExternalProofObligation"
1056
+ ],
1057
+ "verifier_contract": {
1058
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1059
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1060
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1061
+ },
1062
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
1063
+ },
1064
+ {
1065
+ "accepted_evidence_kind": [
1066
+ "instrumented-trace",
1067
+ "physics-simulator-certificate",
1068
+ "resource-calendar"
1069
+ ],
1070
+ "artifact": "Typed Reality Compilation.tex",
1071
+ "checker_ref": null,
1072
+ "checker_refs": [],
1073
+ "coverage_status": "external_obligation",
1074
+ "external_failure_modes": [
1075
+ "hybrid-envelope-not-certified",
1076
+ "physical-system-witness-missing",
1077
+ "resource-calendar-or-null-channel-unresolved",
1078
+ "no-implicit-settled-promotion",
1079
+ "external-verifier-hook-required",
1080
+ "physical-or-hybrid-system-witness-required"
1081
+ ],
1082
+ "failure_modes": [
1083
+ "hybrid-envelope-not-certified",
1084
+ "physical-system-witness-missing",
1085
+ "resource-calendar-or-null-channel-unresolved"
1086
+ ],
1087
+ "implementation_ref": "core.ExternalProofObligation",
1088
+ "implementation_refs": [
1089
+ "core.ExternalProofObligation"
1090
+ ],
1091
+ "item_id": "prop:hybrid-null-channel-envelope",
1092
+ "label": "Hybrid null-channel envelope",
1093
+ "obligation_category": "physical-hybrid-system",
1094
+ "proof_obligation_ids": [
1095
+ "obligation:prop:hybrid-null-channel-envelope"
1096
+ ],
1097
+ "residual_coordinates": [
1098
+ "residual:prop:hybrid-null-channel-envelope"
1099
+ ],
1100
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
1101
+ "safe_default": "diagnostic-with-physical-obligation",
1102
+ "schema_ref": "core.ExternalProofObligation",
1103
+ "schema_refs": [
1104
+ "core.ExternalProofObligation"
1105
+ ],
1106
+ "verifier_contract": {
1107
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1108
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1109
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1110
+ },
1111
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
1112
+ },
1113
+ {
1114
+ "accepted_evidence_kind": [
1115
+ "instrumented-trace",
1116
+ "physics-simulator-certificate",
1117
+ "resource-calendar"
1118
+ ],
1119
+ "artifact": "Typed Reality Compilation.tex",
1120
+ "checker_ref": null,
1121
+ "checker_refs": [],
1122
+ "coverage_status": "external_obligation",
1123
+ "external_failure_modes": [
1124
+ "hybrid-envelope-not-certified",
1125
+ "physical-system-witness-missing",
1126
+ "resource-calendar-or-null-channel-unresolved",
1127
+ "no-implicit-settled-promotion",
1128
+ "external-verifier-hook-required",
1129
+ "physical-or-hybrid-system-witness-required"
1130
+ ],
1131
+ "failure_modes": [
1132
+ "hybrid-envelope-not-certified",
1133
+ "physical-system-witness-missing",
1134
+ "resource-calendar-or-null-channel-unresolved"
1135
+ ],
1136
+ "implementation_ref": "core.ExternalProofObligation",
1137
+ "implementation_refs": [
1138
+ "core.ExternalProofObligation"
1139
+ ],
1140
+ "item_id": "prop:null-channel-routing",
1141
+ "label": "Discrete null-channel transfer accounting",
1142
+ "obligation_category": "physical-hybrid-system",
1143
+ "proof_obligation_ids": [
1144
+ "obligation:prop:null-channel-routing"
1145
+ ],
1146
+ "residual_coordinates": [
1147
+ "residual:prop:null-channel-routing"
1148
+ ],
1149
+ "residual_policy": "charge-physical-residual-until-verifier-accepts",
1150
+ "safe_default": "diagnostic-with-physical-obligation",
1151
+ "schema_ref": "core.ExternalProofObligation",
1152
+ "schema_refs": [
1153
+ "core.ExternalProofObligation"
1154
+ ],
1155
+ "verifier_contract": {
1156
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1157
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1158
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1159
+ },
1160
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
1161
+ },
1162
+ {
1163
+ "accepted_evidence_kind": [
1164
+ "coverage-certificate",
1165
+ "partition-cover-proof",
1166
+ "purification-trace"
1167
+ ],
1168
+ "artifact": "Typed Reality Compilation.tex",
1169
+ "checker_ref": null,
1170
+ "checker_refs": [],
1171
+ "coverage_status": "external_obligation",
1172
+ "external_failure_modes": [
1173
+ "coverage-certificate-unaccepted",
1174
+ "partition-cover-missing",
1175
+ "purification-trace-unverified",
1176
+ "no-implicit-settled-promotion",
1177
+ "external-verifier-hook-required"
1178
+ ],
1179
+ "failure_modes": [
1180
+ "coverage-certificate-unaccepted",
1181
+ "partition-cover-missing",
1182
+ "purification-trace-unverified"
1183
+ ],
1184
+ "implementation_ref": "core.ExternalProofObligation",
1185
+ "implementation_refs": [
1186
+ "core.ExternalProofObligation"
1187
+ ],
1188
+ "item_id": "def:purification-transition",
1189
+ "label": "Purification transition",
1190
+ "obligation_category": "observation-partition",
1191
+ "proof_obligation_ids": [
1192
+ "obligation:def:purification-transition"
1193
+ ],
1194
+ "residual_coordinates": [
1195
+ "residual:def:purification-transition"
1196
+ ],
1197
+ "residual_policy": "charge-partition-residual-until-cover-certified",
1198
+ "safe_default": "diagnostic-with-partition-obligation",
1199
+ "schema_ref": "core.ExternalProofObligation",
1200
+ "schema_refs": [
1201
+ "core.ExternalProofObligation"
1202
+ ],
1203
+ "verifier_contract": {
1204
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1205
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1206
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1207
+ },
1208
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
1209
+ },
1210
+ {
1211
+ "accepted_evidence_kind": [
1212
+ "coverage-certificate",
1213
+ "partition-cover-proof",
1214
+ "purification-trace"
1215
+ ],
1216
+ "artifact": "Typed Reality Compilation.tex",
1217
+ "checker_ref": null,
1218
+ "checker_refs": [],
1219
+ "coverage_status": "external_obligation",
1220
+ "external_failure_modes": [
1221
+ "coverage-certificate-unaccepted",
1222
+ "partition-cover-missing",
1223
+ "purification-trace-unverified",
1224
+ "no-implicit-settled-promotion",
1225
+ "external-verifier-hook-required"
1226
+ ],
1227
+ "failure_modes": [
1228
+ "coverage-certificate-unaccepted",
1229
+ "partition-cover-missing",
1230
+ "purification-trace-unverified"
1231
+ ],
1232
+ "implementation_ref": "core.ExternalProofObligation",
1233
+ "implementation_refs": [
1234
+ "core.ExternalProofObligation"
1235
+ ],
1236
+ "item_id": "def:constructed-partition",
1237
+ "label": "Constructed observation partition certificate",
1238
+ "obligation_category": "observation-partition",
1239
+ "proof_obligation_ids": [
1240
+ "obligation:def:constructed-partition"
1241
+ ],
1242
+ "residual_coordinates": [
1243
+ "residual:def:constructed-partition"
1244
+ ],
1245
+ "residual_policy": "charge-partition-residual-until-cover-certified",
1246
+ "safe_default": "diagnostic-with-partition-obligation",
1247
+ "schema_ref": "core.ExternalProofObligation",
1248
+ "schema_refs": [
1249
+ "core.ExternalProofObligation"
1250
+ ],
1251
+ "verifier_contract": {
1252
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1253
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1254
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1255
+ },
1256
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
1257
+ },
1258
+ {
1259
+ "accepted_evidence_kind": [
1260
+ "coverage-certificate",
1261
+ "partition-cover-proof",
1262
+ "purification-trace"
1263
+ ],
1264
+ "artifact": "Typed Reality Compilation.tex",
1265
+ "checker_ref": null,
1266
+ "checker_refs": [],
1267
+ "coverage_status": "external_obligation",
1268
+ "external_failure_modes": [
1269
+ "coverage-certificate-unaccepted",
1270
+ "partition-cover-missing",
1271
+ "purification-trace-unverified",
1272
+ "no-implicit-settled-promotion",
1273
+ "external-verifier-hook-required"
1274
+ ],
1275
+ "failure_modes": [
1276
+ "coverage-certificate-unaccepted",
1277
+ "partition-cover-missing",
1278
+ "purification-trace-unverified"
1279
+ ],
1280
+ "implementation_ref": "core.ExternalProofObligation",
1281
+ "implementation_refs": [
1282
+ "core.ExternalProofObligation"
1283
+ ],
1284
+ "item_id": "lem:constructed-partition-coverage",
1285
+ "label": "Constructed observation partition coverage",
1286
+ "obligation_category": "observation-partition",
1287
+ "proof_obligation_ids": [
1288
+ "obligation:lem:constructed-partition-coverage"
1289
+ ],
1290
+ "residual_coordinates": [
1291
+ "residual:lem:constructed-partition-coverage"
1292
+ ],
1293
+ "residual_policy": "charge-partition-residual-until-cover-certified",
1294
+ "safe_default": "diagnostic-with-partition-obligation",
1295
+ "schema_ref": "core.ExternalProofObligation",
1296
+ "schema_refs": [
1297
+ "core.ExternalProofObligation"
1298
+ ],
1299
+ "verifier_contract": {
1300
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1301
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1302
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1303
+ },
1304
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
1305
+ },
1306
+ {
1307
+ "accepted_evidence_kind": [
1308
+ "feasibility-certificate",
1309
+ "redesign-candidate-set",
1310
+ "response-interval-proof"
1311
+ ],
1312
+ "artifact": "Typed Reality Compilation.tex",
1313
+ "checker_ref": null,
1314
+ "checker_refs": [],
1315
+ "coverage_status": "external_obligation",
1316
+ "external_failure_modes": [
1317
+ "redesign-candidate-space-unbounded",
1318
+ "response-interval-unverified",
1319
+ "topology-redesign-oracle-missing",
1320
+ "no-implicit-settled-promotion",
1321
+ "external-verifier-hook-required",
1322
+ "domain-contract-or-redesign-certificate-required"
1323
+ ],
1324
+ "failure_modes": [
1325
+ "redesign-candidate-space-unbounded",
1326
+ "response-interval-unverified",
1327
+ "topology-redesign-oracle-missing"
1328
+ ],
1329
+ "implementation_ref": "core.ExternalProofObligation",
1330
+ "implementation_refs": [
1331
+ "core.ExternalProofObligation"
1332
+ ],
1333
+ "item_id": "def:topology-redesign-operator",
1334
+ "label": "Topology redesign operator",
1335
+ "obligation_category": "redesign-response",
1336
+ "proof_obligation_ids": [
1337
+ "obligation:def:topology-redesign-operator"
1338
+ ],
1339
+ "residual_coordinates": [
1340
+ "residual:def:topology-redesign-operator"
1341
+ ],
1342
+ "residual_policy": "charge-redesign-response-residual-until-interval-certified",
1343
+ "safe_default": "diagnostic-with-redesign-obligation",
1344
+ "schema_ref": "core.ExternalProofObligation",
1345
+ "schema_refs": [
1346
+ "core.ExternalProofObligation"
1347
+ ],
1348
+ "verifier_contract": {
1349
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1350
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1351
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1352
+ },
1353
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
1354
+ },
1355
+ {
1356
+ "accepted_evidence_kind": [
1357
+ "feasibility-certificate",
1358
+ "redesign-candidate-set",
1359
+ "response-interval-proof"
1360
+ ],
1361
+ "artifact": "Typed Reality Compilation.tex",
1362
+ "checker_ref": null,
1363
+ "checker_refs": [],
1364
+ "coverage_status": "external_obligation",
1365
+ "external_failure_modes": [
1366
+ "redesign-candidate-space-unbounded",
1367
+ "response-interval-unverified",
1368
+ "topology-redesign-oracle-missing",
1369
+ "no-implicit-settled-promotion",
1370
+ "external-verifier-hook-required",
1371
+ "domain-contract-or-redesign-certificate-required"
1372
+ ],
1373
+ "failure_modes": [
1374
+ "redesign-candidate-space-unbounded",
1375
+ "response-interval-unverified",
1376
+ "topology-redesign-oracle-missing"
1377
+ ],
1378
+ "implementation_ref": "core.ExternalProofObligation",
1379
+ "implementation_refs": [
1380
+ "core.ExternalProofObligation"
1381
+ ],
1382
+ "item_id": "def:redesign-response-certificate",
1383
+ "label": "Redesign response certificate",
1384
+ "obligation_category": "redesign-response",
1385
+ "proof_obligation_ids": [
1386
+ "obligation:def:redesign-response-certificate"
1387
+ ],
1388
+ "residual_coordinates": [
1389
+ "residual:def:redesign-response-certificate"
1390
+ ],
1391
+ "residual_policy": "charge-redesign-response-residual-until-interval-certified",
1392
+ "safe_default": "diagnostic-with-redesign-obligation",
1393
+ "schema_ref": "core.ExternalProofObligation",
1394
+ "schema_refs": [
1395
+ "core.ExternalProofObligation"
1396
+ ],
1397
+ "verifier_contract": {
1398
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1399
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1400
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1401
+ },
1402
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
1403
+ },
1404
+ {
1405
+ "accepted_evidence_kind": [
1406
+ "archive-replay-log",
1407
+ "cover-certificate",
1408
+ "distortion-bound"
1409
+ ],
1410
+ "artifact": "Typed Reality Compilation.tex",
1411
+ "checker_ref": null,
1412
+ "checker_refs": [],
1413
+ "coverage_status": "external_obligation",
1414
+ "external_failure_modes": [
1415
+ "archive-cover-missing",
1416
+ "distortion-bound-unverified",
1417
+ "fidelity-loop-not-certified",
1418
+ "no-implicit-settled-promotion",
1419
+ "external-verifier-hook-required"
1420
+ ],
1421
+ "failure_modes": [
1422
+ "archive-cover-missing",
1423
+ "distortion-bound-unverified",
1424
+ "fidelity-loop-not-certified"
1425
+ ],
1426
+ "implementation_ref": "core.ExternalProofObligation",
1427
+ "implementation_refs": [
1428
+ "core.ExternalProofObligation"
1429
+ ],
1430
+ "item_id": "def:progressive-fidelity-compiler-loop",
1431
+ "label": "Progressive fidelity compiler loop",
1432
+ "obligation_category": "archive-domain-cover",
1433
+ "proof_obligation_ids": [
1434
+ "obligation:def:progressive-fidelity-compiler-loop"
1435
+ ],
1436
+ "residual_coordinates": [
1437
+ "residual:def:progressive-fidelity-compiler-loop"
1438
+ ],
1439
+ "residual_policy": "charge-archive-distortion-residual-until-cover-certified",
1440
+ "safe_default": "diagnostic-with-archive-obligation",
1441
+ "schema_ref": "core.ExternalProofObligation",
1442
+ "schema_refs": [
1443
+ "core.ExternalProofObligation"
1444
+ ],
1445
+ "verifier_contract": {
1446
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1447
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1448
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1449
+ },
1450
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
1451
+ },
1452
+ {
1453
+ "accepted_evidence_kind": [
1454
+ "archive-replay-log",
1455
+ "cover-certificate",
1456
+ "distortion-bound"
1457
+ ],
1458
+ "artifact": "Typed Reality Compilation.tex",
1459
+ "checker_ref": null,
1460
+ "checker_refs": [],
1461
+ "coverage_status": "external_obligation",
1462
+ "external_failure_modes": [
1463
+ "archive-cover-missing",
1464
+ "distortion-bound-unverified",
1465
+ "fidelity-loop-not-certified",
1466
+ "no-implicit-settled-promotion",
1467
+ "external-verifier-hook-required"
1468
+ ],
1469
+ "failure_modes": [
1470
+ "archive-cover-missing",
1471
+ "distortion-bound-unverified",
1472
+ "fidelity-loop-not-certified"
1473
+ ],
1474
+ "implementation_ref": "core.ExternalProofObligation",
1475
+ "implementation_refs": [
1476
+ "core.ExternalProofObligation"
1477
+ ],
1478
+ "item_id": "thm:progressive-fidelity-compiler-soundness",
1479
+ "label": "Progressive fidelity compiler soundness",
1480
+ "obligation_category": "archive-domain-cover",
1481
+ "proof_obligation_ids": [
1482
+ "obligation:thm:progressive-fidelity-compiler-soundness"
1483
+ ],
1484
+ "residual_coordinates": [
1485
+ "residual:thm:progressive-fidelity-compiler-soundness"
1486
+ ],
1487
+ "residual_policy": "charge-archive-distortion-residual-until-cover-certified",
1488
+ "safe_default": "diagnostic-with-archive-obligation",
1489
+ "schema_ref": "core.ExternalProofObligation",
1490
+ "schema_refs": [
1491
+ "core.ExternalProofObligation"
1492
+ ],
1493
+ "verifier_contract": {
1494
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1495
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1496
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1497
+ },
1498
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
1499
+ },
1500
+ {
1501
+ "accepted_evidence_kind": [
1502
+ "latent-model-card",
1503
+ "oracle-certificate",
1504
+ "submodular-proof-witness"
1505
+ ],
1506
+ "artifact": "Typed Reality Compilation.tex",
1507
+ "checker_ref": null,
1508
+ "checker_refs": [],
1509
+ "coverage_status": "external_obligation",
1510
+ "external_failure_modes": [
1511
+ "latent-model-not-replayable",
1512
+ "oracle-witness-missing",
1513
+ "submodular-certificate-unverified",
1514
+ "no-implicit-settled-promotion",
1515
+ "external-verifier-hook-required",
1516
+ "oracle-or-latent-model-witness-required",
1517
+ "domain-contract-or-redesign-certificate-required"
1518
+ ],
1519
+ "failure_modes": [
1520
+ "latent-model-not-replayable",
1521
+ "oracle-witness-missing",
1522
+ "submodular-certificate-unverified"
1523
+ ],
1524
+ "implementation_ref": "core.ExternalProofObligation",
1525
+ "implementation_refs": [
1526
+ "core.ExternalProofObligation"
1527
+ ],
1528
+ "item_id": "prop:greedy-redesign",
1529
+ "label": "Greedy redesign under certified submodular oracle",
1530
+ "obligation_category": "latent-oracle-model",
1531
+ "proof_obligation_ids": [
1532
+ "obligation:prop:greedy-redesign"
1533
+ ],
1534
+ "residual_coordinates": [
1535
+ "residual:prop:greedy-redesign"
1536
+ ],
1537
+ "residual_policy": "charge-oracle-residual-until-replayable-witness-exists",
1538
+ "safe_default": "diagnostic-with-oracle-obligation",
1539
+ "schema_ref": "core.ExternalProofObligation",
1540
+ "schema_refs": [
1541
+ "core.ExternalProofObligation"
1542
+ ],
1543
+ "verifier_contract": {
1544
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1545
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1546
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1547
+ },
1548
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
1549
+ },
1550
+ {
1551
+ "accepted_evidence_kind": [
1552
+ "feasibility-certificate",
1553
+ "redesign-candidate-set",
1554
+ "response-interval-proof"
1555
+ ],
1556
+ "artifact": "Typed Reality Compilation.tex",
1557
+ "checker_ref": null,
1558
+ "checker_refs": [],
1559
+ "coverage_status": "external_obligation",
1560
+ "external_failure_modes": [
1561
+ "redesign-candidate-space-unbounded",
1562
+ "response-interval-unverified",
1563
+ "topology-redesign-oracle-missing",
1564
+ "no-implicit-settled-promotion",
1565
+ "external-verifier-hook-required",
1566
+ "domain-contract-or-redesign-certificate-required"
1567
+ ],
1568
+ "failure_modes": [
1569
+ "redesign-candidate-space-unbounded",
1570
+ "response-interval-unverified",
1571
+ "topology-redesign-oracle-missing"
1572
+ ],
1573
+ "implementation_ref": "core.ExternalProofObligation",
1574
+ "implementation_refs": [
1575
+ "core.ExternalProofObligation"
1576
+ ],
1577
+ "item_id": "prop:redesign-response-interval",
1578
+ "label": "Redesign response interval",
1579
+ "obligation_category": "redesign-response",
1580
+ "proof_obligation_ids": [
1581
+ "obligation:prop:redesign-response-interval"
1582
+ ],
1583
+ "residual_coordinates": [
1584
+ "residual:prop:redesign-response-interval"
1585
+ ],
1586
+ "residual_policy": "charge-redesign-response-residual-until-interval-certified",
1587
+ "safe_default": "diagnostic-with-redesign-obligation",
1588
+ "schema_ref": "core.ExternalProofObligation",
1589
+ "schema_refs": [
1590
+ "core.ExternalProofObligation"
1591
+ ],
1592
+ "verifier_contract": {
1593
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1594
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1595
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1596
+ },
1597
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
1598
+ }
1599
+ ],
1600
+ "verifier_route_summary": {
1601
+ "core.adapters.envelope.verify_finite_bound": 2,
1602
+ "trc.adapters.archive.verify_domain_cover": 5,
1603
+ "trc.adapters.contracts.verify_assume_guarantee_library": 3,
1604
+ "trc.adapters.latent_oracle.verify_model_witness": 5,
1605
+ "trc.adapters.metric.verify_distributionally_robust_dual": 1,
1606
+ "trc.adapters.observation.verify_partition_cover": 3,
1607
+ "trc.adapters.physical_hybrid.verify_envelope": 6,
1608
+ "trc.adapters.redesign.verify_response_interval": 3,
1609
+ "trc.adapters.telemetry.verify_calibration_window": 4
1610
+ }
1611
+ },
1612
+ "external_obligation_category_summary": {
1613
+ "archive-domain-cover": 5,
1614
+ "assume-guarantee-contract": 3,
1615
+ "distributionally-robust-metric": 1,
1616
+ "latent-oracle-model": 5,
1617
+ "numerical-envelope": 2,
1618
+ "observation-partition": 3,
1619
+ "physical-hybrid-system": 6,
1620
+ "redesign-response": 3,
1621
+ "telemetry-calibration": 4
1622
+ },
1623
+ "external_verifier_route_summary": {
1624
+ "core.adapters.envelope.verify_finite_bound": 2,
1625
+ "trc.adapters.archive.verify_domain_cover": 5,
1626
+ "trc.adapters.contracts.verify_assume_guarantee_library": 3,
1627
+ "trc.adapters.latent_oracle.verify_model_witness": 5,
1628
+ "trc.adapters.metric.verify_distributionally_robust_dual": 1,
1629
+ "trc.adapters.observation.verify_partition_cover": 3,
1630
+ "trc.adapters.physical_hybrid.verify_envelope": 6,
1631
+ "trc.adapters.redesign.verify_response_interval": 3,
1632
+ "trc.adapters.telemetry.verify_calibration_window": 4
1633
+ },
1634
+ "item_mappings": [
1635
+ {
1636
+ "coverage_status": "implemented_schema",
1637
+ "implementation_refs": [
1638
+ "trc.ObservationWindow"
1639
+ ],
1640
+ "item_id": "def:observation-window",
1641
+ "label": "Observation window",
1642
+ "obligation_category": null,
1643
+ "verifier_route": null
1644
+ },
1645
+ {
1646
+ "coverage_status": "implemented_schema",
1647
+ "implementation_refs": [
1648
+ "trc.TypedGraphRecord"
1649
+ ],
1650
+ "item_id": "def:typed-graph",
1651
+ "label": "Observable typed infrastructure graph",
1652
+ "obligation_category": null,
1653
+ "verifier_route": null
1654
+ },
1655
+ {
1656
+ "coverage_status": "implemented_schema",
1657
+ "implementation_refs": [
1658
+ "trc.TRCStateRecord"
1659
+ ],
1660
+ "item_id": "def:trc-state",
1661
+ "label": "TRC state",
1662
+ "obligation_category": null,
1663
+ "verifier_route": null
1664
+ },
1665
+ {
1666
+ "coverage_status": "implemented_constructive",
1667
+ "implementation_refs": [
1668
+ "trc.observation_consistency_residual"
1669
+ ],
1670
+ "item_id": "def:observation-consistency-complex",
1671
+ "label": "Observation consistency complex",
1672
+ "obligation_category": null,
1673
+ "verifier_route": null
1674
+ },
1675
+ {
1676
+ "coverage_status": "implemented_constructive",
1677
+ "implementation_refs": [
1678
+ "trc.observation_consistency_residual"
1679
+ ],
1680
+ "item_id": "prop:observation-consistency-residual",
1681
+ "label": "Observation consistency residual",
1682
+ "obligation_category": null,
1683
+ "verifier_route": null
1684
+ },
1685
+ {
1686
+ "coverage_status": "implemented_schema",
1687
+ "implementation_refs": [
1688
+ "core.Ledger"
1689
+ ],
1690
+ "item_id": "def:ordered-ledger",
1691
+ "label": "Typed ledger space",
1692
+ "obligation_category": null,
1693
+ "verifier_route": null
1694
+ },
1695
+ {
1696
+ "coverage_status": "implemented_checker",
1697
+ "implementation_refs": [
1698
+ "core.StatusRule"
1699
+ ],
1700
+ "item_id": "def:status-algebra",
1701
+ "label": "Status algebra",
1702
+ "obligation_category": null,
1703
+ "verifier_route": null
1704
+ },
1705
+ {
1706
+ "coverage_status": "implemented_checker",
1707
+ "implementation_refs": [
1708
+ "trc.check_risk_gate"
1709
+ ],
1710
+ "item_id": "def:risk-gated-admissibility-profile",
1711
+ "label": "Risk-gated admissibility profile",
1712
+ "obligation_category": null,
1713
+ "verifier_route": null
1714
+ },
1715
+ {
1716
+ "coverage_status": "implemented_checker",
1717
+ "implementation_refs": [
1718
+ "trc.check_script_ground_metric"
1719
+ ],
1720
+ "item_id": "def:script-ground-metric",
1721
+ "label": "Script ground metric certificate",
1722
+ "obligation_category": null,
1723
+ "verifier_route": null
1724
+ },
1725
+ {
1726
+ "coverage_status": "implemented_checker",
1727
+ "implementation_refs": [
1728
+ "trc.check_lifecycle_dag"
1729
+ ],
1730
+ "item_id": "def:script-sensitivity-witness",
1731
+ "label": "Lifecycle-aware compositional sensitivity-kernel certificate",
1732
+ "obligation_category": null,
1733
+ "verifier_route": null
1734
+ },
1735
+ {
1736
+ "coverage_status": "implemented_checker",
1737
+ "implementation_refs": [
1738
+ "trc.check_lifecycle_dag"
1739
+ ],
1740
+ "item_id": "prop:lifecycle-aware-sensitivity-kernel-bound",
1741
+ "label": "Lifecycle-aware sensitivity-kernel bound",
1742
+ "obligation_category": null,
1743
+ "verifier_route": null
1744
+ },
1745
+ {
1746
+ "coverage_status": "implemented_checker",
1747
+ "implementation_refs": [
1748
+ "trc.check_lifecycle_dag"
1749
+ ],
1750
+ "item_id": "def:certificate-lifecycle",
1751
+ "label": "Budgeted lifecycle recomputation scheduler",
1752
+ "obligation_category": null,
1753
+ "verifier_route": null
1754
+ },
1755
+ {
1756
+ "coverage_status": "implemented_checker",
1757
+ "implementation_refs": [
1758
+ "trc.check_lifecycle_dag"
1759
+ ],
1760
+ "item_id": "prop:budgeted-lifecycle-recomputation-consistency",
1761
+ "label": "Budgeted lifecycle recomputation consistency",
1762
+ "obligation_category": null,
1763
+ "verifier_route": null
1764
+ },
1765
+ {
1766
+ "coverage_status": "implemented_checker",
1767
+ "implementation_refs": [
1768
+ "trc.check_budgeted_tolerance_scheduler"
1769
+ ],
1770
+ "item_id": "def:budgeted-tolerance-recomputation-scheduler",
1771
+ "label": "Budgeted tolerance recomputation scheduler",
1772
+ "obligation_category": null,
1773
+ "verifier_route": null
1774
+ },
1775
+ {
1776
+ "coverage_status": "implemented_checker",
1777
+ "implementation_refs": [
1778
+ "trc.check_budgeted_tolerance_scheduler"
1779
+ ],
1780
+ "item_id": "prop:budgeted-tolerance-recomputation-consistency",
1781
+ "label": "Budgeted tolerance recomputation consistency",
1782
+ "obligation_category": null,
1783
+ "verifier_route": null
1784
+ },
1785
+ {
1786
+ "coverage_status": "implemented_checker",
1787
+ "implementation_refs": [
1788
+ "trc.check_risk_gate"
1789
+ ],
1790
+ "item_id": "def:dual-dr-risk-gate",
1791
+ "label": "Dual distributionally robust risk gate",
1792
+ "obligation_category": null,
1793
+ "verifier_route": null
1794
+ },
1795
+ {
1796
+ "coverage_status": "external_obligation",
1797
+ "implementation_refs": [
1798
+ "core.ExternalProofObligation"
1799
+ ],
1800
+ "item_id": "prop:ground-metric-dual-dr-admissibility",
1801
+ "label": "Ground-metric dual distributionally robust admissibility",
1802
+ "obligation_category": "distributionally-robust-metric",
1803
+ "verifier_route": "trc.adapters.metric.verify_distributionally_robust_dual"
1804
+ },
1805
+ {
1806
+ "coverage_status": "implemented_checker",
1807
+ "implementation_refs": [
1808
+ "trc.check_relaxation_schedule"
1809
+ ],
1810
+ "item_id": "def:lexicographic-admissibility-relaxation",
1811
+ "label": "Lexicographic admissibility relaxation",
1812
+ "obligation_category": null,
1813
+ "verifier_route": null
1814
+ },
1815
+ {
1816
+ "coverage_status": "implemented_checker",
1817
+ "implementation_refs": [
1818
+ "trc.check_relaxation_schedule"
1819
+ ],
1820
+ "item_id": "prop:lexicographic-relaxation-frontier",
1821
+ "label": "Lexicographic relaxation frontier",
1822
+ "obligation_category": null,
1823
+ "verifier_route": null
1824
+ },
1825
+ {
1826
+ "coverage_status": "implemented_checker",
1827
+ "implementation_refs": [
1828
+ "trc.check_process_grammar"
1829
+ ],
1830
+ "item_id": "def:executable-process-grammar",
1831
+ "label": "Executable process grammar",
1832
+ "obligation_category": null,
1833
+ "verifier_route": null
1834
+ },
1835
+ {
1836
+ "coverage_status": "implemented_checker",
1837
+ "implementation_refs": [
1838
+ "trc.check_trace_normal_form"
1839
+ ],
1840
+ "item_id": "def:executable-trace-normal-form",
1841
+ "label": "Executable trace normal form",
1842
+ "obligation_category": null,
1843
+ "verifier_route": null
1844
+ },
1845
+ {
1846
+ "coverage_status": "implemented_checker",
1847
+ "implementation_refs": [
1848
+ "trc.check_typed_trace_transducer"
1849
+ ],
1850
+ "item_id": "def:typed-executable-trace-transducer",
1851
+ "label": "Typed executable trace transducer",
1852
+ "obligation_category": null,
1853
+ "verifier_route": null
1854
+ },
1855
+ {
1856
+ "coverage_status": "implemented_checker",
1857
+ "implementation_refs": [
1858
+ "trc.check_resource_flow"
1859
+ ],
1860
+ "item_id": "def:trace-indexed-resource-flow-ledger",
1861
+ "label": "Trace-indexed resource-flow ledger",
1862
+ "obligation_category": null,
1863
+ "verifier_route": null
1864
+ },
1865
+ {
1866
+ "coverage_status": "implemented_checker",
1867
+ "implementation_refs": [
1868
+ "trc.check_actionability_vector"
1869
+ ],
1870
+ "item_id": "def:operability-preserving-relaxation",
1871
+ "label": "Actionability vector and relaxed frontier order",
1872
+ "obligation_category": null,
1873
+ "verifier_route": null
1874
+ },
1875
+ {
1876
+ "coverage_status": "implemented_checker",
1877
+ "implementation_refs": [
1878
+ "trc.check_trace_normal_form"
1879
+ ],
1880
+ "item_id": "def:tolerance-aware-executable-trace",
1881
+ "label": "Tolerance-aware executable trace",
1882
+ "obligation_category": null,
1883
+ "verifier_route": null
1884
+ },
1885
+ {
1886
+ "coverage_status": "implemented_constructive",
1887
+ "implementation_refs": [
1888
+ "trc.resource_efficiency_selection"
1889
+ ],
1890
+ "item_id": "def:resource-efficiency-selection",
1891
+ "label": "Resource-efficiency selection stage",
1892
+ "obligation_category": null,
1893
+ "verifier_route": null
1894
+ },
1895
+ {
1896
+ "coverage_status": "implemented_constructive",
1897
+ "implementation_refs": [
1898
+ "trc.resource_efficiency_selection"
1899
+ ],
1900
+ "item_id": "prop:resource-efficiency-pareto-selection",
1901
+ "label": "Resource-efficiency Pareto selection",
1902
+ "obligation_category": null,
1903
+ "verifier_route": null
1904
+ },
1905
+ {
1906
+ "coverage_status": "implemented_constructive",
1907
+ "implementation_refs": [
1908
+ "trc.resource_efficiency_selection"
1909
+ ],
1910
+ "item_id": "def:resource-efficiency-dominance-certificate",
1911
+ "label": "Resource-efficiency dominance certificate",
1912
+ "obligation_category": null,
1913
+ "verifier_route": null
1914
+ },
1915
+ {
1916
+ "coverage_status": "implemented_constructive",
1917
+ "implementation_refs": [
1918
+ "trc.resource_efficiency_selection"
1919
+ ],
1920
+ "item_id": "thm:resource-efficiency-dominance-archive",
1921
+ "label": "Resource-efficiency dominance archive",
1922
+ "obligation_category": null,
1923
+ "verifier_route": null
1924
+ },
1925
+ {
1926
+ "coverage_status": "implemented_checker",
1927
+ "implementation_refs": [
1928
+ "trc.check_trace_normal_form"
1929
+ ],
1930
+ "item_id": "prop:tolerance-aware-executable-trace-extraction",
1931
+ "label": "Tolerance-aware executable trace extraction",
1932
+ "obligation_category": null,
1933
+ "verifier_route": null
1934
+ },
1935
+ {
1936
+ "coverage_status": "implemented_checker",
1937
+ "implementation_refs": [
1938
+ "trc.check_boundary_generator"
1939
+ ],
1940
+ "item_id": "def:boundary-generator",
1941
+ "label": "Boundary generator",
1942
+ "obligation_category": null,
1943
+ "verifier_route": null
1944
+ },
1945
+ {
1946
+ "coverage_status": "implemented_checker",
1947
+ "implementation_refs": [
1948
+ "trc.check_boundary_script"
1949
+ ],
1950
+ "item_id": "def:boundary-script",
1951
+ "label": "Boundary script",
1952
+ "obligation_category": null,
1953
+ "verifier_route": null
1954
+ },
1955
+ {
1956
+ "coverage_status": "implemented_checker",
1957
+ "implementation_refs": [
1958
+ "trc.check_boundary_script_automaton"
1959
+ ],
1960
+ "item_id": "def:boundary-script-automaton",
1961
+ "label": "Boundary script automaton",
1962
+ "obligation_category": null,
1963
+ "verifier_route": null
1964
+ },
1965
+ {
1966
+ "coverage_status": "implemented_checker",
1967
+ "implementation_refs": [
1968
+ "trc.check_cascade_residual_potential"
1969
+ ],
1970
+ "item_id": "def:cascade-potential",
1971
+ "label": "Cascade residual potential",
1972
+ "obligation_category": null,
1973
+ "verifier_route": null
1974
+ },
1975
+ {
1976
+ "coverage_status": "implemented_checker",
1977
+ "implementation_refs": [
1978
+ "trc.check_cascade_residual_potential"
1979
+ ],
1980
+ "item_id": "prop:cascade-potential-residual-bound",
1981
+ "label": "Cascade potential residual bound",
1982
+ "obligation_category": null,
1983
+ "verifier_route": null
1984
+ },
1985
+ {
1986
+ "coverage_status": "implemented_checker",
1987
+ "implementation_refs": [
1988
+ "trc.check_risk_gate"
1989
+ ],
1990
+ "item_id": "def:risk-sensitive-sidecar",
1991
+ "label": "Risk-sensitive residual sidecar",
1992
+ "obligation_category": null,
1993
+ "verifier_route": null
1994
+ },
1995
+ {
1996
+ "coverage_status": "implemented_checker",
1997
+ "implementation_refs": [
1998
+ "trc.check_risk_gate"
1999
+ ],
2000
+ "item_id": "prop:risk-sensitive-residual-extraction",
2001
+ "label": "Risk-sensitive residual extraction",
2002
+ "obligation_category": null,
2003
+ "verifier_route": null
2004
+ },
2005
+ {
2006
+ "coverage_status": "implemented_checker",
2007
+ "implementation_refs": [
2008
+ "trc.check_independence_certificate"
2009
+ ],
2010
+ "item_id": "def:independence-certificate",
2011
+ "label": "Independence certificate",
2012
+ "obligation_category": null,
2013
+ "verifier_route": null
2014
+ },
2015
+ {
2016
+ "coverage_status": "implemented_checker",
2017
+ "implementation_refs": [
2018
+ "trc.check_multi_horizon_order"
2019
+ ],
2020
+ "item_id": "def:multi-horizon",
2021
+ "label": "Multi-horizon order",
2022
+ "obligation_category": null,
2023
+ "verifier_route": null
2024
+ },
2025
+ {
2026
+ "coverage_status": "implemented_schema",
2027
+ "implementation_refs": [
2028
+ "trc.ToleranceCostKernel"
2029
+ ],
2030
+ "item_id": "def:budgeted-coordinate-kernel",
2031
+ "label": "Budgeted coordinate kernel",
2032
+ "obligation_category": null,
2033
+ "verifier_route": null
2034
+ },
2035
+ {
2036
+ "coverage_status": "implemented_checker",
2037
+ "implementation_refs": [
2038
+ "trc.check_future_freedom_vector"
2039
+ ],
2040
+ "item_id": "def:future-freedom-evaluator",
2041
+ "label": "Future-freedom evaluator",
2042
+ "obligation_category": null,
2043
+ "verifier_route": null
2044
+ },
2045
+ {
2046
+ "coverage_status": "implemented_checker",
2047
+ "implementation_refs": [
2048
+ "trc.check_future_freedom_vector"
2049
+ ],
2050
+ "item_id": "def:future-freedom",
2051
+ "label": "Residual future-freedom vector",
2052
+ "obligation_category": null,
2053
+ "verifier_route": null
2054
+ },
2055
+ {
2056
+ "coverage_status": "implemented_constructive",
2057
+ "implementation_refs": [
2058
+ "trc.finite_tolerance_allocation"
2059
+ ],
2060
+ "item_id": "def:typed-tolerance-ledger",
2061
+ "label": "Typed tolerance ledger",
2062
+ "obligation_category": null,
2063
+ "verifier_route": null
2064
+ },
2065
+ {
2066
+ "coverage_status": "implemented_constructive",
2067
+ "implementation_refs": [
2068
+ "trc.finite_tolerance_allocation"
2069
+ ],
2070
+ "item_id": "prop:typed-tolerance-ledger-soundness",
2071
+ "label": "Typed tolerance-ledger soundness",
2072
+ "obligation_category": null,
2073
+ "verifier_route": null
2074
+ },
2075
+ {
2076
+ "coverage_status": "implemented_constructive",
2077
+ "implementation_refs": [
2078
+ "trc.finite_tolerance_allocation"
2079
+ ],
2080
+ "item_id": "def:tolerance-cost-kernel",
2081
+ "label": "Tolerance-cost kernel",
2082
+ "obligation_category": null,
2083
+ "verifier_route": null
2084
+ },
2085
+ {
2086
+ "coverage_status": "implemented_constructive",
2087
+ "implementation_refs": [
2088
+ "trc.finite_tolerance_allocation"
2089
+ ],
2090
+ "item_id": "prop:finite-tolerance-cost-kernel-admissibility",
2091
+ "label": "Finite tolerance-cost kernel admissibility",
2092
+ "obligation_category": null,
2093
+ "verifier_route": null
2094
+ },
2095
+ {
2096
+ "coverage_status": "implemented_checker",
2097
+ "implementation_refs": [
2098
+ "trc.check_tolerance_allocation_certificate"
2099
+ ],
2100
+ "item_id": "def:operational-tolerance-allocator",
2101
+ "label": "Operational tolerance allocator",
2102
+ "obligation_category": null,
2103
+ "verifier_route": null
2104
+ },
2105
+ {
2106
+ "coverage_status": "implemented_checker",
2107
+ "implementation_refs": [
2108
+ "trc.check_tolerance_allocation_certificate"
2109
+ ],
2110
+ "item_id": "thm:operational-tolerance-allocation-soundness",
2111
+ "label": "Operational tolerance allocation soundness",
2112
+ "obligation_category": null,
2113
+ "verifier_route": null
2114
+ },
2115
+ {
2116
+ "coverage_status": "implemented_checker",
2117
+ "implementation_refs": [
2118
+ "trc.check_tolerance_allocation_certificate"
2119
+ ],
2120
+ "item_id": "def:compositional-tolerance-propagation",
2121
+ "label": "Compositional tolerance propagation certificate",
2122
+ "obligation_category": null,
2123
+ "verifier_route": null
2124
+ },
2125
+ {
2126
+ "coverage_status": "implemented_checker",
2127
+ "implementation_refs": [
2128
+ "trc.check_tolerance_allocation_certificate"
2129
+ ],
2130
+ "item_id": "thm:compositional-tolerance-propagation-bound",
2131
+ "label": "Compositional tolerance propagation bound",
2132
+ "obligation_category": null,
2133
+ "verifier_route": null
2134
+ },
2135
+ {
2136
+ "coverage_status": "external_obligation",
2137
+ "implementation_refs": [
2138
+ "core.ExternalProofObligation"
2139
+ ],
2140
+ "item_id": "def:telemetry-updated-resource-cost-kernel",
2141
+ "label": "Telemetry-updated resource-cost kernel",
2142
+ "obligation_category": "telemetry-calibration",
2143
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2144
+ },
2145
+ {
2146
+ "coverage_status": "external_obligation",
2147
+ "implementation_refs": [
2148
+ "core.ExternalProofObligation"
2149
+ ],
2150
+ "item_id": "thm:telemetry-updated-resource-cost-kernel-soundness",
2151
+ "label": "Telemetry-updated resource-cost kernel soundness",
2152
+ "obligation_category": "telemetry-calibration",
2153
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2154
+ },
2155
+ {
2156
+ "coverage_status": "implemented_constructive",
2157
+ "implementation_refs": [
2158
+ "core.archive_with_truncation"
2159
+ ],
2160
+ "item_id": "def:epsilon-order",
2161
+ "label": "Epsilon charge",
2162
+ "obligation_category": null,
2163
+ "verifier_route": null
2164
+ },
2165
+ {
2166
+ "coverage_status": "implemented_constructive",
2167
+ "implementation_refs": [
2168
+ "core.archive_with_truncation"
2169
+ ],
2170
+ "item_id": "def:grid-archive",
2171
+ "label": "Grid epsilon archive",
2172
+ "obligation_category": null,
2173
+ "verifier_route": null
2174
+ },
2175
+ {
2176
+ "coverage_status": "implemented_constructive",
2177
+ "implementation_refs": [
2178
+ "core.archive_with_truncation"
2179
+ ],
2180
+ "item_id": "def:capped-archive",
2181
+ "label": "Capped archive and truncation residual",
2182
+ "obligation_category": null,
2183
+ "verifier_route": null
2184
+ },
2185
+ {
2186
+ "coverage_status": "external_obligation",
2187
+ "implementation_refs": [
2188
+ "core.ExternalProofObligation"
2189
+ ],
2190
+ "item_id": "def:latent-operator-compilation",
2191
+ "label": "Latent operator compilation",
2192
+ "obligation_category": "latent-oracle-model",
2193
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2194
+ },
2195
+ {
2196
+ "coverage_status": "external_obligation",
2197
+ "implementation_refs": [
2198
+ "core.ExternalProofObligation"
2199
+ ],
2200
+ "item_id": "def:time-extended-latent-atlas",
2201
+ "label": "Time-extended constructible latent atlas",
2202
+ "obligation_category": "latent-oracle-model",
2203
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2204
+ },
2205
+ {
2206
+ "coverage_status": "implemented_checker",
2207
+ "implementation_refs": [
2208
+ "trc.check_causal_event_poset"
2209
+ ],
2210
+ "item_id": "def:clock-event-synchronization",
2211
+ "label": "Constructed causal event-poset certificate",
2212
+ "obligation_category": null,
2213
+ "verifier_route": null
2214
+ },
2215
+ {
2216
+ "coverage_status": "implemented_checker",
2217
+ "implementation_refs": [
2218
+ "trc.check_causal_event_poset"
2219
+ ],
2220
+ "item_id": "def:causal-schedule-extraction",
2221
+ "label": "Causal schedule extraction certificate",
2222
+ "obligation_category": null,
2223
+ "verifier_route": null
2224
+ },
2225
+ {
2226
+ "coverage_status": "implemented_checker",
2227
+ "implementation_refs": [
2228
+ "trc.check_causal_event_poset"
2229
+ ],
2230
+ "item_id": "prop:constructed-causal-event-poset-consistency",
2231
+ "label": "Constructed causal event-poset consistency",
2232
+ "obligation_category": null,
2233
+ "verifier_route": null
2234
+ },
2235
+ {
2236
+ "coverage_status": "implemented_checker",
2237
+ "implementation_refs": [
2238
+ "trc.check_causal_event_poset"
2239
+ ],
2240
+ "item_id": "prop:causal-schedule-extraction-soundness",
2241
+ "label": "Causal schedule extraction soundness",
2242
+ "obligation_category": null,
2243
+ "verifier_route": null
2244
+ },
2245
+ {
2246
+ "coverage_status": "external_obligation",
2247
+ "implementation_refs": [
2248
+ "core.ExternalProofObligation"
2249
+ ],
2250
+ "item_id": "def:latent-closed-archive",
2251
+ "label": "Latent-closed compressed archive",
2252
+ "obligation_category": "latent-oracle-model",
2253
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2254
+ },
2255
+ {
2256
+ "coverage_status": "external_obligation",
2257
+ "implementation_refs": [
2258
+ "core.ExternalProofObligation"
2259
+ ],
2260
+ "item_id": "prop:compressed-archive-distortion-cover",
2261
+ "label": "Compressed archive distortion cover",
2262
+ "obligation_category": "archive-domain-cover",
2263
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2264
+ },
2265
+ {
2266
+ "coverage_status": "external_obligation",
2267
+ "implementation_refs": [
2268
+ "core.ExternalProofObligation"
2269
+ ],
2270
+ "item_id": "def:efficiency-preserving-archive-refinement",
2271
+ "label": "Efficiency-preserving archive refinement",
2272
+ "obligation_category": "archive-domain-cover",
2273
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2274
+ },
2275
+ {
2276
+ "coverage_status": "external_obligation",
2277
+ "implementation_refs": [
2278
+ "core.ExternalProofObligation"
2279
+ ],
2280
+ "item_id": "prop:efficiency-preserving-archive-refinement",
2281
+ "label": "Efficiency-preserving archive refinement",
2282
+ "obligation_category": "archive-domain-cover",
2283
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2284
+ },
2285
+ {
2286
+ "coverage_status": "external_obligation",
2287
+ "implementation_refs": [
2288
+ "core.ExternalProofObligation"
2289
+ ],
2290
+ "item_id": "prop:latent-archive-complexity-calibrated-coupling",
2291
+ "label": "Latent archive complexity with calibrated coupling costs",
2292
+ "obligation_category": "latent-oracle-model",
2293
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2294
+ },
2295
+ {
2296
+ "coverage_status": "implemented_checker",
2297
+ "implementation_refs": [
2298
+ "core.StatusRule"
2299
+ ],
2300
+ "item_id": "lem:no-status-promotion",
2301
+ "label": "No status promotion by archive insertion",
2302
+ "obligation_category": null,
2303
+ "verifier_route": null
2304
+ },
2305
+ {
2306
+ "coverage_status": "external_obligation",
2307
+ "implementation_refs": [
2308
+ "core.ExternalProofObligation"
2309
+ ],
2310
+ "item_id": "def:null-channel-routing",
2311
+ "label": "Typed physical null-channel transfer complex",
2312
+ "obligation_category": "physical-hybrid-system",
2313
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2314
+ },
2315
+ {
2316
+ "coverage_status": "external_obligation",
2317
+ "implementation_refs": [
2318
+ "core.ExternalProofObligation"
2319
+ ],
2320
+ "item_id": "def:hybrid-buffer-envelope",
2321
+ "label": "Hybrid buffer envelope certificate",
2322
+ "obligation_category": "physical-hybrid-system",
2323
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2324
+ },
2325
+ {
2326
+ "coverage_status": "implemented_constructive",
2327
+ "implementation_refs": [
2328
+ "trc.network_calculus_bounds"
2329
+ ],
2330
+ "item_id": "def:network-calculus-event-contract",
2331
+ "label": "Network-calculus event contract",
2332
+ "obligation_category": null,
2333
+ "verifier_route": null
2334
+ },
2335
+ {
2336
+ "coverage_status": "external_obligation",
2337
+ "implementation_refs": [
2338
+ "core.ExternalProofObligation"
2339
+ ],
2340
+ "item_id": "def:calibrated-event-envelope",
2341
+ "label": "Online regime monitor and rebasing certificate",
2342
+ "obligation_category": "telemetry-calibration",
2343
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2344
+ },
2345
+ {
2346
+ "coverage_status": "implemented_schema",
2347
+ "implementation_refs": [
2348
+ "trc.TransitionProofRecord"
2349
+ ],
2350
+ "item_id": "def:finite-state-gain-table",
2351
+ "label": "Finite-state transition gain table",
2352
+ "obligation_category": null,
2353
+ "verifier_route": null
2354
+ },
2355
+ {
2356
+ "coverage_status": "external_obligation",
2357
+ "implementation_refs": [
2358
+ "core.ExternalProofObligation"
2359
+ ],
2360
+ "item_id": "def:assume-guarantee-contract-library",
2361
+ "label": "Assume-guarantee contract library",
2362
+ "obligation_category": "assume-guarantee-contract",
2363
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
2364
+ },
2365
+ {
2366
+ "coverage_status": "external_obligation",
2367
+ "implementation_refs": [
2368
+ "core.ExternalProofObligation"
2369
+ ],
2370
+ "item_id": "prop:assume-guarantee-synthesis-soundness",
2371
+ "label": "Assume-guarantee synthesis soundness",
2372
+ "obligation_category": "assume-guarantee-contract",
2373
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
2374
+ },
2375
+ {
2376
+ "coverage_status": "external_obligation",
2377
+ "implementation_refs": [
2378
+ "core.ExternalProofObligation"
2379
+ ],
2380
+ "item_id": "def:local-contraction-residual-certificate",
2381
+ "label": "Local contraction residual certificate",
2382
+ "obligation_category": "assume-guarantee-contract",
2383
+ "verifier_route": "trc.adapters.contracts.verify_assume_guarantee_library"
2384
+ },
2385
+ {
2386
+ "coverage_status": "external_obligation",
2387
+ "implementation_refs": [
2388
+ "core.ExternalProofObligation"
2389
+ ],
2390
+ "item_id": "def:hybrid-residual-propagation",
2391
+ "label": "Hybrid residual propagation",
2392
+ "obligation_category": "physical-hybrid-system",
2393
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2394
+ },
2395
+ {
2396
+ "coverage_status": "implemented_checker",
2397
+ "implementation_refs": [
2398
+ "core.AlgebraLawCertificate"
2399
+ ],
2400
+ "item_id": "def:typed-semiring-abstraction",
2401
+ "label": "Domain-typed partial semiring abstraction certificate",
2402
+ "obligation_category": null,
2403
+ "verifier_route": null
2404
+ },
2405
+ {
2406
+ "coverage_status": "implemented_constructive",
2407
+ "implementation_refs": [
2408
+ "trc.semiring_path_product"
2409
+ ],
2410
+ "item_id": "def:typed-residual-interconnection-graph",
2411
+ "label": "Ordered-semiring path summary certificate",
2412
+ "obligation_category": null,
2413
+ "verifier_route": null
2414
+ },
2415
+ {
2416
+ "coverage_status": "implemented_constructive",
2417
+ "implementation_refs": [
2418
+ "trc.semiring_path_product"
2419
+ ],
2420
+ "item_id": "prop:raw-ordered-semiring-path-product",
2421
+ "label": "Raw ordered-semiring path product",
2422
+ "obligation_category": null,
2423
+ "verifier_route": null
2424
+ },
2425
+ {
2426
+ "coverage_status": "implemented_checker",
2427
+ "implementation_refs": [
2428
+ "core.AlgebraLawCertificate"
2429
+ ],
2430
+ "item_id": "prop:domain-typed-semiring-summary-soundness",
2431
+ "label": "Domain-typed semiring summary soundness",
2432
+ "obligation_category": null,
2433
+ "verifier_route": null
2434
+ },
2435
+ {
2436
+ "coverage_status": "implemented_constructive",
2437
+ "implementation_refs": [
2438
+ "trc.network_calculus_bounds"
2439
+ ],
2440
+ "item_id": "prop:network-calculus-event-contract-soundness",
2441
+ "label": "Network-calculus event contract soundness",
2442
+ "obligation_category": null,
2443
+ "verifier_route": null
2444
+ },
2445
+ {
2446
+ "coverage_status": "external_obligation",
2447
+ "implementation_refs": [
2448
+ "core.ExternalProofObligation"
2449
+ ],
2450
+ "item_id": "prop:online-regime-monitor-calibration-soundness",
2451
+ "label": "Online regime-monitor calibration soundness",
2452
+ "obligation_category": "telemetry-calibration",
2453
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2454
+ },
2455
+ {
2456
+ "coverage_status": "external_obligation",
2457
+ "implementation_refs": [
2458
+ "core.ExternalProofObligation"
2459
+ ],
2460
+ "item_id": "prop:uncoupled-hybrid-residual-propagation",
2461
+ "label": "Typed-disjoint hybrid residual propagation",
2462
+ "obligation_category": "physical-hybrid-system",
2463
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2464
+ },
2465
+ {
2466
+ "coverage_status": "external_obligation",
2467
+ "implementation_refs": [
2468
+ "core.ExternalProofObligation"
2469
+ ],
2470
+ "item_id": "prop:logarithmic-norm-fallback",
2471
+ "label": "Logarithmic-norm fallback",
2472
+ "obligation_category": "numerical-envelope",
2473
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
2474
+ },
2475
+ {
2476
+ "coverage_status": "external_obligation",
2477
+ "implementation_refs": [
2478
+ "core.ExternalProofObligation"
2479
+ ],
2480
+ "item_id": "prop:additive-residual-bound",
2481
+ "label": "Additive residual bound as a stable special case",
2482
+ "obligation_category": "numerical-envelope",
2483
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
2484
+ },
2485
+ {
2486
+ "coverage_status": "external_obligation",
2487
+ "implementation_refs": [
2488
+ "core.ExternalProofObligation"
2489
+ ],
2490
+ "item_id": "prop:hybrid-null-channel-envelope",
2491
+ "label": "Hybrid null-channel envelope",
2492
+ "obligation_category": "physical-hybrid-system",
2493
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2494
+ },
2495
+ {
2496
+ "coverage_status": "external_obligation",
2497
+ "implementation_refs": [
2498
+ "core.ExternalProofObligation"
2499
+ ],
2500
+ "item_id": "prop:null-channel-routing",
2501
+ "label": "Discrete null-channel transfer accounting",
2502
+ "obligation_category": "physical-hybrid-system",
2503
+ "verifier_route": "trc.adapters.physical_hybrid.verify_envelope"
2504
+ },
2505
+ {
2506
+ "coverage_status": "implemented_schema",
2507
+ "implementation_refs": [
2508
+ "trc.TransitionProofRecord"
2509
+ ],
2510
+ "item_id": "def:action-class",
2511
+ "label": "Action class",
2512
+ "obligation_category": null,
2513
+ "verifier_route": null
2514
+ },
2515
+ {
2516
+ "coverage_status": "implemented_checker",
2517
+ "implementation_refs": [
2518
+ "trc.check_transition_proof"
2519
+ ],
2520
+ "item_id": "def:typed-transition-proof",
2521
+ "label": "Typed transition proof",
2522
+ "obligation_category": null,
2523
+ "verifier_route": null
2524
+ },
2525
+ {
2526
+ "coverage_status": "external_obligation",
2527
+ "implementation_refs": [
2528
+ "core.ExternalProofObligation"
2529
+ ],
2530
+ "item_id": "def:purification-transition",
2531
+ "label": "Purification transition",
2532
+ "obligation_category": "observation-partition",
2533
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
2534
+ },
2535
+ {
2536
+ "coverage_status": "implemented_schema",
2537
+ "implementation_refs": [
2538
+ "trc.ResourceCalendarRecord"
2539
+ ],
2540
+ "item_id": "def:resource-bounded-compensation-tensor",
2541
+ "label": "Resource-bounded compensation tensor",
2542
+ "obligation_category": null,
2543
+ "verifier_route": null
2544
+ },
2545
+ {
2546
+ "coverage_status": "implemented_checker",
2547
+ "implementation_refs": [
2548
+ "trc.check_resource_calendar"
2549
+ ],
2550
+ "item_id": "def:temporal-resource-tensor",
2551
+ "label": "Resource-conservative scenario calendar",
2552
+ "obligation_category": null,
2553
+ "verifier_route": null
2554
+ },
2555
+ {
2556
+ "coverage_status": "implemented_checker",
2557
+ "implementation_refs": [
2558
+ "trc.check_resource_calendar"
2559
+ ],
2560
+ "item_id": "prop:resource-bounded-escrow-tensor-soundness",
2561
+ "label": "Same-slot resource tensor soundness",
2562
+ "obligation_category": null,
2563
+ "verifier_route": null
2564
+ },
2565
+ {
2566
+ "coverage_status": "implemented_checker",
2567
+ "implementation_refs": [
2568
+ "trc.check_resource_flow"
2569
+ ],
2570
+ "item_id": "prop:trace-indexed-resource-flow-feasibility",
2571
+ "label": "Trace-indexed resource-flow feasibility",
2572
+ "obligation_category": null,
2573
+ "verifier_route": null
2574
+ },
2575
+ {
2576
+ "coverage_status": "implemented_schema",
2577
+ "implementation_refs": [
2578
+ "core.MonoidRecord"
2579
+ ],
2580
+ "item_id": "prop:compensation-monoid-special-case",
2581
+ "label": "Commutative compensation monoid as zero-shared-resource case",
2582
+ "obligation_category": null,
2583
+ "verifier_route": null
2584
+ },
2585
+ {
2586
+ "coverage_status": "external_obligation",
2587
+ "implementation_refs": [
2588
+ "core.ExternalProofObligation"
2589
+ ],
2590
+ "item_id": "def:constructed-partition",
2591
+ "label": "Constructed observation partition certificate",
2592
+ "obligation_category": "observation-partition",
2593
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
2594
+ },
2595
+ {
2596
+ "coverage_status": "external_obligation",
2597
+ "implementation_refs": [
2598
+ "core.ExternalProofObligation"
2599
+ ],
2600
+ "item_id": "lem:constructed-partition-coverage",
2601
+ "label": "Constructed observation partition coverage",
2602
+ "obligation_category": "observation-partition",
2603
+ "verifier_route": "trc.adapters.observation.verify_partition_cover"
2604
+ },
2605
+ {
2606
+ "coverage_status": "implemented_schema",
2607
+ "implementation_refs": [
2608
+ "core.DependencyDAG"
2609
+ ],
2610
+ "item_id": "def:branching-policy-dag",
2611
+ "label": "Branching policy DAG",
2612
+ "obligation_category": null,
2613
+ "verifier_route": null
2614
+ },
2615
+ {
2616
+ "coverage_status": "external_obligation",
2617
+ "implementation_refs": [
2618
+ "core.ExternalProofObligation"
2619
+ ],
2620
+ "item_id": "def:topology-redesign-operator",
2621
+ "label": "Topology redesign operator",
2622
+ "obligation_category": "redesign-response",
2623
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
2624
+ },
2625
+ {
2626
+ "coverage_status": "external_obligation",
2627
+ "implementation_refs": [
2628
+ "core.ExternalProofObligation"
2629
+ ],
2630
+ "item_id": "def:redesign-response-certificate",
2631
+ "label": "Redesign response certificate",
2632
+ "obligation_category": "redesign-response",
2633
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
2634
+ },
2635
+ {
2636
+ "coverage_status": "external_obligation",
2637
+ "implementation_refs": [
2638
+ "core.ExternalProofObligation"
2639
+ ],
2640
+ "item_id": "def:progressive-fidelity-compiler-loop",
2641
+ "label": "Progressive fidelity compiler loop",
2642
+ "obligation_category": "archive-domain-cover",
2643
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2644
+ },
2645
+ {
2646
+ "coverage_status": "external_obligation",
2647
+ "implementation_refs": [
2648
+ "core.ExternalProofObligation"
2649
+ ],
2650
+ "item_id": "thm:progressive-fidelity-compiler-soundness",
2651
+ "label": "Progressive fidelity compiler soundness",
2652
+ "obligation_category": "archive-domain-cover",
2653
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2654
+ },
2655
+ {
2656
+ "coverage_status": "implemented_checker",
2657
+ "implementation_refs": [
2658
+ "trc.compile_frontier"
2659
+ ],
2660
+ "item_id": "thm:certified-partial-frontier-return",
2661
+ "label": "Certified partial-frontier return",
2662
+ "obligation_category": null,
2663
+ "verifier_route": null
2664
+ },
2665
+ {
2666
+ "coverage_status": "implemented_checker",
2667
+ "implementation_refs": [
2668
+ "trc.compile_frontier"
2669
+ ],
2670
+ "item_id": "def:compiler-instance",
2671
+ "label": "Compiler instance",
2672
+ "obligation_category": null,
2673
+ "verifier_route": null
2674
+ },
2675
+ {
2676
+ "coverage_status": "implemented_checker",
2677
+ "implementation_refs": [
2678
+ "trc.compile_frontier"
2679
+ ],
2680
+ "item_id": "def:budgeted-compiler",
2681
+ "label": "Budgeted TRC compiler",
2682
+ "obligation_category": null,
2683
+ "verifier_route": null
2684
+ },
2685
+ {
2686
+ "coverage_status": "implemented_checker",
2687
+ "implementation_refs": [
2688
+ "trc.compile_frontier"
2689
+ ],
2690
+ "item_id": "thm:budgeted-compiler",
2691
+ "label": "Budgeted compiler complexity",
2692
+ "obligation_category": null,
2693
+ "verifier_route": null
2694
+ },
2695
+ {
2696
+ "coverage_status": "implemented_constructive",
2697
+ "implementation_refs": [
2698
+ "core.archive_with_truncation"
2699
+ ],
2700
+ "item_id": "lem:grid-epsilon-archive-cover",
2701
+ "label": "Grid epsilon-archive cover",
2702
+ "obligation_category": null,
2703
+ "verifier_route": null
2704
+ },
2705
+ {
2706
+ "coverage_status": "implemented_constructive",
2707
+ "implementation_refs": [
2708
+ "core.archive_with_truncation"
2709
+ ],
2710
+ "item_id": "prop:budgeted-truncation-residual",
2711
+ "label": "Budgeted truncation residual",
2712
+ "obligation_category": null,
2713
+ "verifier_route": null
2714
+ },
2715
+ {
2716
+ "coverage_status": "implemented_checker",
2717
+ "implementation_refs": [
2718
+ "trc.check_future_freedom_vector"
2719
+ ],
2720
+ "item_id": "prop:rff-certificate",
2721
+ "label": "Residual future-freedom from coordinate kernels",
2722
+ "obligation_category": null,
2723
+ "verifier_route": null
2724
+ },
2725
+ {
2726
+ "coverage_status": "implemented_constructive",
2727
+ "implementation_refs": [
2728
+ "core.pareto_frontier"
2729
+ ],
2730
+ "item_id": "prop:passive-first-dominance",
2731
+ "label": "Passive-first dominance under identical reachable sets",
2732
+ "obligation_category": null,
2733
+ "verifier_route": null
2734
+ },
2735
+ {
2736
+ "coverage_status": "external_obligation",
2737
+ "implementation_refs": [
2738
+ "core.ExternalProofObligation"
2739
+ ],
2740
+ "item_id": "prop:greedy-redesign",
2741
+ "label": "Greedy redesign under certified submodular oracle",
2742
+ "obligation_category": "latent-oracle-model",
2743
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2744
+ },
2745
+ {
2746
+ "coverage_status": "external_obligation",
2747
+ "implementation_refs": [
2748
+ "core.ExternalProofObligation"
2749
+ ],
2750
+ "item_id": "prop:redesign-response-interval",
2751
+ "label": "Redesign response interval",
2752
+ "obligation_category": "redesign-response",
2753
+ "verifier_route": "trc.adapters.redesign.verify_response_interval"
2754
+ },
2755
+ {
2756
+ "coverage_status": "implemented_schema",
2757
+ "implementation_refs": [
2758
+ "core.Certificate"
2759
+ ],
2760
+ "item_id": "def:trc-certificate",
2761
+ "label": "TRC certificate",
2762
+ "obligation_category": null,
2763
+ "verifier_route": null
2764
+ },
2765
+ {
2766
+ "coverage_status": "implemented_schema",
2767
+ "implementation_refs": [
2768
+ "core.Judgment"
2769
+ ],
2770
+ "item_id": "def:typed-extraction-judgment",
2771
+ "label": "Typed extraction judgment",
2772
+ "obligation_category": null,
2773
+ "verifier_route": null
2774
+ },
2775
+ {
2776
+ "coverage_status": "implemented_checker",
2777
+ "implementation_refs": [
2778
+ "core.CheckerContext"
2779
+ ],
2780
+ "item_id": "def:trc-checker",
2781
+ "label": "TRC checker",
2782
+ "obligation_category": null,
2783
+ "verifier_route": null
2784
+ },
2785
+ {
2786
+ "coverage_status": "implemented_checker",
2787
+ "implementation_refs": [
2788
+ "core.CheckerContext"
2789
+ ],
2790
+ "item_id": "thm:typed-checker-extractor-registry-soundness",
2791
+ "label": "Typed checker/extractor and registry soundness",
2792
+ "obligation_category": null,
2793
+ "verifier_route": null
2794
+ }
2795
+ ],
2796
+ "mr_records": 0,
2797
+ "representative_items": [
2798
+ {
2799
+ "coverage_status": "external_obligation",
2800
+ "implementation_refs": [
2801
+ "core.ExternalProofObligation"
2802
+ ],
2803
+ "item_id": "prop:ground-metric-dual-dr-admissibility",
2804
+ "label": "Ground-metric dual distributionally robust admissibility",
2805
+ "obligation_category": "distributionally-robust-metric",
2806
+ "verifier_route": "trc.adapters.metric.verify_distributionally_robust_dual"
2807
+ },
2808
+ {
2809
+ "coverage_status": "external_obligation",
2810
+ "implementation_refs": [
2811
+ "core.ExternalProofObligation"
2812
+ ],
2813
+ "item_id": "def:telemetry-updated-resource-cost-kernel",
2814
+ "label": "Telemetry-updated resource-cost kernel",
2815
+ "obligation_category": "telemetry-calibration",
2816
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2817
+ },
2818
+ {
2819
+ "coverage_status": "external_obligation",
2820
+ "implementation_refs": [
2821
+ "core.ExternalProofObligation"
2822
+ ],
2823
+ "item_id": "thm:telemetry-updated-resource-cost-kernel-soundness",
2824
+ "label": "Telemetry-updated resource-cost kernel soundness",
2825
+ "obligation_category": "telemetry-calibration",
2826
+ "verifier_route": "trc.adapters.telemetry.verify_calibration_window"
2827
+ },
2828
+ {
2829
+ "coverage_status": "external_obligation",
2830
+ "implementation_refs": [
2831
+ "core.ExternalProofObligation"
2832
+ ],
2833
+ "item_id": "def:latent-operator-compilation",
2834
+ "label": "Latent operator compilation",
2835
+ "obligation_category": "latent-oracle-model",
2836
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2837
+ },
2838
+ {
2839
+ "coverage_status": "external_obligation",
2840
+ "implementation_refs": [
2841
+ "core.ExternalProofObligation"
2842
+ ],
2843
+ "item_id": "def:time-extended-latent-atlas",
2844
+ "label": "Time-extended constructible latent atlas",
2845
+ "obligation_category": "latent-oracle-model",
2846
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2847
+ },
2848
+ {
2849
+ "coverage_status": "external_obligation",
2850
+ "implementation_refs": [
2851
+ "core.ExternalProofObligation"
2852
+ ],
2853
+ "item_id": "def:latent-closed-archive",
2854
+ "label": "Latent-closed compressed archive",
2855
+ "obligation_category": "latent-oracle-model",
2856
+ "verifier_route": "trc.adapters.latent_oracle.verify_model_witness"
2857
+ },
2858
+ {
2859
+ "coverage_status": "external_obligation",
2860
+ "implementation_refs": [
2861
+ "core.ExternalProofObligation"
2862
+ ],
2863
+ "item_id": "prop:compressed-archive-distortion-cover",
2864
+ "label": "Compressed archive distortion cover",
2865
+ "obligation_category": "archive-domain-cover",
2866
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2867
+ },
2868
+ {
2869
+ "coverage_status": "external_obligation",
2870
+ "implementation_refs": [
2871
+ "core.ExternalProofObligation"
2872
+ ],
2873
+ "item_id": "def:efficiency-preserving-archive-refinement",
2874
+ "label": "Efficiency-preserving archive refinement",
2875
+ "obligation_category": "archive-domain-cover",
2876
+ "verifier_route": "trc.adapters.archive.verify_domain_cover"
2877
+ }
2878
+ ],
2879
+ "schema_version": "theory-snapshot-1.0"
2880
+ }