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