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,2741 @@
1
+ {
2
+ "artifact": "Executable Capability Percolation Theory.tex",
3
+ "artifact_key": "ecpt",
4
+ "attribution": {
5
+ "author": "K. Takahashi",
6
+ "derived_from": "canonical TeX metadata extraction; TeX/PDF source is not vendored",
7
+ "doi": "10.5281/zenodo.20535654",
8
+ "license_id": "cc-by-4.0",
9
+ "source_tex_md5": "c4614418ce96155c605a5b0337b3e99c",
10
+ "title": "Executable Capability Percolation Theory",
11
+ "year": 2026
12
+ },
13
+ "claims": 35,
14
+ "coverage_counts": {
15
+ "external_obligation": 30,
16
+ "implemented_checker": 48,
17
+ "implemented_constructive": 18,
18
+ "implemented_schema": 18,
19
+ "partial": 0,
20
+ "unsupported": 0
21
+ },
22
+ "coverage_delta": {
23
+ "external_obligation_total": 30,
24
+ "implemented_total": 84,
25
+ "unimplemented_total": 30,
26
+ "unsupported_total": 0
27
+ },
28
+ "definitions": 79,
29
+ "external_obligation_catalog": {
30
+ "artifact": "Executable Capability Percolation Theory.tex",
31
+ "category_summary": {
32
+ "ecpt-bridge-reserve": 6,
33
+ "ecpt-ecology-ontology": 3,
34
+ "ecpt-economics-policy": 6,
35
+ "ecpt-generator-limit": 5,
36
+ "ecpt-proxy-target": 3,
37
+ "ecpt-speculative-channel": 4,
38
+ "ecpt-trace-diagnostic": 1,
39
+ "numerical-envelope": 2
40
+ },
41
+ "obligations": [
42
+ {
43
+ "accepted_evidence_kind": [
44
+ "diagnostic-projection-certificate",
45
+ "residual-trace-ledger",
46
+ "trace-complex-audit"
47
+ ],
48
+ "artifact": "Executable Capability Percolation Theory.tex",
49
+ "checker_ref": null,
50
+ "checker_refs": [],
51
+ "coverage_status": "external_obligation",
52
+ "external_failure_modes": [
53
+ "diagnostic-projection-unverified",
54
+ "residual-trace-ledger-incomplete",
55
+ "trace-complex-audit-missing",
56
+ "no-implicit-settled-promotion",
57
+ "external-verifier-hook-required"
58
+ ],
59
+ "failure_modes": [
60
+ "diagnostic-projection-unverified",
61
+ "residual-trace-ledger-incomplete",
62
+ "trace-complex-audit-missing"
63
+ ],
64
+ "implementation_ref": "core.ExternalProofObligation",
65
+ "implementation_refs": [
66
+ "core.ExternalProofObligation"
67
+ ],
68
+ "item_id": "definition:15",
69
+ "label": "Auxiliary trace-complex diagnostic",
70
+ "obligation_category": "ecpt-trace-diagnostic",
71
+ "proof_obligation_ids": [
72
+ "obligation:definition:15"
73
+ ],
74
+ "residual_coordinates": [
75
+ "residual:definition:15"
76
+ ],
77
+ "residual_policy": "charge-trace-diagnostic-residual-until-projection-certified",
78
+ "safe_default": "diagnostic-with-trace-complex-obligation",
79
+ "schema_ref": "core.ExternalProofObligation",
80
+ "schema_refs": [
81
+ "core.ExternalProofObligation"
82
+ ],
83
+ "verifier_contract": {
84
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
85
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
86
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
87
+ },
88
+ "verifier_route": "ecpt.adapters.trace_complex.verify_diagnostic_projection"
89
+ },
90
+ {
91
+ "accepted_evidence_kind": [
92
+ "execution-availability-audit",
93
+ "policy-counterfactual-report",
94
+ "value-bound"
95
+ ],
96
+ "artifact": "Executable Capability Percolation Theory.tex",
97
+ "checker_ref": null,
98
+ "checker_refs": [],
99
+ "coverage_status": "external_obligation",
100
+ "external_failure_modes": [
101
+ "execution-availability-unverified",
102
+ "policy-counterfactual-missing",
103
+ "value-bound-not-certified",
104
+ "no-implicit-settled-promotion",
105
+ "external-verifier-hook-required"
106
+ ],
107
+ "failure_modes": [
108
+ "execution-availability-unverified",
109
+ "policy-counterfactual-missing",
110
+ "value-bound-not-certified"
111
+ ],
112
+ "implementation_ref": "core.ExternalProofObligation",
113
+ "implementation_refs": [
114
+ "core.ExternalProofObligation"
115
+ ],
116
+ "item_id": "definition:18",
117
+ "label": "Accumulation, availability, liquidity, and execution availability",
118
+ "obligation_category": "ecpt-economics-policy",
119
+ "proof_obligation_ids": [
120
+ "obligation:definition:18"
121
+ ],
122
+ "residual_coordinates": [
123
+ "residual:definition:18"
124
+ ],
125
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
126
+ "safe_default": "diagnostic-with-policy-obligation",
127
+ "schema_ref": "core.ExternalProofObligation",
128
+ "schema_refs": [
129
+ "core.ExternalProofObligation"
130
+ ],
131
+ "verifier_contract": {
132
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
133
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
134
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
135
+ },
136
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
137
+ },
138
+ {
139
+ "accepted_evidence_kind": [
140
+ "repair-route-certificate",
141
+ "speculative-channel-audit",
142
+ "synergy-lower-bound"
143
+ ],
144
+ "artifact": "Executable Capability Percolation Theory.tex",
145
+ "checker_ref": null,
146
+ "checker_refs": [],
147
+ "coverage_status": "external_obligation",
148
+ "external_failure_modes": [
149
+ "repair-route-missing",
150
+ "speculative-channel-unverified",
151
+ "synergy-bound-not-certified",
152
+ "no-implicit-settled-promotion",
153
+ "external-verifier-hook-required"
154
+ ],
155
+ "failure_modes": [
156
+ "repair-route-missing",
157
+ "speculative-channel-unverified",
158
+ "synergy-bound-not-certified"
159
+ ],
160
+ "implementation_ref": "core.ExternalProofObligation",
161
+ "implementation_refs": [
162
+ "core.ExternalProofObligation"
163
+ ],
164
+ "item_id": "definition:31",
165
+ "label": "Speculative execution channel",
166
+ "obligation_category": "ecpt-speculative-channel",
167
+ "proof_obligation_ids": [
168
+ "obligation:definition:31"
169
+ ],
170
+ "residual_coordinates": [
171
+ "residual:definition:31"
172
+ ],
173
+ "residual_policy": "charge-speculative-residual-until-channel-certified",
174
+ "safe_default": "diagnostic-with-speculative-obligation",
175
+ "schema_ref": "core.ExternalProofObligation",
176
+ "schema_refs": [
177
+ "core.ExternalProofObligation"
178
+ ],
179
+ "verifier_contract": {
180
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
181
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
182
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
183
+ },
184
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
185
+ },
186
+ {
187
+ "accepted_evidence_kind": [
188
+ "abstraction-map",
189
+ "domain-semantics-report",
190
+ "simulation-refinement-witness"
191
+ ],
192
+ "artifact": "Executable Capability Percolation Theory.tex",
193
+ "checker_ref": null,
194
+ "checker_refs": [],
195
+ "coverage_status": "external_obligation",
196
+ "external_failure_modes": [
197
+ "abstraction-refinement-unverified",
198
+ "domain-semantics-missing",
199
+ "ontology-extension-not-certified",
200
+ "no-implicit-settled-promotion",
201
+ "external-verifier-hook-required"
202
+ ],
203
+ "failure_modes": [
204
+ "abstraction-refinement-unverified",
205
+ "domain-semantics-missing",
206
+ "ontology-extension-not-certified"
207
+ ],
208
+ "implementation_ref": "core.ExternalProofObligation",
209
+ "implementation_refs": [
210
+ "core.ExternalProofObligation"
211
+ ],
212
+ "item_id": "definition:37",
213
+ "label": "Concrete ecology semantics",
214
+ "obligation_category": "ecpt-ecology-ontology",
215
+ "proof_obligation_ids": [
216
+ "obligation:definition:37"
217
+ ],
218
+ "residual_coordinates": [
219
+ "residual:definition:37"
220
+ ],
221
+ "residual_policy": "charge-abstraction-residual-until-domain-witness-accepted",
222
+ "safe_default": "diagnostic-with-abstraction-obligation",
223
+ "schema_ref": "core.ExternalProofObligation",
224
+ "schema_refs": [
225
+ "core.ExternalProofObligation"
226
+ ],
227
+ "verifier_contract": {
228
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
229
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
230
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
231
+ },
232
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
233
+ },
234
+ {
235
+ "accepted_evidence_kind": [
236
+ "abstraction-map",
237
+ "domain-semantics-report",
238
+ "simulation-refinement-witness"
239
+ ],
240
+ "artifact": "Executable Capability Percolation Theory.tex",
241
+ "checker_ref": null,
242
+ "checker_refs": [],
243
+ "coverage_status": "external_obligation",
244
+ "external_failure_modes": [
245
+ "abstraction-refinement-unverified",
246
+ "domain-semantics-missing",
247
+ "ontology-extension-not-certified",
248
+ "no-implicit-settled-promotion",
249
+ "external-verifier-hook-required"
250
+ ],
251
+ "failure_modes": [
252
+ "abstraction-refinement-unverified",
253
+ "domain-semantics-missing",
254
+ "ontology-extension-not-certified"
255
+ ],
256
+ "implementation_ref": "core.ExternalProofObligation",
257
+ "implementation_refs": [
258
+ "core.ExternalProofObligation"
259
+ ],
260
+ "item_id": "definition:38",
261
+ "label": "Sound finite abstraction",
262
+ "obligation_category": "ecpt-ecology-ontology",
263
+ "proof_obligation_ids": [
264
+ "obligation:definition:38"
265
+ ],
266
+ "residual_coordinates": [
267
+ "residual:definition:38"
268
+ ],
269
+ "residual_policy": "charge-abstraction-residual-until-domain-witness-accepted",
270
+ "safe_default": "diagnostic-with-abstraction-obligation",
271
+ "schema_ref": "core.ExternalProofObligation",
272
+ "schema_refs": [
273
+ "core.ExternalProofObligation"
274
+ ],
275
+ "verifier_contract": {
276
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
277
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
278
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
279
+ },
280
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
281
+ },
282
+ {
283
+ "accepted_evidence_kind": [
284
+ "abstraction-map",
285
+ "domain-semantics-report",
286
+ "simulation-refinement-witness"
287
+ ],
288
+ "artifact": "Executable Capability Percolation Theory.tex",
289
+ "checker_ref": null,
290
+ "checker_refs": [],
291
+ "coverage_status": "external_obligation",
292
+ "external_failure_modes": [
293
+ "abstraction-refinement-unverified",
294
+ "domain-semantics-missing",
295
+ "ontology-extension-not-certified",
296
+ "no-implicit-settled-promotion",
297
+ "external-verifier-hook-required"
298
+ ],
299
+ "failure_modes": [
300
+ "abstraction-refinement-unverified",
301
+ "domain-semantics-missing",
302
+ "ontology-extension-not-certified"
303
+ ],
304
+ "implementation_ref": "core.ExternalProofObligation",
305
+ "implementation_refs": [
306
+ "core.ExternalProofObligation"
307
+ ],
308
+ "item_id": "prop:abstraction-soundness",
309
+ "label": "Abstraction soundness",
310
+ "obligation_category": "ecpt-ecology-ontology",
311
+ "proof_obligation_ids": [
312
+ "obligation:prop:abstraction-soundness"
313
+ ],
314
+ "residual_coordinates": [
315
+ "residual:prop:abstraction-soundness"
316
+ ],
317
+ "residual_policy": "charge-abstraction-residual-until-domain-witness-accepted",
318
+ "safe_default": "diagnostic-with-abstraction-obligation",
319
+ "schema_ref": "core.ExternalProofObligation",
320
+ "schema_refs": [
321
+ "core.ExternalProofObligation"
322
+ ],
323
+ "verifier_contract": {
324
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
325
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
326
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
327
+ },
328
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
329
+ },
330
+ {
331
+ "accepted_evidence_kind": [
332
+ "finite-bound-table",
333
+ "residual-envelope-proof",
334
+ "tail-bound-certificate"
335
+ ],
336
+ "artifact": "Executable Capability Percolation Theory.tex",
337
+ "checker_ref": null,
338
+ "checker_refs": [],
339
+ "coverage_status": "external_obligation",
340
+ "external_failure_modes": [
341
+ "finite-envelope-proof-missing",
342
+ "residual-bound-not-certified",
343
+ "tail-bound-unverified",
344
+ "no-implicit-settled-promotion",
345
+ "external-verifier-hook-required"
346
+ ],
347
+ "failure_modes": [
348
+ "finite-envelope-proof-missing",
349
+ "residual-bound-not-certified",
350
+ "tail-bound-unverified"
351
+ ],
352
+ "implementation_ref": "core.ExternalProofObligation",
353
+ "implementation_refs": [
354
+ "core.ExternalProofObligation"
355
+ ],
356
+ "item_id": "cor:light-tail-exponential-witness",
357
+ "label": "Light-tail exponential witness",
358
+ "obligation_category": "numerical-envelope",
359
+ "proof_obligation_ids": [
360
+ "obligation:cor:light-tail-exponential-witness"
361
+ ],
362
+ "residual_coordinates": [
363
+ "residual:cor:light-tail-exponential-witness"
364
+ ],
365
+ "residual_policy": "charge-envelope-residual-until-bound-certified",
366
+ "safe_default": "diagnostic-with-envelope-obligation",
367
+ "schema_ref": "core.ExternalProofObligation",
368
+ "schema_refs": [
369
+ "core.ExternalProofObligation"
370
+ ],
371
+ "verifier_contract": {
372
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
373
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
374
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
375
+ },
376
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
377
+ },
378
+ {
379
+ "accepted_evidence_kind": [
380
+ "execution-availability-audit",
381
+ "policy-counterfactual-report",
382
+ "value-bound"
383
+ ],
384
+ "artifact": "Executable Capability Percolation Theory.tex",
385
+ "checker_ref": null,
386
+ "checker_refs": [],
387
+ "coverage_status": "external_obligation",
388
+ "external_failure_modes": [
389
+ "execution-availability-unverified",
390
+ "policy-counterfactual-missing",
391
+ "value-bound-not-certified",
392
+ "no-implicit-settled-promotion",
393
+ "external-verifier-hook-required"
394
+ ],
395
+ "failure_modes": [
396
+ "execution-availability-unverified",
397
+ "policy-counterfactual-missing",
398
+ "value-bound-not-certified"
399
+ ],
400
+ "implementation_ref": "core.ExternalProofObligation",
401
+ "implementation_refs": [
402
+ "core.ExternalProofObligation"
403
+ ],
404
+ "item_id": "definition:48",
405
+ "label": "Natural accelerator policy",
406
+ "obligation_category": "ecpt-economics-policy",
407
+ "proof_obligation_ids": [
408
+ "obligation:definition:48"
409
+ ],
410
+ "residual_coordinates": [
411
+ "residual:definition:48"
412
+ ],
413
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
414
+ "safe_default": "diagnostic-with-policy-obligation",
415
+ "schema_ref": "core.ExternalProofObligation",
416
+ "schema_refs": [
417
+ "core.ExternalProofObligation"
418
+ ],
419
+ "verifier_contract": {
420
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
421
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
422
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
423
+ },
424
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
425
+ },
426
+ {
427
+ "accepted_evidence_kind": [
428
+ "execution-availability-audit",
429
+ "policy-counterfactual-report",
430
+ "value-bound"
431
+ ],
432
+ "artifact": "Executable Capability Percolation Theory.tex",
433
+ "checker_ref": null,
434
+ "checker_refs": [],
435
+ "coverage_status": "external_obligation",
436
+ "external_failure_modes": [
437
+ "execution-availability-unverified",
438
+ "policy-counterfactual-missing",
439
+ "value-bound-not-certified",
440
+ "no-implicit-settled-promotion",
441
+ "external-verifier-hook-required"
442
+ ],
443
+ "failure_modes": [
444
+ "execution-availability-unverified",
445
+ "policy-counterfactual-missing",
446
+ "value-bound-not-certified"
447
+ ],
448
+ "implementation_ref": "core.ExternalProofObligation",
449
+ "implementation_refs": [
450
+ "core.ExternalProofObligation"
451
+ ],
452
+ "item_id": "definition:49",
453
+ "label": "Search-friction ledger",
454
+ "obligation_category": "ecpt-economics-policy",
455
+ "proof_obligation_ids": [
456
+ "obligation:definition:49"
457
+ ],
458
+ "residual_coordinates": [
459
+ "residual:definition:49"
460
+ ],
461
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
462
+ "safe_default": "diagnostic-with-policy-obligation",
463
+ "schema_ref": "core.ExternalProofObligation",
464
+ "schema_refs": [
465
+ "core.ExternalProofObligation"
466
+ ],
467
+ "verifier_contract": {
468
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
469
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
470
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
471
+ },
472
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
473
+ },
474
+ {
475
+ "accepted_evidence_kind": [
476
+ "execution-availability-audit",
477
+ "policy-counterfactual-report",
478
+ "value-bound"
479
+ ],
480
+ "artifact": "Executable Capability Percolation Theory.tex",
481
+ "checker_ref": null,
482
+ "checker_refs": [],
483
+ "coverage_status": "external_obligation",
484
+ "external_failure_modes": [
485
+ "execution-availability-unverified",
486
+ "policy-counterfactual-missing",
487
+ "value-bound-not-certified",
488
+ "no-implicit-settled-promotion",
489
+ "external-verifier-hook-required"
490
+ ],
491
+ "failure_modes": [
492
+ "execution-availability-unverified",
493
+ "policy-counterfactual-missing",
494
+ "value-bound-not-certified"
495
+ ],
496
+ "implementation_ref": "core.ExternalProofObligation",
497
+ "implementation_refs": [
498
+ "core.ExternalProofObligation"
499
+ ],
500
+ "item_id": "definition:50",
501
+ "label": "Friction-adjusted action value",
502
+ "obligation_category": "ecpt-economics-policy",
503
+ "proof_obligation_ids": [
504
+ "obligation:definition:50"
505
+ ],
506
+ "residual_coordinates": [
507
+ "residual:definition:50"
508
+ ],
509
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
510
+ "safe_default": "diagnostic-with-policy-obligation",
511
+ "schema_ref": "core.ExternalProofObligation",
512
+ "schema_refs": [
513
+ "core.ExternalProofObligation"
514
+ ],
515
+ "verifier_contract": {
516
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
517
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
518
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
519
+ },
520
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
521
+ },
522
+ {
523
+ "accepted_evidence_kind": [
524
+ "execution-availability-audit",
525
+ "policy-counterfactual-report",
526
+ "value-bound"
527
+ ],
528
+ "artifact": "Executable Capability Percolation Theory.tex",
529
+ "checker_ref": null,
530
+ "checker_refs": [],
531
+ "coverage_status": "external_obligation",
532
+ "external_failure_modes": [
533
+ "execution-availability-unverified",
534
+ "policy-counterfactual-missing",
535
+ "value-bound-not-certified",
536
+ "no-implicit-settled-promotion",
537
+ "external-verifier-hook-required"
538
+ ],
539
+ "failure_modes": [
540
+ "execution-availability-unverified",
541
+ "policy-counterfactual-missing",
542
+ "value-bound-not-certified"
543
+ ],
544
+ "implementation_ref": "core.ExternalProofObligation",
545
+ "implementation_refs": [
546
+ "core.ExternalProofObligation"
547
+ ],
548
+ "item_id": "lem:evsi-admission",
549
+ "label": "EVSI admission",
550
+ "obligation_category": "ecpt-economics-policy",
551
+ "proof_obligation_ids": [
552
+ "obligation:lem:evsi-admission"
553
+ ],
554
+ "residual_coordinates": [
555
+ "residual:lem:evsi-admission"
556
+ ],
557
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
558
+ "safe_default": "diagnostic-with-policy-obligation",
559
+ "schema_ref": "core.ExternalProofObligation",
560
+ "schema_refs": [
561
+ "core.ExternalProofObligation"
562
+ ],
563
+ "verifier_contract": {
564
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
565
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
566
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
567
+ },
568
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
569
+ },
570
+ {
571
+ "accepted_evidence_kind": [
572
+ "protocol-comparison-certificate",
573
+ "proxy-grounding-report",
574
+ "target-contract"
575
+ ],
576
+ "artifact": "Executable Capability Percolation Theory.tex",
577
+ "checker_ref": null,
578
+ "checker_refs": [],
579
+ "coverage_status": "external_obligation",
580
+ "external_failure_modes": [
581
+ "protocol-comparison-not-certified",
582
+ "proxy-grounding-missing",
583
+ "target-contract-unaccepted",
584
+ "no-implicit-settled-promotion",
585
+ "external-verifier-hook-required"
586
+ ],
587
+ "failure_modes": [
588
+ "protocol-comparison-not-certified",
589
+ "proxy-grounding-missing",
590
+ "target-contract-unaccepted"
591
+ ],
592
+ "implementation_ref": "core.ExternalProofObligation",
593
+ "implementation_refs": [
594
+ "core.ExternalProofObligation"
595
+ ],
596
+ "item_id": "definition:51",
597
+ "label": "Proxy bundle",
598
+ "obligation_category": "ecpt-proxy-target",
599
+ "proof_obligation_ids": [
600
+ "obligation:definition:51"
601
+ ],
602
+ "residual_coordinates": [
603
+ "residual:definition:51"
604
+ ],
605
+ "residual_policy": "charge-proxy-target-residual-until-contract-accepted",
606
+ "safe_default": "diagnostic-with-proxy-obligation",
607
+ "schema_ref": "core.ExternalProofObligation",
608
+ "schema_refs": [
609
+ "core.ExternalProofObligation"
610
+ ],
611
+ "verifier_contract": {
612
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
613
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
614
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
615
+ },
616
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
617
+ },
618
+ {
619
+ "accepted_evidence_kind": [
620
+ "protocol-comparison-certificate",
621
+ "proxy-grounding-report",
622
+ "target-contract"
623
+ ],
624
+ "artifact": "Executable Capability Percolation Theory.tex",
625
+ "checker_ref": null,
626
+ "checker_refs": [],
627
+ "coverage_status": "external_obligation",
628
+ "external_failure_modes": [
629
+ "protocol-comparison-not-certified",
630
+ "proxy-grounding-missing",
631
+ "target-contract-unaccepted",
632
+ "no-implicit-settled-promotion",
633
+ "external-verifier-hook-required"
634
+ ],
635
+ "failure_modes": [
636
+ "protocol-comparison-not-certified",
637
+ "proxy-grounding-missing",
638
+ "target-contract-unaccepted"
639
+ ],
640
+ "implementation_ref": "core.ExternalProofObligation",
641
+ "implementation_refs": [
642
+ "core.ExternalProofObligation"
643
+ ],
644
+ "item_id": "definition:52",
645
+ "label": "ECPT target",
646
+ "obligation_category": "ecpt-proxy-target",
647
+ "proof_obligation_ids": [
648
+ "obligation:definition:52"
649
+ ],
650
+ "residual_coordinates": [
651
+ "residual:definition:52"
652
+ ],
653
+ "residual_policy": "charge-proxy-target-residual-until-contract-accepted",
654
+ "safe_default": "diagnostic-with-proxy-obligation",
655
+ "schema_ref": "core.ExternalProofObligation",
656
+ "schema_refs": [
657
+ "core.ExternalProofObligation"
658
+ ],
659
+ "verifier_contract": {
660
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
661
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
662
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
663
+ },
664
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
665
+ },
666
+ {
667
+ "accepted_evidence_kind": [
668
+ "protocol-comparison-certificate",
669
+ "proxy-grounding-report",
670
+ "target-contract"
671
+ ],
672
+ "artifact": "Executable Capability Percolation Theory.tex",
673
+ "checker_ref": null,
674
+ "checker_refs": [],
675
+ "coverage_status": "external_obligation",
676
+ "external_failure_modes": [
677
+ "protocol-comparison-not-certified",
678
+ "proxy-grounding-missing",
679
+ "target-contract-unaccepted",
680
+ "no-implicit-settled-promotion",
681
+ "external-verifier-hook-required"
682
+ ],
683
+ "failure_modes": [
684
+ "protocol-comparison-not-certified",
685
+ "proxy-grounding-missing",
686
+ "target-contract-unaccepted"
687
+ ],
688
+ "implementation_ref": "core.ExternalProofObligation",
689
+ "implementation_refs": [
690
+ "core.ExternalProofObligation"
691
+ ],
692
+ "item_id": "definition:54",
693
+ "label": "Protocol-competitive target acceleration",
694
+ "obligation_category": "ecpt-proxy-target",
695
+ "proof_obligation_ids": [
696
+ "obligation:definition:54"
697
+ ],
698
+ "residual_coordinates": [
699
+ "residual:definition:54"
700
+ ],
701
+ "residual_policy": "charge-proxy-target-residual-until-contract-accepted",
702
+ "safe_default": "diagnostic-with-proxy-obligation",
703
+ "schema_ref": "core.ExternalProofObligation",
704
+ "schema_refs": [
705
+ "core.ExternalProofObligation"
706
+ ],
707
+ "verifier_contract": {
708
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
709
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
710
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
711
+ },
712
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
713
+ },
714
+ {
715
+ "accepted_evidence_kind": [
716
+ "repair-route-certificate",
717
+ "speculative-channel-audit",
718
+ "synergy-lower-bound"
719
+ ],
720
+ "artifact": "Executable Capability Percolation Theory.tex",
721
+ "checker_ref": null,
722
+ "checker_refs": [],
723
+ "coverage_status": "external_obligation",
724
+ "external_failure_modes": [
725
+ "repair-route-missing",
726
+ "speculative-channel-unverified",
727
+ "synergy-bound-not-certified",
728
+ "no-implicit-settled-promotion",
729
+ "external-verifier-hook-required"
730
+ ],
731
+ "failure_modes": [
732
+ "repair-route-missing",
733
+ "speculative-channel-unverified",
734
+ "synergy-bound-not-certified"
735
+ ],
736
+ "implementation_ref": "core.ExternalProofObligation",
737
+ "implementation_refs": [
738
+ "core.ExternalProofObligation"
739
+ ],
740
+ "item_id": "definition:57",
741
+ "label": "Paralysis and repair route",
742
+ "obligation_category": "ecpt-speculative-channel",
743
+ "proof_obligation_ids": [
744
+ "obligation:definition:57"
745
+ ],
746
+ "residual_coordinates": [
747
+ "residual:definition:57"
748
+ ],
749
+ "residual_policy": "charge-speculative-residual-until-channel-certified",
750
+ "safe_default": "diagnostic-with-speculative-obligation",
751
+ "schema_ref": "core.ExternalProofObligation",
752
+ "schema_refs": [
753
+ "core.ExternalProofObligation"
754
+ ],
755
+ "verifier_contract": {
756
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
757
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
758
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
759
+ },
760
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
761
+ },
762
+ {
763
+ "accepted_evidence_kind": [
764
+ "finite-envelope",
765
+ "generator-identification-report",
766
+ "transition-kernel-audit"
767
+ ],
768
+ "artifact": "Executable Capability Percolation Theory.tex",
769
+ "checker_ref": null,
770
+ "checker_refs": [],
771
+ "coverage_status": "external_obligation",
772
+ "external_failure_modes": [
773
+ "generator-calibration-missing",
774
+ "limit-envelope-unverified",
775
+ "transition-kernel-not-certified",
776
+ "no-implicit-settled-promotion",
777
+ "external-verifier-hook-required"
778
+ ],
779
+ "failure_modes": [
780
+ "generator-calibration-missing",
781
+ "limit-envelope-unverified",
782
+ "transition-kernel-not-certified"
783
+ ],
784
+ "implementation_ref": "core.ExternalProofObligation",
785
+ "implementation_refs": [
786
+ "core.ExternalProofObligation"
787
+ ],
788
+ "item_id": "cor:scalar-bellman",
789
+ "label": "Scalar Bellman interface",
790
+ "obligation_category": "ecpt-generator-limit",
791
+ "proof_obligation_ids": [
792
+ "obligation:cor:scalar-bellman"
793
+ ],
794
+ "residual_coordinates": [
795
+ "residual:cor:scalar-bellman"
796
+ ],
797
+ "residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
798
+ "safe_default": "diagnostic-with-generator-obligation",
799
+ "schema_ref": "core.ExternalProofObligation",
800
+ "schema_refs": [
801
+ "core.ExternalProofObligation"
802
+ ],
803
+ "verifier_contract": {
804
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
805
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
806
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
807
+ },
808
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
809
+ },
810
+ {
811
+ "accepted_evidence_kind": [
812
+ "finite-envelope",
813
+ "generator-identification-report",
814
+ "transition-kernel-audit"
815
+ ],
816
+ "artifact": "Executable Capability Percolation Theory.tex",
817
+ "checker_ref": null,
818
+ "checker_refs": [],
819
+ "coverage_status": "external_obligation",
820
+ "external_failure_modes": [
821
+ "generator-calibration-missing",
822
+ "limit-envelope-unverified",
823
+ "transition-kernel-not-certified",
824
+ "no-implicit-settled-promotion",
825
+ "external-verifier-hook-required"
826
+ ],
827
+ "failure_modes": [
828
+ "generator-calibration-missing",
829
+ "limit-envelope-unverified",
830
+ "transition-kernel-not-certified"
831
+ ],
832
+ "implementation_ref": "core.ExternalProofObligation",
833
+ "implementation_refs": [
834
+ "core.ExternalProofObligation"
835
+ ],
836
+ "item_id": "def:markov-additive-raf",
837
+ "label": "Speculative RAF with Markov additive debt",
838
+ "obligation_category": "ecpt-generator-limit",
839
+ "proof_obligation_ids": [
840
+ "obligation:def:markov-additive-raf"
841
+ ],
842
+ "residual_coordinates": [
843
+ "residual:def:markov-additive-raf"
844
+ ],
845
+ "residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
846
+ "safe_default": "diagnostic-with-generator-obligation",
847
+ "schema_ref": "core.ExternalProofObligation",
848
+ "schema_refs": [
849
+ "core.ExternalProofObligation"
850
+ ],
851
+ "verifier_contract": {
852
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
853
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
854
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
855
+ },
856
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
857
+ },
858
+ {
859
+ "accepted_evidence_kind": [
860
+ "repair-route-certificate",
861
+ "speculative-channel-audit",
862
+ "synergy-lower-bound"
863
+ ],
864
+ "artifact": "Executable Capability Percolation Theory.tex",
865
+ "checker_ref": null,
866
+ "checker_refs": [],
867
+ "coverage_status": "external_obligation",
868
+ "external_failure_modes": [
869
+ "repair-route-missing",
870
+ "speculative-channel-unverified",
871
+ "synergy-bound-not-certified",
872
+ "no-implicit-settled-promotion",
873
+ "external-verifier-hook-required"
874
+ ],
875
+ "failure_modes": [
876
+ "repair-route-missing",
877
+ "speculative-channel-unverified",
878
+ "synergy-bound-not-certified"
879
+ ],
880
+ "implementation_ref": "core.ExternalProofObligation",
881
+ "implementation_refs": [
882
+ "core.ExternalProofObligation"
883
+ ],
884
+ "item_id": "definition:62",
885
+ "label": "Sparse synergy and residual certificate",
886
+ "obligation_category": "ecpt-speculative-channel",
887
+ "proof_obligation_ids": [
888
+ "obligation:definition:62"
889
+ ],
890
+ "residual_coordinates": [
891
+ "residual:definition:62"
892
+ ],
893
+ "residual_policy": "charge-speculative-residual-until-channel-certified",
894
+ "safe_default": "diagnostic-with-speculative-obligation",
895
+ "schema_ref": "core.ExternalProofObligation",
896
+ "schema_refs": [
897
+ "core.ExternalProofObligation"
898
+ ],
899
+ "verifier_contract": {
900
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
901
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
902
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
903
+ },
904
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
905
+ },
906
+ {
907
+ "accepted_evidence_kind": [
908
+ "repair-route-certificate",
909
+ "speculative-channel-audit",
910
+ "synergy-lower-bound"
911
+ ],
912
+ "artifact": "Executable Capability Percolation Theory.tex",
913
+ "checker_ref": null,
914
+ "checker_refs": [],
915
+ "coverage_status": "external_obligation",
916
+ "external_failure_modes": [
917
+ "repair-route-missing",
918
+ "speculative-channel-unverified",
919
+ "synergy-bound-not-certified",
920
+ "no-implicit-settled-promotion",
921
+ "external-verifier-hook-required"
922
+ ],
923
+ "failure_modes": [
924
+ "repair-route-missing",
925
+ "speculative-channel-unverified",
926
+ "synergy-bound-not-certified"
927
+ ],
928
+ "implementation_ref": "core.ExternalProofObligation",
929
+ "implementation_refs": [
930
+ "core.ExternalProofObligation"
931
+ ],
932
+ "item_id": "prop:sparse-synergy-lower-bound",
933
+ "label": "Sparse synergy lower bound",
934
+ "obligation_category": "ecpt-speculative-channel",
935
+ "proof_obligation_ids": [
936
+ "obligation:prop:sparse-synergy-lower-bound"
937
+ ],
938
+ "residual_coordinates": [
939
+ "residual:prop:sparse-synergy-lower-bound"
940
+ ],
941
+ "residual_policy": "charge-speculative-residual-until-channel-certified",
942
+ "safe_default": "diagnostic-with-speculative-obligation",
943
+ "schema_ref": "core.ExternalProofObligation",
944
+ "schema_refs": [
945
+ "core.ExternalProofObligation"
946
+ ],
947
+ "verifier_contract": {
948
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
949
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
950
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
951
+ },
952
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
953
+ },
954
+ {
955
+ "accepted_evidence_kind": [
956
+ "finite-bound-table",
957
+ "residual-envelope-proof",
958
+ "tail-bound-certificate"
959
+ ],
960
+ "artifact": "Executable Capability Percolation Theory.tex",
961
+ "checker_ref": null,
962
+ "checker_refs": [],
963
+ "coverage_status": "external_obligation",
964
+ "external_failure_modes": [
965
+ "finite-envelope-proof-missing",
966
+ "residual-bound-not-certified",
967
+ "tail-bound-unverified",
968
+ "no-implicit-settled-promotion",
969
+ "external-verifier-hook-required"
970
+ ],
971
+ "failure_modes": [
972
+ "finite-envelope-proof-missing",
973
+ "residual-bound-not-certified",
974
+ "tail-bound-unverified"
975
+ ],
976
+ "implementation_ref": "core.ExternalProofObligation",
977
+ "implementation_refs": [
978
+ "core.ExternalProofObligation"
979
+ ],
980
+ "item_id": "cor:linear-growth-lower-bound",
981
+ "label": "Linear growth lower bound",
982
+ "obligation_category": "numerical-envelope",
983
+ "proof_obligation_ids": [
984
+ "obligation:cor:linear-growth-lower-bound"
985
+ ],
986
+ "residual_coordinates": [
987
+ "residual:cor:linear-growth-lower-bound"
988
+ ],
989
+ "residual_policy": "charge-envelope-residual-until-bound-certified",
990
+ "safe_default": "diagnostic-with-envelope-obligation",
991
+ "schema_ref": "core.ExternalProofObligation",
992
+ "schema_refs": [
993
+ "core.ExternalProofObligation"
994
+ ],
995
+ "verifier_contract": {
996
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
997
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
998
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
999
+ },
1000
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
1001
+ },
1002
+ {
1003
+ "accepted_evidence_kind": [
1004
+ "finite-envelope",
1005
+ "generator-identification-report",
1006
+ "transition-kernel-audit"
1007
+ ],
1008
+ "artifact": "Executable Capability Percolation Theory.tex",
1009
+ "checker_ref": null,
1010
+ "checker_refs": [],
1011
+ "coverage_status": "external_obligation",
1012
+ "external_failure_modes": [
1013
+ "generator-calibration-missing",
1014
+ "limit-envelope-unverified",
1015
+ "transition-kernel-not-certified",
1016
+ "no-implicit-settled-promotion",
1017
+ "external-verifier-hook-required"
1018
+ ],
1019
+ "failure_modes": [
1020
+ "generator-calibration-missing",
1021
+ "limit-envelope-unverified",
1022
+ "transition-kernel-not-certified"
1023
+ ],
1024
+ "implementation_ref": "core.ExternalProofObligation",
1025
+ "implementation_refs": [
1026
+ "core.ExternalProofObligation"
1027
+ ],
1028
+ "item_id": "def:density-dependent-chain",
1029
+ "label": "Regularized density-dependent ECPT family",
1030
+ "obligation_category": "ecpt-generator-limit",
1031
+ "proof_obligation_ids": [
1032
+ "obligation:def:density-dependent-chain"
1033
+ ],
1034
+ "residual_coordinates": [
1035
+ "residual:def:density-dependent-chain"
1036
+ ],
1037
+ "residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
1038
+ "safe_default": "diagnostic-with-generator-obligation",
1039
+ "schema_ref": "core.ExternalProofObligation",
1040
+ "schema_refs": [
1041
+ "core.ExternalProofObligation"
1042
+ ],
1043
+ "verifier_contract": {
1044
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1045
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1046
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1047
+ },
1048
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
1049
+ },
1050
+ {
1051
+ "accepted_evidence_kind": [
1052
+ "finite-envelope",
1053
+ "generator-identification-report",
1054
+ "transition-kernel-audit"
1055
+ ],
1056
+ "artifact": "Executable Capability Percolation Theory.tex",
1057
+ "checker_ref": null,
1058
+ "checker_refs": [],
1059
+ "coverage_status": "external_obligation",
1060
+ "external_failure_modes": [
1061
+ "generator-calibration-missing",
1062
+ "limit-envelope-unverified",
1063
+ "transition-kernel-not-certified",
1064
+ "no-implicit-settled-promotion",
1065
+ "external-verifier-hook-required"
1066
+ ],
1067
+ "failure_modes": [
1068
+ "generator-calibration-missing",
1069
+ "limit-envelope-unverified",
1070
+ "transition-kernel-not-certified"
1071
+ ],
1072
+ "implementation_ref": "core.ExternalProofObligation",
1073
+ "implementation_refs": [
1074
+ "core.ExternalProofObligation"
1075
+ ],
1076
+ "item_id": "def:identified-generator-calibration",
1077
+ "label": "Intervention-identified generator calibration certificate",
1078
+ "obligation_category": "ecpt-generator-limit",
1079
+ "proof_obligation_ids": [
1080
+ "obligation:def:identified-generator-calibration"
1081
+ ],
1082
+ "residual_coordinates": [
1083
+ "residual:def:identified-generator-calibration"
1084
+ ],
1085
+ "residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
1086
+ "safe_default": "diagnostic-with-generator-obligation",
1087
+ "schema_ref": "core.ExternalProofObligation",
1088
+ "schema_refs": [
1089
+ "core.ExternalProofObligation"
1090
+ ],
1091
+ "verifier_contract": {
1092
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1093
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1094
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1095
+ },
1096
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
1097
+ },
1098
+ {
1099
+ "accepted_evidence_kind": [
1100
+ "finite-envelope",
1101
+ "generator-identification-report",
1102
+ "transition-kernel-audit"
1103
+ ],
1104
+ "artifact": "Executable Capability Percolation Theory.tex",
1105
+ "checker_ref": null,
1106
+ "checker_refs": [],
1107
+ "coverage_status": "external_obligation",
1108
+ "external_failure_modes": [
1109
+ "generator-calibration-missing",
1110
+ "limit-envelope-unverified",
1111
+ "transition-kernel-not-certified",
1112
+ "no-implicit-settled-promotion",
1113
+ "external-verifier-hook-required",
1114
+ "limit-envelope-or-generator-calibration-required"
1115
+ ],
1116
+ "failure_modes": [
1117
+ "generator-calibration-missing",
1118
+ "limit-envelope-unverified",
1119
+ "transition-kernel-not-certified"
1120
+ ],
1121
+ "implementation_ref": "core.ExternalProofObligation",
1122
+ "implementation_refs": [
1123
+ "core.ExternalProofObligation"
1124
+ ],
1125
+ "item_id": "definition:70",
1126
+ "label": "Regularized macroscopic percolation envelope",
1127
+ "obligation_category": "ecpt-generator-limit",
1128
+ "proof_obligation_ids": [
1129
+ "obligation:definition:70"
1130
+ ],
1131
+ "residual_coordinates": [
1132
+ "residual:definition:70"
1133
+ ],
1134
+ "residual_policy": "charge-generator-limit-residual-until-calibration-accepted",
1135
+ "safe_default": "diagnostic-with-generator-obligation",
1136
+ "schema_ref": "core.ExternalProofObligation",
1137
+ "schema_refs": [
1138
+ "core.ExternalProofObligation"
1139
+ ],
1140
+ "verifier_contract": {
1141
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1142
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1143
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1144
+ },
1145
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
1146
+ },
1147
+ {
1148
+ "accepted_evidence_kind": [
1149
+ "bridge-map",
1150
+ "machine-readable-capsule-audit",
1151
+ "reserve-invariance-proof"
1152
+ ],
1153
+ "artifact": "Executable Capability Percolation Theory.tex",
1154
+ "checker_ref": null,
1155
+ "checker_refs": [],
1156
+ "coverage_status": "external_obligation",
1157
+ "external_failure_modes": [
1158
+ "bridge-map-unverified",
1159
+ "capsule-projection-not-certified",
1160
+ "reserve-invariance-unaccepted",
1161
+ "no-implicit-settled-promotion",
1162
+ "external-verifier-hook-required"
1163
+ ],
1164
+ "failure_modes": [
1165
+ "bridge-map-unverified",
1166
+ "capsule-projection-not-certified",
1167
+ "reserve-invariance-unaccepted"
1168
+ ],
1169
+ "implementation_ref": "core.ExternalProofObligation",
1170
+ "implementation_refs": [
1171
+ "core.ExternalProofObligation"
1172
+ ],
1173
+ "item_id": "definition:71",
1174
+ "label": "ALT-compatible packet",
1175
+ "obligation_category": "ecpt-bridge-reserve",
1176
+ "proof_obligation_ids": [
1177
+ "obligation:definition:71"
1178
+ ],
1179
+ "residual_coordinates": [
1180
+ "residual:definition:71"
1181
+ ],
1182
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1183
+ "safe_default": "diagnostic-with-bridge-obligation",
1184
+ "schema_ref": "core.ExternalProofObligation",
1185
+ "schema_refs": [
1186
+ "core.ExternalProofObligation"
1187
+ ],
1188
+ "verifier_contract": {
1189
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1190
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1191
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1192
+ },
1193
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1194
+ },
1195
+ {
1196
+ "accepted_evidence_kind": [
1197
+ "execution-availability-audit",
1198
+ "policy-counterfactual-report",
1199
+ "value-bound"
1200
+ ],
1201
+ "artifact": "Executable Capability Percolation Theory.tex",
1202
+ "checker_ref": null,
1203
+ "checker_refs": [],
1204
+ "coverage_status": "external_obligation",
1205
+ "external_failure_modes": [
1206
+ "execution-availability-unverified",
1207
+ "policy-counterfactual-missing",
1208
+ "value-bound-not-certified",
1209
+ "no-implicit-settled-promotion",
1210
+ "external-verifier-hook-required"
1211
+ ],
1212
+ "failure_modes": [
1213
+ "execution-availability-unverified",
1214
+ "policy-counterfactual-missing",
1215
+ "value-bound-not-certified"
1216
+ ],
1217
+ "implementation_ref": "core.ExternalProofObligation",
1218
+ "implementation_refs": [
1219
+ "core.ExternalProofObligation"
1220
+ ],
1221
+ "item_id": "definition:72",
1222
+ "label": "Liquidity bridge",
1223
+ "obligation_category": "ecpt-economics-policy",
1224
+ "proof_obligation_ids": [
1225
+ "obligation:definition:72"
1226
+ ],
1227
+ "residual_coordinates": [
1228
+ "residual:definition:72"
1229
+ ],
1230
+ "residual_policy": "charge-policy-residual-until-counterfactual-accepted",
1231
+ "safe_default": "diagnostic-with-policy-obligation",
1232
+ "schema_ref": "core.ExternalProofObligation",
1233
+ "schema_refs": [
1234
+ "core.ExternalProofObligation"
1235
+ ],
1236
+ "verifier_contract": {
1237
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1238
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1239
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1240
+ },
1241
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
1242
+ },
1243
+ {
1244
+ "accepted_evidence_kind": [
1245
+ "bridge-map",
1246
+ "machine-readable-capsule-audit",
1247
+ "reserve-invariance-proof"
1248
+ ],
1249
+ "artifact": "Executable Capability Percolation Theory.tex",
1250
+ "checker_ref": null,
1251
+ "checker_refs": [],
1252
+ "coverage_status": "external_obligation",
1253
+ "external_failure_modes": [
1254
+ "bridge-map-unverified",
1255
+ "capsule-projection-not-certified",
1256
+ "reserve-invariance-unaccepted",
1257
+ "no-implicit-settled-promotion",
1258
+ "external-verifier-hook-required"
1259
+ ],
1260
+ "failure_modes": [
1261
+ "bridge-map-unverified",
1262
+ "capsule-projection-not-certified",
1263
+ "reserve-invariance-unaccepted"
1264
+ ],
1265
+ "implementation_ref": "core.ExternalProofObligation",
1266
+ "implementation_refs": [
1267
+ "core.ExternalProofObligation"
1268
+ ],
1269
+ "item_id": "prop:alt-lift",
1270
+ "label": "ALT lift",
1271
+ "obligation_category": "ecpt-bridge-reserve",
1272
+ "proof_obligation_ids": [
1273
+ "obligation:prop:alt-lift"
1274
+ ],
1275
+ "residual_coordinates": [
1276
+ "residual:prop:alt-lift"
1277
+ ],
1278
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1279
+ "safe_default": "diagnostic-with-bridge-obligation",
1280
+ "schema_ref": "core.ExternalProofObligation",
1281
+ "schema_refs": [
1282
+ "core.ExternalProofObligation"
1283
+ ],
1284
+ "verifier_contract": {
1285
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1286
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1287
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1288
+ },
1289
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1290
+ },
1291
+ {
1292
+ "accepted_evidence_kind": [
1293
+ "bridge-map",
1294
+ "machine-readable-capsule-audit",
1295
+ "reserve-invariance-proof"
1296
+ ],
1297
+ "artifact": "Executable Capability Percolation Theory.tex",
1298
+ "checker_ref": null,
1299
+ "checker_refs": [],
1300
+ "coverage_status": "external_obligation",
1301
+ "external_failure_modes": [
1302
+ "bridge-map-unverified",
1303
+ "capsule-projection-not-certified",
1304
+ "reserve-invariance-unaccepted",
1305
+ "no-implicit-settled-promotion",
1306
+ "external-verifier-hook-required"
1307
+ ],
1308
+ "failure_modes": [
1309
+ "bridge-map-unverified",
1310
+ "capsule-projection-not-certified",
1311
+ "reserve-invariance-unaccepted"
1312
+ ],
1313
+ "implementation_ref": "core.ExternalProofObligation",
1314
+ "implementation_refs": [
1315
+ "core.ExternalProofObligation"
1316
+ ],
1317
+ "item_id": "definition:73",
1318
+ "label": "SQOT-compatible reserve certificate",
1319
+ "obligation_category": "ecpt-bridge-reserve",
1320
+ "proof_obligation_ids": [
1321
+ "obligation:definition:73"
1322
+ ],
1323
+ "residual_coordinates": [
1324
+ "residual:definition:73"
1325
+ ],
1326
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1327
+ "safe_default": "diagnostic-with-bridge-obligation",
1328
+ "schema_ref": "core.ExternalProofObligation",
1329
+ "schema_refs": [
1330
+ "core.ExternalProofObligation"
1331
+ ],
1332
+ "verifier_contract": {
1333
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1334
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1335
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1336
+ },
1337
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1338
+ },
1339
+ {
1340
+ "accepted_evidence_kind": [
1341
+ "bridge-map",
1342
+ "machine-readable-capsule-audit",
1343
+ "reserve-invariance-proof"
1344
+ ],
1345
+ "artifact": "Executable Capability Percolation Theory.tex",
1346
+ "checker_ref": null,
1347
+ "checker_refs": [],
1348
+ "coverage_status": "external_obligation",
1349
+ "external_failure_modes": [
1350
+ "bridge-map-unverified",
1351
+ "capsule-projection-not-certified",
1352
+ "reserve-invariance-unaccepted",
1353
+ "no-implicit-settled-promotion",
1354
+ "external-verifier-hook-required"
1355
+ ],
1356
+ "failure_modes": [
1357
+ "bridge-map-unverified",
1358
+ "capsule-projection-not-certified",
1359
+ "reserve-invariance-unaccepted"
1360
+ ],
1361
+ "implementation_ref": "core.ExternalProofObligation",
1362
+ "implementation_refs": [
1363
+ "core.ExternalProofObligation"
1364
+ ],
1365
+ "item_id": "prop:sqot-reserve-invariance",
1366
+ "label": "SQOT reserve invariance",
1367
+ "obligation_category": "ecpt-bridge-reserve",
1368
+ "proof_obligation_ids": [
1369
+ "obligation:prop:sqot-reserve-invariance"
1370
+ ],
1371
+ "residual_coordinates": [
1372
+ "residual:prop:sqot-reserve-invariance"
1373
+ ],
1374
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1375
+ "safe_default": "diagnostic-with-bridge-obligation",
1376
+ "schema_ref": "core.ExternalProofObligation",
1377
+ "schema_refs": [
1378
+ "core.ExternalProofObligation"
1379
+ ],
1380
+ "verifier_contract": {
1381
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1382
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1383
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1384
+ },
1385
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1386
+ },
1387
+ {
1388
+ "accepted_evidence_kind": [
1389
+ "bridge-map",
1390
+ "machine-readable-capsule-audit",
1391
+ "reserve-invariance-proof"
1392
+ ],
1393
+ "artifact": "Executable Capability Percolation Theory.tex",
1394
+ "checker_ref": null,
1395
+ "checker_refs": [],
1396
+ "coverage_status": "external_obligation",
1397
+ "external_failure_modes": [
1398
+ "bridge-map-unverified",
1399
+ "capsule-projection-not-certified",
1400
+ "reserve-invariance-unaccepted",
1401
+ "no-implicit-settled-promotion",
1402
+ "external-verifier-hook-required"
1403
+ ],
1404
+ "failure_modes": [
1405
+ "bridge-map-unverified",
1406
+ "capsule-projection-not-certified",
1407
+ "reserve-invariance-unaccepted"
1408
+ ],
1409
+ "implementation_ref": "core.ExternalProofObligation",
1410
+ "implementation_refs": [
1411
+ "core.ExternalProofObligation"
1412
+ ],
1413
+ "item_id": "def:publication-capsule",
1414
+ "label": "Publication and machine-readable capsule",
1415
+ "obligation_category": "ecpt-bridge-reserve",
1416
+ "proof_obligation_ids": [
1417
+ "obligation:def:publication-capsule"
1418
+ ],
1419
+ "residual_coordinates": [
1420
+ "residual:def:publication-capsule"
1421
+ ],
1422
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1423
+ "safe_default": "diagnostic-with-bridge-obligation",
1424
+ "schema_ref": "core.ExternalProofObligation",
1425
+ "schema_refs": [
1426
+ "core.ExternalProofObligation"
1427
+ ],
1428
+ "verifier_contract": {
1429
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1430
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1431
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1432
+ },
1433
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1434
+ },
1435
+ {
1436
+ "accepted_evidence_kind": [
1437
+ "bridge-map",
1438
+ "machine-readable-capsule-audit",
1439
+ "reserve-invariance-proof"
1440
+ ],
1441
+ "artifact": "Executable Capability Percolation Theory.tex",
1442
+ "checker_ref": null,
1443
+ "checker_refs": [],
1444
+ "coverage_status": "external_obligation",
1445
+ "external_failure_modes": [
1446
+ "bridge-map-unverified",
1447
+ "capsule-projection-not-certified",
1448
+ "reserve-invariance-unaccepted",
1449
+ "no-implicit-settled-promotion",
1450
+ "external-verifier-hook-required"
1451
+ ],
1452
+ "failure_modes": [
1453
+ "bridge-map-unverified",
1454
+ "capsule-projection-not-certified",
1455
+ "reserve-invariance-unaccepted"
1456
+ ],
1457
+ "implementation_ref": "core.ExternalProofObligation",
1458
+ "implementation_refs": [
1459
+ "core.ExternalProofObligation"
1460
+ ],
1461
+ "item_id": "thm:protocol-relative-soundness",
1462
+ "label": "Protocol-relative soundness",
1463
+ "obligation_category": "ecpt-bridge-reserve",
1464
+ "proof_obligation_ids": [
1465
+ "obligation:thm:protocol-relative-soundness"
1466
+ ],
1467
+ "residual_coordinates": [
1468
+ "residual:thm:protocol-relative-soundness"
1469
+ ],
1470
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
1471
+ "safe_default": "diagnostic-with-bridge-obligation",
1472
+ "schema_ref": "core.ExternalProofObligation",
1473
+ "schema_refs": [
1474
+ "core.ExternalProofObligation"
1475
+ ],
1476
+ "verifier_contract": {
1477
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
1478
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
1479
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
1480
+ },
1481
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
1482
+ }
1483
+ ],
1484
+ "verifier_route_summary": {
1485
+ "core.adapters.envelope.verify_finite_bound": 2,
1486
+ "ecpt.adapters.bridge.verify_cross_theory_bridge": 6,
1487
+ "ecpt.adapters.ecology.verify_domain_abstraction": 3,
1488
+ "ecpt.adapters.generators.verify_limit_envelope": 5,
1489
+ "ecpt.adapters.policy.verify_execution_policy": 6,
1490
+ "ecpt.adapters.proxy.verify_target_contract": 3,
1491
+ "ecpt.adapters.speculative.verify_channel_and_repair": 4,
1492
+ "ecpt.adapters.trace_complex.verify_diagnostic_projection": 1
1493
+ }
1494
+ },
1495
+ "external_obligation_category_summary": {
1496
+ "ecpt-bridge-reserve": 6,
1497
+ "ecpt-ecology-ontology": 3,
1498
+ "ecpt-economics-policy": 6,
1499
+ "ecpt-generator-limit": 5,
1500
+ "ecpt-proxy-target": 3,
1501
+ "ecpt-speculative-channel": 4,
1502
+ "ecpt-trace-diagnostic": 1,
1503
+ "numerical-envelope": 2
1504
+ },
1505
+ "external_verifier_route_summary": {
1506
+ "core.adapters.envelope.verify_finite_bound": 2,
1507
+ "ecpt.adapters.bridge.verify_cross_theory_bridge": 6,
1508
+ "ecpt.adapters.ecology.verify_domain_abstraction": 3,
1509
+ "ecpt.adapters.generators.verify_limit_envelope": 5,
1510
+ "ecpt.adapters.policy.verify_execution_policy": 6,
1511
+ "ecpt.adapters.proxy.verify_target_contract": 3,
1512
+ "ecpt.adapters.speculative.verify_channel_and_repair": 4,
1513
+ "ecpt.adapters.trace_complex.verify_diagnostic_projection": 1
1514
+ },
1515
+ "item_mappings": [
1516
+ {
1517
+ "coverage_status": "implemented_schema",
1518
+ "implementation_refs": [
1519
+ "ecpt.ObservationProtocol"
1520
+ ],
1521
+ "item_id": "definition:1",
1522
+ "label": "Observation protocol",
1523
+ "obligation_category": null,
1524
+ "verifier_route": null
1525
+ },
1526
+ {
1527
+ "coverage_status": "implemented_checker",
1528
+ "implementation_refs": [
1529
+ "ecpt.ConstraintFrame"
1530
+ ],
1531
+ "item_id": "definition:2",
1532
+ "label": "Constraint frame",
1533
+ "obligation_category": null,
1534
+ "verifier_route": null
1535
+ },
1536
+ {
1537
+ "coverage_status": "implemented_schema",
1538
+ "implementation_refs": [
1539
+ "ecpt.DiagnosticOrder"
1540
+ ],
1541
+ "item_id": "definition:3",
1542
+ "label": "Diagnostic order",
1543
+ "obligation_category": null,
1544
+ "verifier_route": null
1545
+ },
1546
+ {
1547
+ "coverage_status": "implemented_checker",
1548
+ "implementation_refs": [
1549
+ "ecpt.check_admissibility_grade"
1550
+ ],
1551
+ "item_id": "definition:4",
1552
+ "label": "Admissibility grade",
1553
+ "obligation_category": null,
1554
+ "verifier_route": null
1555
+ },
1556
+ {
1557
+ "coverage_status": "implemented_schema",
1558
+ "implementation_refs": [
1559
+ "core.CertificateShell"
1560
+ ],
1561
+ "item_id": "definition:5",
1562
+ "label": "Operable certificate shell",
1563
+ "obligation_category": null,
1564
+ "verifier_route": null
1565
+ },
1566
+ {
1567
+ "coverage_status": "implemented_schema",
1568
+ "implementation_refs": [
1569
+ "ecpt.TargetValidityStatus"
1570
+ ],
1571
+ "item_id": "definition:6",
1572
+ "label": "Target-validity status",
1573
+ "obligation_category": null,
1574
+ "verifier_route": null
1575
+ },
1576
+ {
1577
+ "coverage_status": "implemented_schema",
1578
+ "implementation_refs": [
1579
+ "ecpt.ObservationProtocol"
1580
+ ],
1581
+ "item_id": "definition:7",
1582
+ "label": "Baseline protocol",
1583
+ "obligation_category": null,
1584
+ "verifier_route": null
1585
+ },
1586
+ {
1587
+ "coverage_status": "implemented_checker",
1588
+ "implementation_refs": [
1589
+ "ecpt.check_protocol_functor_certificate"
1590
+ ],
1591
+ "item_id": "definition:8",
1592
+ "label": "Protocol functor and ontology-extension certificate",
1593
+ "obligation_category": null,
1594
+ "verifier_route": null
1595
+ },
1596
+ {
1597
+ "coverage_status": "implemented_checker",
1598
+ "implementation_refs": [
1599
+ "ecpt.check_protocol_functor_certificate"
1600
+ ],
1601
+ "item_id": "prop:protocol-functor-soundness",
1602
+ "label": "Protocol-functor soundness",
1603
+ "obligation_category": null,
1604
+ "verifier_route": null
1605
+ },
1606
+ {
1607
+ "coverage_status": "implemented_checker",
1608
+ "implementation_refs": [
1609
+ "ecpt.check_finite_phase_control_certificate"
1610
+ ],
1611
+ "item_id": "def:phase-control-system",
1612
+ "label": "Finite and thermodynamic phase-control system",
1613
+ "obligation_category": null,
1614
+ "verifier_route": null
1615
+ },
1616
+ {
1617
+ "coverage_status": "implemented_checker",
1618
+ "implementation_refs": [
1619
+ "ecpt.check_phase_control_envelope"
1620
+ ],
1621
+ "item_id": "definition:10",
1622
+ "label": "Control surface and phase response",
1623
+ "obligation_category": null,
1624
+ "verifier_route": null
1625
+ },
1626
+ {
1627
+ "coverage_status": "implemented_schema",
1628
+ "implementation_refs": [
1629
+ "ecpt.CapabilityPacket"
1630
+ ],
1631
+ "item_id": "definition:11",
1632
+ "label": "Capability packet",
1633
+ "obligation_category": null,
1634
+ "verifier_route": null
1635
+ },
1636
+ {
1637
+ "coverage_status": "implemented_checker",
1638
+ "implementation_refs": [
1639
+ "ecpt.check_capability_state_vector"
1640
+ ],
1641
+ "item_id": "definition:12",
1642
+ "label": "Capability-state vector",
1643
+ "obligation_category": null,
1644
+ "verifier_route": null
1645
+ },
1646
+ {
1647
+ "coverage_status": "implemented_schema",
1648
+ "implementation_refs": [
1649
+ "ecpt.FiniteTraceLaw"
1650
+ ],
1651
+ "item_id": "definition:13",
1652
+ "label": "Finite trace law",
1653
+ "obligation_category": null,
1654
+ "verifier_route": null
1655
+ },
1656
+ {
1657
+ "coverage_status": "implemented_constructive",
1658
+ "implementation_refs": [
1659
+ "ecpt.split_certified_quotient_error"
1660
+ ],
1661
+ "item_id": "def:variational-relaxation-quotient",
1662
+ "label": "Split-certified empirical quotient",
1663
+ "obligation_category": null,
1664
+ "verifier_route": null
1665
+ },
1666
+ {
1667
+ "coverage_status": "implemented_constructive",
1668
+ "implementation_refs": [
1669
+ "ecpt.split_certified_quotient_error"
1670
+ ],
1671
+ "item_id": "proposition:2",
1672
+ "label": "Finite quotient construction interface",
1673
+ "obligation_category": null,
1674
+ "verifier_route": null
1675
+ },
1676
+ {
1677
+ "coverage_status": "external_obligation",
1678
+ "implementation_refs": [
1679
+ "core.ExternalProofObligation"
1680
+ ],
1681
+ "item_id": "definition:15",
1682
+ "label": "Auxiliary trace-complex diagnostic",
1683
+ "obligation_category": "ecpt-trace-diagnostic",
1684
+ "verifier_route": "ecpt.adapters.trace_complex.verify_diagnostic_projection"
1685
+ },
1686
+ {
1687
+ "coverage_status": "implemented_checker",
1688
+ "implementation_refs": [
1689
+ "ecpt.check_capability_state_vector"
1690
+ ],
1691
+ "item_id": "definition:16",
1692
+ "label": "Empirical relaxed density and duplicate mass",
1693
+ "obligation_category": null,
1694
+ "verifier_route": null
1695
+ },
1696
+ {
1697
+ "coverage_status": "implemented_constructive",
1698
+ "implementation_refs": [
1699
+ "ecpt.split_certified_quotient_error"
1700
+ ],
1701
+ "item_id": "def:boundary-aware-quotient",
1702
+ "label": "Split-certified boundary-aware quotient witness",
1703
+ "obligation_category": null,
1704
+ "verifier_route": null
1705
+ },
1706
+ {
1707
+ "coverage_status": "external_obligation",
1708
+ "implementation_refs": [
1709
+ "core.ExternalProofObligation"
1710
+ ],
1711
+ "item_id": "definition:18",
1712
+ "label": "Accumulation, availability, liquidity, and execution availability",
1713
+ "obligation_category": "ecpt-economics-policy",
1714
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
1715
+ },
1716
+ {
1717
+ "coverage_status": "implemented_constructive",
1718
+ "implementation_refs": [
1719
+ "ecpt.split_certified_quotient_error"
1720
+ ],
1721
+ "item_id": "thm:boundary-aware-quotient",
1722
+ "label": "Split-certified boundary-aware quotient error",
1723
+ "obligation_category": null,
1724
+ "verifier_route": null
1725
+ },
1726
+ {
1727
+ "coverage_status": "implemented_checker",
1728
+ "implementation_refs": [
1729
+ "ecpt.check_capability_state_vector"
1730
+ ],
1731
+ "item_id": "lem:no-probabilistic-duplicate-inflation",
1732
+ "label": "No probabilistic duplicate inflation",
1733
+ "obligation_category": null,
1734
+ "verifier_route": null
1735
+ },
1736
+ {
1737
+ "coverage_status": "implemented_checker",
1738
+ "implementation_refs": [
1739
+ "ecpt.check_packet_atlas"
1740
+ ],
1741
+ "item_id": "definition:19",
1742
+ "label": "Stratified statistical packet atlas",
1743
+ "obligation_category": null,
1744
+ "verifier_route": null
1745
+ },
1746
+ {
1747
+ "coverage_status": "implemented_checker",
1748
+ "implementation_refs": [
1749
+ "ecpt.check_information_projection_quotient"
1750
+ ],
1751
+ "item_id": "definition:20",
1752
+ "label": "Stratified information-projection quotient",
1753
+ "obligation_category": null,
1754
+ "verifier_route": null
1755
+ },
1756
+ {
1757
+ "coverage_status": "implemented_checker",
1758
+ "implementation_refs": [
1759
+ "ecpt.check_information_projection_quotient"
1760
+ ],
1761
+ "item_id": "prop:information-projection-distortion",
1762
+ "label": "Stratified information-projection distortion",
1763
+ "obligation_category": null,
1764
+ "verifier_route": null
1765
+ },
1766
+ {
1767
+ "coverage_status": "implemented_schema",
1768
+ "implementation_refs": [
1769
+ "ecpt.CapabilityPacket"
1770
+ ],
1771
+ "item_id": "definition:21",
1772
+ "label": "Capability packet hypergraph",
1773
+ "obligation_category": null,
1774
+ "verifier_route": null
1775
+ },
1776
+ {
1777
+ "coverage_status": "implemented_schema",
1778
+ "implementation_refs": [
1779
+ "ecpt.CapabilityEdge"
1780
+ ],
1781
+ "item_id": "definition:22",
1782
+ "label": "Edge types",
1783
+ "obligation_category": null,
1784
+ "verifier_route": null
1785
+ },
1786
+ {
1787
+ "coverage_status": "implemented_checker",
1788
+ "implementation_refs": [
1789
+ "ecpt.check_constraint_frame"
1790
+ ],
1791
+ "item_id": "definition:23",
1792
+ "label": "Hard-domain edge",
1793
+ "obligation_category": null,
1794
+ "verifier_route": null
1795
+ },
1796
+ {
1797
+ "coverage_status": "implemented_checker",
1798
+ "implementation_refs": [
1799
+ "ecpt.check_activation_threshold_certificate"
1800
+ ],
1801
+ "item_id": "def:free-energy-activation",
1802
+ "label": "Global free-energy activation problem",
1803
+ "obligation_category": null,
1804
+ "verifier_route": null
1805
+ },
1806
+ {
1807
+ "coverage_status": "implemented_checker",
1808
+ "implementation_refs": [
1809
+ "ecpt.check_activation_threshold_certificate"
1810
+ ],
1811
+ "item_id": "prop:free-energy-activation-optimality",
1812
+ "label": "Global free-energy activation optimality",
1813
+ "obligation_category": null,
1814
+ "verifier_route": null
1815
+ },
1816
+ {
1817
+ "coverage_status": "implemented_checker",
1818
+ "implementation_refs": [
1819
+ "ecpt.check_activation_construction"
1820
+ ],
1821
+ "item_id": "def:activation-construction",
1822
+ "label": "Activation construction certificate",
1823
+ "obligation_category": null,
1824
+ "verifier_route": null
1825
+ },
1826
+ {
1827
+ "coverage_status": "implemented_constructive",
1828
+ "implementation_refs": [
1829
+ "ecpt.finite_gibbs_phase_response"
1830
+ ],
1831
+ "item_id": "thm:finite-gibbs-phase-response",
1832
+ "label": "Finite Gibbs phase-response",
1833
+ "obligation_category": null,
1834
+ "verifier_route": null
1835
+ },
1836
+ {
1837
+ "coverage_status": "implemented_checker",
1838
+ "implementation_refs": [
1839
+ "ecpt.check_phase_control_envelope"
1840
+ ],
1841
+ "item_id": "def:phase-response-control-step",
1842
+ "label": "Certified phase-response control step",
1843
+ "obligation_category": null,
1844
+ "verifier_route": null
1845
+ },
1846
+ {
1847
+ "coverage_status": "implemented_constructive",
1848
+ "implementation_refs": [
1849
+ "ecpt.finite_gibbs_phase_response"
1850
+ ],
1851
+ "item_id": "thm:finite-gibbs-response-control",
1852
+ "label": "Finite Gibbs response-control improvement",
1853
+ "obligation_category": null,
1854
+ "verifier_route": null
1855
+ },
1856
+ {
1857
+ "coverage_status": "implemented_checker",
1858
+ "implementation_refs": [
1859
+ "ecpt.check_path_law_policy"
1860
+ ],
1861
+ "item_id": "def:response-policy-certificate",
1862
+ "label": "Constructed path-law response policy certificate",
1863
+ "obligation_category": null,
1864
+ "verifier_route": null
1865
+ },
1866
+ {
1867
+ "coverage_status": "implemented_checker",
1868
+ "implementation_refs": [
1869
+ "ecpt.check_path_law_policy"
1870
+ ],
1871
+ "item_id": "thm:response-policy-improvement",
1872
+ "label": "Constructed path-law response-policy improvement",
1873
+ "obligation_category": null,
1874
+ "verifier_route": null
1875
+ },
1876
+ {
1877
+ "coverage_status": "implemented_checker",
1878
+ "implementation_refs": [
1879
+ "ecpt.check_activation_threshold_certificate"
1880
+ ],
1881
+ "item_id": "definition:28",
1882
+ "label": "Activation field",
1883
+ "obligation_category": null,
1884
+ "verifier_route": null
1885
+ },
1886
+ {
1887
+ "coverage_status": "implemented_constructive",
1888
+ "implementation_refs": [
1889
+ "ecpt.reachable_mass"
1890
+ ],
1891
+ "item_id": "definition:29",
1892
+ "label": "Activated closure law",
1893
+ "obligation_category": null,
1894
+ "verifier_route": null
1895
+ },
1896
+ {
1897
+ "coverage_status": "implemented_constructive",
1898
+ "implementation_refs": [
1899
+ "ecpt.reachable_mass"
1900
+ ],
1901
+ "item_id": "definition:30",
1902
+ "label": "Execution-available hyperpath",
1903
+ "obligation_category": null,
1904
+ "verifier_route": null
1905
+ },
1906
+ {
1907
+ "coverage_status": "external_obligation",
1908
+ "implementation_refs": [
1909
+ "core.ExternalProofObligation"
1910
+ ],
1911
+ "item_id": "definition:31",
1912
+ "label": "Speculative execution channel",
1913
+ "obligation_category": "ecpt-speculative-channel",
1914
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
1915
+ },
1916
+ {
1917
+ "coverage_status": "implemented_checker",
1918
+ "implementation_refs": [
1919
+ "ecpt.check_cycle_monitor"
1920
+ ],
1921
+ "item_id": "definition:32",
1922
+ "label": "Seed and cyclic support",
1923
+ "obligation_category": null,
1924
+ "verifier_route": null
1925
+ },
1926
+ {
1927
+ "coverage_status": "implemented_checker",
1928
+ "implementation_refs": [
1929
+ "ecpt.check_queue_certificate"
1930
+ ],
1931
+ "item_id": "definition:33",
1932
+ "label": "Queue layer",
1933
+ "obligation_category": null,
1934
+ "verifier_route": null
1935
+ },
1936
+ {
1937
+ "coverage_status": "implemented_schema",
1938
+ "implementation_refs": [
1939
+ "ecpt.CapabilityHypergraph"
1940
+ ],
1941
+ "item_id": "definition:34",
1942
+ "label": "Effective packet hypergraph",
1943
+ "obligation_category": null,
1944
+ "verifier_route": null
1945
+ },
1946
+ {
1947
+ "coverage_status": "implemented_schema",
1948
+ "implementation_refs": [
1949
+ "ecpt.DiagnosticOrder"
1950
+ ],
1951
+ "item_id": "definition:35",
1952
+ "label": "Waste, false liquidity, obstruction, and paralysis",
1953
+ "obligation_category": null,
1954
+ "verifier_route": null
1955
+ },
1956
+ {
1957
+ "coverage_status": "implemented_checker",
1958
+ "implementation_refs": [
1959
+ "ecpt.check_inner_viability_kernel"
1960
+ ],
1961
+ "item_id": "definition:36",
1962
+ "label": "Constraint viability band",
1963
+ "obligation_category": null,
1964
+ "verifier_route": null
1965
+ },
1966
+ {
1967
+ "coverage_status": "implemented_checker",
1968
+ "implementation_refs": [
1969
+ "ecpt.check_constraint_frame"
1970
+ ],
1971
+ "item_id": "prop:constraint-band-requirement",
1972
+ "label": "Constraint-band requirement",
1973
+ "obligation_category": null,
1974
+ "verifier_route": null
1975
+ },
1976
+ {
1977
+ "coverage_status": "external_obligation",
1978
+ "implementation_refs": [
1979
+ "core.ExternalProofObligation"
1980
+ ],
1981
+ "item_id": "definition:37",
1982
+ "label": "Concrete ecology semantics",
1983
+ "obligation_category": "ecpt-ecology-ontology",
1984
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
1985
+ },
1986
+ {
1987
+ "coverage_status": "external_obligation",
1988
+ "implementation_refs": [
1989
+ "core.ExternalProofObligation"
1990
+ ],
1991
+ "item_id": "definition:38",
1992
+ "label": "Sound finite abstraction",
1993
+ "obligation_category": "ecpt-ecology-ontology",
1994
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
1995
+ },
1996
+ {
1997
+ "coverage_status": "external_obligation",
1998
+ "implementation_refs": [
1999
+ "core.ExternalProofObligation"
2000
+ ],
2001
+ "item_id": "prop:abstraction-soundness",
2002
+ "label": "Abstraction soundness",
2003
+ "obligation_category": "ecpt-ecology-ontology",
2004
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
2005
+ },
2006
+ {
2007
+ "coverage_status": "implemented_checker",
2008
+ "implementation_refs": [
2009
+ "ecpt.check_capability_state_vector"
2010
+ ],
2011
+ "item_id": "definition:39",
2012
+ "label": "ECPT state",
2013
+ "obligation_category": null,
2014
+ "verifier_route": null
2015
+ },
2016
+ {
2017
+ "coverage_status": "implemented_checker",
2018
+ "implementation_refs": [
2019
+ "ecpt.check_inner_viability_kernel"
2020
+ ],
2021
+ "item_id": "definition:40",
2022
+ "label": "Local viability set",
2023
+ "obligation_category": null,
2024
+ "verifier_route": null
2025
+ },
2026
+ {
2027
+ "coverage_status": "implemented_schema",
2028
+ "implementation_refs": [
2029
+ "ecpt.ActionGrammar"
2030
+ ],
2031
+ "item_id": "definition:41",
2032
+ "label": "Action grammar",
2033
+ "obligation_category": null,
2034
+ "verifier_route": null
2035
+ },
2036
+ {
2037
+ "coverage_status": "implemented_schema",
2038
+ "implementation_refs": [
2039
+ "ecpt.PostconditionObligation"
2040
+ ],
2041
+ "item_id": "definition:42",
2042
+ "label": "Postcondition obligations",
2043
+ "obligation_category": null,
2044
+ "verifier_route": null
2045
+ },
2046
+ {
2047
+ "coverage_status": "implemented_checker",
2048
+ "implementation_refs": [
2049
+ "ecpt.check_controlled_transition"
2050
+ ],
2051
+ "item_id": "definition:43",
2052
+ "label": "Operable action correspondence",
2053
+ "obligation_category": null,
2054
+ "verifier_route": null
2055
+ },
2056
+ {
2057
+ "coverage_status": "implemented_checker",
2058
+ "implementation_refs": [
2059
+ "ecpt.check_controlled_transition"
2060
+ ],
2061
+ "item_id": "definition:44",
2062
+ "label": "Controlled transition",
2063
+ "obligation_category": null,
2064
+ "verifier_route": null
2065
+ },
2066
+ {
2067
+ "coverage_status": "implemented_checker",
2068
+ "implementation_refs": [
2069
+ "ecpt.check_inner_viability_kernel"
2070
+ ],
2071
+ "item_id": "definition:45",
2072
+ "label": "Exact and inner viability kernels",
2073
+ "obligation_category": null,
2074
+ "verifier_route": null
2075
+ },
2076
+ {
2077
+ "coverage_status": "implemented_checker",
2078
+ "implementation_refs": [
2079
+ "ecpt.check_inner_viability_kernel"
2080
+ ],
2081
+ "item_id": "prop:inner-kernel-invariance",
2082
+ "label": "Inner-kernel invariance",
2083
+ "obligation_category": null,
2084
+ "verifier_route": null
2085
+ },
2086
+ {
2087
+ "coverage_status": "implemented_constructive",
2088
+ "implementation_refs": [
2089
+ "ecpt.self_normalized_margin_risk"
2090
+ ],
2091
+ "item_id": "definition:46",
2092
+ "label": "Self-normalized margin witness",
2093
+ "obligation_category": null,
2094
+ "verifier_route": null
2095
+ },
2096
+ {
2097
+ "coverage_status": "implemented_checker",
2098
+ "implementation_refs": [
2099
+ "trc.check_risk_gate"
2100
+ ],
2101
+ "item_id": "definition:47",
2102
+ "label": "Risk margin process",
2103
+ "obligation_category": null,
2104
+ "verifier_route": null
2105
+ },
2106
+ {
2107
+ "coverage_status": "implemented_checker",
2108
+ "implementation_refs": [
2109
+ "trc.check_risk_gate"
2110
+ ],
2111
+ "item_id": "thm:self-normalized-margin-risk",
2112
+ "label": "Self-normalized margin risk",
2113
+ "obligation_category": null,
2114
+ "verifier_route": null
2115
+ },
2116
+ {
2117
+ "coverage_status": "external_obligation",
2118
+ "implementation_refs": [
2119
+ "core.ExternalProofObligation"
2120
+ ],
2121
+ "item_id": "cor:light-tail-exponential-witness",
2122
+ "label": "Light-tail exponential witness",
2123
+ "obligation_category": "numerical-envelope",
2124
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
2125
+ },
2126
+ {
2127
+ "coverage_status": "external_obligation",
2128
+ "implementation_refs": [
2129
+ "core.ExternalProofObligation"
2130
+ ],
2131
+ "item_id": "definition:48",
2132
+ "label": "Natural accelerator policy",
2133
+ "obligation_category": "ecpt-economics-policy",
2134
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2135
+ },
2136
+ {
2137
+ "coverage_status": "implemented_schema",
2138
+ "implementation_refs": [
2139
+ "trc.ExecutableTraceNormalForm"
2140
+ ],
2141
+ "item_id": "prop:typed-trace-accounting",
2142
+ "label": "Typed trace accounting",
2143
+ "obligation_category": null,
2144
+ "verifier_route": null
2145
+ },
2146
+ {
2147
+ "coverage_status": "external_obligation",
2148
+ "implementation_refs": [
2149
+ "core.ExternalProofObligation"
2150
+ ],
2151
+ "item_id": "definition:49",
2152
+ "label": "Search-friction ledger",
2153
+ "obligation_category": "ecpt-economics-policy",
2154
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2155
+ },
2156
+ {
2157
+ "coverage_status": "external_obligation",
2158
+ "implementation_refs": [
2159
+ "core.ExternalProofObligation"
2160
+ ],
2161
+ "item_id": "definition:50",
2162
+ "label": "Friction-adjusted action value",
2163
+ "obligation_category": "ecpt-economics-policy",
2164
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2165
+ },
2166
+ {
2167
+ "coverage_status": "external_obligation",
2168
+ "implementation_refs": [
2169
+ "core.ExternalProofObligation"
2170
+ ],
2171
+ "item_id": "lem:evsi-admission",
2172
+ "label": "EVSI admission",
2173
+ "obligation_category": "ecpt-economics-policy",
2174
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2175
+ },
2176
+ {
2177
+ "coverage_status": "external_obligation",
2178
+ "implementation_refs": [
2179
+ "core.ExternalProofObligation"
2180
+ ],
2181
+ "item_id": "definition:51",
2182
+ "label": "Proxy bundle",
2183
+ "obligation_category": "ecpt-proxy-target",
2184
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
2185
+ },
2186
+ {
2187
+ "coverage_status": "external_obligation",
2188
+ "implementation_refs": [
2189
+ "core.ExternalProofObligation"
2190
+ ],
2191
+ "item_id": "definition:52",
2192
+ "label": "ECPT target",
2193
+ "obligation_category": "ecpt-proxy-target",
2194
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
2195
+ },
2196
+ {
2197
+ "coverage_status": "implemented_constructive",
2198
+ "implementation_refs": [
2199
+ "ecpt.hitting_time_acceleration"
2200
+ ],
2201
+ "item_id": "definition:53",
2202
+ "label": "Target hitting time",
2203
+ "obligation_category": null,
2204
+ "verifier_route": null
2205
+ },
2206
+ {
2207
+ "coverage_status": "external_obligation",
2208
+ "implementation_refs": [
2209
+ "core.ExternalProofObligation"
2210
+ ],
2211
+ "item_id": "definition:54",
2212
+ "label": "Protocol-competitive target acceleration",
2213
+ "obligation_category": "ecpt-proxy-target",
2214
+ "verifier_route": "ecpt.adapters.proxy.verify_target_contract"
2215
+ },
2216
+ {
2217
+ "coverage_status": "implemented_constructive",
2218
+ "implementation_refs": [
2219
+ "ecpt.hitting_time_acceleration"
2220
+ ],
2221
+ "item_id": "prop:hitting-time-acceleration",
2222
+ "label": "Hitting-time acceleration certificate",
2223
+ "obligation_category": null,
2224
+ "verifier_route": null
2225
+ },
2226
+ {
2227
+ "coverage_status": "implemented_schema",
2228
+ "implementation_refs": [
2229
+ "core.FrontierRecord"
2230
+ ],
2231
+ "item_id": "definition:55",
2232
+ "label": "Certified value vector",
2233
+ "obligation_category": null,
2234
+ "verifier_route": null
2235
+ },
2236
+ {
2237
+ "coverage_status": "implemented_constructive",
2238
+ "implementation_refs": [
2239
+ "core.pareto_frontier"
2240
+ ],
2241
+ "item_id": "definition:56",
2242
+ "label": "Pareto frontier recursion",
2243
+ "obligation_category": null,
2244
+ "verifier_route": null
2245
+ },
2246
+ {
2247
+ "coverage_status": "implemented_constructive",
2248
+ "implementation_refs": [
2249
+ "core.pareto_frontier"
2250
+ ],
2251
+ "item_id": "prop:pareto-operability",
2252
+ "label": "Pareto operability",
2253
+ "obligation_category": null,
2254
+ "verifier_route": null
2255
+ },
2256
+ {
2257
+ "coverage_status": "external_obligation",
2258
+ "implementation_refs": [
2259
+ "core.ExternalProofObligation"
2260
+ ],
2261
+ "item_id": "definition:57",
2262
+ "label": "Paralysis and repair route",
2263
+ "obligation_category": "ecpt-speculative-channel",
2264
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
2265
+ },
2266
+ {
2267
+ "coverage_status": "implemented_constructive",
2268
+ "implementation_refs": [
2269
+ "core.pareto_frontier"
2270
+ ],
2271
+ "item_id": "prop:pareto-empty-suspension",
2272
+ "label": "Pareto-empty suspension",
2273
+ "obligation_category": null,
2274
+ "verifier_route": null
2275
+ },
2276
+ {
2277
+ "coverage_status": "external_obligation",
2278
+ "implementation_refs": [
2279
+ "core.ExternalProofObligation"
2280
+ ],
2281
+ "item_id": "cor:scalar-bellman",
2282
+ "label": "Scalar Bellman interface",
2283
+ "obligation_category": "ecpt-generator-limit",
2284
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
2285
+ },
2286
+ {
2287
+ "coverage_status": "implemented_checker",
2288
+ "implementation_refs": [
2289
+ "core.ProjectionAudit"
2290
+ ],
2291
+ "item_id": "prop:raw-relaxed-separation",
2292
+ "label": "Raw-relaxed separation",
2293
+ "obligation_category": null,
2294
+ "verifier_route": null
2295
+ },
2296
+ {
2297
+ "coverage_status": "implemented_checker",
2298
+ "implementation_refs": [
2299
+ "core.MonotoneMap"
2300
+ ],
2301
+ "item_id": "prop:friction-charged-monotone-intervention",
2302
+ "label": "Friction-charged monotone intervention",
2303
+ "obligation_category": null,
2304
+ "verifier_route": null
2305
+ },
2306
+ {
2307
+ "coverage_status": "external_obligation",
2308
+ "implementation_refs": [
2309
+ "core.ExternalProofObligation"
2310
+ ],
2311
+ "item_id": "def:markov-additive-raf",
2312
+ "label": "Speculative RAF with Markov additive debt",
2313
+ "obligation_category": "ecpt-generator-limit",
2314
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
2315
+ },
2316
+ {
2317
+ "coverage_status": "implemented_checker",
2318
+ "implementation_refs": [
2319
+ "ecpt.check_cycle_monitor"
2320
+ ],
2321
+ "item_id": "definition:59",
2322
+ "label": "Cycle monitor and stopped runtime certificate",
2323
+ "obligation_category": null,
2324
+ "verifier_route": null
2325
+ },
2326
+ {
2327
+ "coverage_status": "implemented_checker",
2328
+ "implementation_refs": [
2329
+ "ecpt.check_settlement_return_raf_certificate"
2330
+ ],
2331
+ "item_id": "def:debt-solvency-kernel",
2332
+ "label": "Settlement-return kernel",
2333
+ "obligation_category": null,
2334
+ "verifier_route": null
2335
+ },
2336
+ {
2337
+ "coverage_status": "implemented_checker",
2338
+ "implementation_refs": [
2339
+ "ecpt.check_settlement_return_raf_certificate"
2340
+ ],
2341
+ "item_id": "def:settlement-event-algebra",
2342
+ "label": "Settlement-return event algebra",
2343
+ "obligation_category": null,
2344
+ "verifier_route": null
2345
+ },
2346
+ {
2347
+ "coverage_status": "implemented_checker",
2348
+ "implementation_refs": [
2349
+ "ecpt.check_settlement_return_raf_certificate"
2350
+ ],
2351
+ "item_id": "thm:debt-solvency-speculative-raf-emergence",
2352
+ "label": "Settlement-return speculative RAF emergence",
2353
+ "obligation_category": null,
2354
+ "verifier_route": null
2355
+ },
2356
+ {
2357
+ "coverage_status": "external_obligation",
2358
+ "implementation_refs": [
2359
+ "core.ExternalProofObligation"
2360
+ ],
2361
+ "item_id": "definition:62",
2362
+ "label": "Sparse synergy and residual certificate",
2363
+ "obligation_category": "ecpt-speculative-channel",
2364
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
2365
+ },
2366
+ {
2367
+ "coverage_status": "external_obligation",
2368
+ "implementation_refs": [
2369
+ "core.ExternalProofObligation"
2370
+ ],
2371
+ "item_id": "prop:sparse-synergy-lower-bound",
2372
+ "label": "Sparse synergy lower bound",
2373
+ "obligation_category": "ecpt-speculative-channel",
2374
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
2375
+ },
2376
+ {
2377
+ "coverage_status": "implemented_checker",
2378
+ "implementation_refs": [
2379
+ "ecpt.check_resource_normalized_cut"
2380
+ ],
2381
+ "item_id": "definition:63",
2382
+ "label": "Resource normalization ledger",
2383
+ "obligation_category": null,
2384
+ "verifier_route": null
2385
+ },
2386
+ {
2387
+ "coverage_status": "implemented_checker",
2388
+ "implementation_refs": [
2389
+ "ecpt.check_resource_normalized_cut"
2390
+ ],
2391
+ "item_id": "thm:resource-cut",
2392
+ "label": "Resource-normalized cut bound",
2393
+ "obligation_category": null,
2394
+ "verifier_route": null
2395
+ },
2396
+ {
2397
+ "coverage_status": "implemented_checker",
2398
+ "implementation_refs": [
2399
+ "ecpt.check_activation_threshold_certificate"
2400
+ ],
2401
+ "item_id": "definition:64",
2402
+ "label": "AND-support finite-size and thermodynamic activation certificate",
2403
+ "obligation_category": null,
2404
+ "verifier_route": null
2405
+ },
2406
+ {
2407
+ "coverage_status": "implemented_checker",
2408
+ "implementation_refs": [
2409
+ "ecpt.check_activation_threshold_certificate"
2410
+ ],
2411
+ "item_id": "thm:finite-size-activation-threshold",
2412
+ "label": "AND-support finite-size activation threshold",
2413
+ "obligation_category": null,
2414
+ "verifier_route": null
2415
+ },
2416
+ {
2417
+ "coverage_status": "implemented_constructive",
2418
+ "implementation_refs": [
2419
+ "ecpt.backpressure_reserve_loss"
2420
+ ],
2421
+ "item_id": "definition:65",
2422
+ "label": "Verification backpressure",
2423
+ "obligation_category": null,
2424
+ "verifier_route": null
2425
+ },
2426
+ {
2427
+ "coverage_status": "implemented_constructive",
2428
+ "implementation_refs": [
2429
+ "ecpt.backpressure_reserve_loss"
2430
+ ],
2431
+ "item_id": "prop:backpressure-reserve-loss",
2432
+ "label": "Backpressure reserve loss",
2433
+ "obligation_category": null,
2434
+ "verifier_route": null
2435
+ },
2436
+ {
2437
+ "coverage_status": "implemented_constructive",
2438
+ "implementation_refs": [
2439
+ "ecpt.bottleneck_shadow_price"
2440
+ ],
2441
+ "item_id": "prop:bottleneck-shadow-price",
2442
+ "label": "Bottleneck shadow price",
2443
+ "obligation_category": null,
2444
+ "verifier_route": null
2445
+ },
2446
+ {
2447
+ "coverage_status": "implemented_schema",
2448
+ "implementation_refs": [
2449
+ "bit.SelectivePotentialResult"
2450
+ ],
2451
+ "item_id": "definition:66",
2452
+ "label": "Linear lower-bound abstraction",
2453
+ "obligation_category": null,
2454
+ "verifier_route": null
2455
+ },
2456
+ {
2457
+ "coverage_status": "external_obligation",
2458
+ "implementation_refs": [
2459
+ "core.ExternalProofObligation"
2460
+ ],
2461
+ "item_id": "cor:linear-growth-lower-bound",
2462
+ "label": "Linear growth lower bound",
2463
+ "obligation_category": "numerical-envelope",
2464
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
2465
+ },
2466
+ {
2467
+ "coverage_status": "external_obligation",
2468
+ "implementation_refs": [
2469
+ "core.ExternalProofObligation"
2470
+ ],
2471
+ "item_id": "def:density-dependent-chain",
2472
+ "label": "Regularized density-dependent ECPT family",
2473
+ "obligation_category": "ecpt-generator-limit",
2474
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
2475
+ },
2476
+ {
2477
+ "coverage_status": "external_obligation",
2478
+ "implementation_refs": [
2479
+ "core.ExternalProofObligation"
2480
+ ],
2481
+ "item_id": "def:identified-generator-calibration",
2482
+ "label": "Intervention-identified generator calibration certificate",
2483
+ "obligation_category": "ecpt-generator-limit",
2484
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
2485
+ },
2486
+ {
2487
+ "coverage_status": "implemented_constructive",
2488
+ "implementation_refs": [
2489
+ "ecpt.reachable_mass"
2490
+ ],
2491
+ "item_id": "def:attainable-inclusion-response",
2492
+ "label": "Reachable mass recursion certificate",
2493
+ "obligation_category": null,
2494
+ "verifier_route": null
2495
+ },
2496
+ {
2497
+ "coverage_status": "external_obligation",
2498
+ "implementation_refs": [
2499
+ "core.ExternalProofObligation"
2500
+ ],
2501
+ "item_id": "definition:70",
2502
+ "label": "Regularized macroscopic percolation envelope",
2503
+ "obligation_category": "ecpt-generator-limit",
2504
+ "verifier_route": "ecpt.adapters.generators.verify_limit_envelope"
2505
+ },
2506
+ {
2507
+ "coverage_status": "implemented_checker",
2508
+ "implementation_refs": [
2509
+ "ecpt.check_mean_field_envelope"
2510
+ ],
2511
+ "item_id": "thm:mean-field-envelope-soundness",
2512
+ "label": "Intervention-identified generator-to-mean-field envelope soundness",
2513
+ "obligation_category": null,
2514
+ "verifier_route": null
2515
+ },
2516
+ {
2517
+ "coverage_status": "external_obligation",
2518
+ "implementation_refs": [
2519
+ "core.ExternalProofObligation"
2520
+ ],
2521
+ "item_id": "definition:71",
2522
+ "label": "ALT-compatible packet",
2523
+ "obligation_category": "ecpt-bridge-reserve",
2524
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2525
+ },
2526
+ {
2527
+ "coverage_status": "external_obligation",
2528
+ "implementation_refs": [
2529
+ "core.ExternalProofObligation"
2530
+ ],
2531
+ "item_id": "definition:72",
2532
+ "label": "Liquidity bridge",
2533
+ "obligation_category": "ecpt-economics-policy",
2534
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2535
+ },
2536
+ {
2537
+ "coverage_status": "external_obligation",
2538
+ "implementation_refs": [
2539
+ "core.ExternalProofObligation"
2540
+ ],
2541
+ "item_id": "prop:alt-lift",
2542
+ "label": "ALT lift",
2543
+ "obligation_category": "ecpt-bridge-reserve",
2544
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2545
+ },
2546
+ {
2547
+ "coverage_status": "external_obligation",
2548
+ "implementation_refs": [
2549
+ "core.ExternalProofObligation"
2550
+ ],
2551
+ "item_id": "definition:73",
2552
+ "label": "SQOT-compatible reserve certificate",
2553
+ "obligation_category": "ecpt-bridge-reserve",
2554
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2555
+ },
2556
+ {
2557
+ "coverage_status": "implemented_checker",
2558
+ "implementation_refs": [
2559
+ "ecpt.check_queue_certificate"
2560
+ ],
2561
+ "item_id": "definition:74",
2562
+ "label": "Queue morphism",
2563
+ "obligation_category": null,
2564
+ "verifier_route": null
2565
+ },
2566
+ {
2567
+ "coverage_status": "external_obligation",
2568
+ "implementation_refs": [
2569
+ "core.ExternalProofObligation"
2570
+ ],
2571
+ "item_id": "prop:sqot-reserve-invariance",
2572
+ "label": "SQOT reserve invariance",
2573
+ "obligation_category": "ecpt-bridge-reserve",
2574
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2575
+ },
2576
+ {
2577
+ "coverage_status": "implemented_checker",
2578
+ "implementation_refs": [
2579
+ "core.ExtractorOutput"
2580
+ ],
2581
+ "item_id": "definition:75",
2582
+ "label": "Claim extractor",
2583
+ "obligation_category": null,
2584
+ "verifier_route": null
2585
+ },
2586
+ {
2587
+ "coverage_status": "implemented_schema",
2588
+ "implementation_refs": [
2589
+ "core.ClaimRecord"
2590
+ ],
2591
+ "item_id": "def:machine-readable-claim-record",
2592
+ "label": "Machine-readable claim record",
2593
+ "obligation_category": null,
2594
+ "verifier_route": null
2595
+ },
2596
+ {
2597
+ "coverage_status": "external_obligation",
2598
+ "implementation_refs": [
2599
+ "core.ExternalProofObligation"
2600
+ ],
2601
+ "item_id": "def:publication-capsule",
2602
+ "label": "Publication and machine-readable capsule",
2603
+ "obligation_category": "ecpt-bridge-reserve",
2604
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2605
+ },
2606
+ {
2607
+ "coverage_status": "implemented_checker",
2608
+ "implementation_refs": [
2609
+ "core.ProjectionAudit"
2610
+ ],
2611
+ "item_id": "prop:capsule-projection",
2612
+ "label": "Capsule projection",
2613
+ "obligation_category": null,
2614
+ "verifier_route": null
2615
+ },
2616
+ {
2617
+ "coverage_status": "implemented_schema",
2618
+ "implementation_refs": [
2619
+ "core.Certificate"
2620
+ ],
2621
+ "item_id": "definition:78",
2622
+ "label": "ECPT certificate",
2623
+ "obligation_category": null,
2624
+ "verifier_route": null
2625
+ },
2626
+ {
2627
+ "coverage_status": "implemented_checker",
2628
+ "implementation_refs": [
2629
+ "core.CheckerContext"
2630
+ ],
2631
+ "item_id": "definition:79",
2632
+ "label": "Checker",
2633
+ "obligation_category": null,
2634
+ "verifier_route": null
2635
+ },
2636
+ {
2637
+ "coverage_status": "implemented_checker",
2638
+ "implementation_refs": [
2639
+ "core.StatusRule"
2640
+ ],
2641
+ "item_id": "prop:no-status-promotion",
2642
+ "label": "No status promotion",
2643
+ "obligation_category": null,
2644
+ "verifier_route": null
2645
+ },
2646
+ {
2647
+ "coverage_status": "external_obligation",
2648
+ "implementation_refs": [
2649
+ "core.ExternalProofObligation"
2650
+ ],
2651
+ "item_id": "thm:protocol-relative-soundness",
2652
+ "label": "Protocol-relative soundness",
2653
+ "obligation_category": "ecpt-bridge-reserve",
2654
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2655
+ }
2656
+ ],
2657
+ "mr_records": 0,
2658
+ "representative_items": [
2659
+ {
2660
+ "coverage_status": "external_obligation",
2661
+ "implementation_refs": [
2662
+ "core.ExternalProofObligation"
2663
+ ],
2664
+ "item_id": "definition:15",
2665
+ "label": "Auxiliary trace-complex diagnostic",
2666
+ "obligation_category": "ecpt-trace-diagnostic",
2667
+ "verifier_route": "ecpt.adapters.trace_complex.verify_diagnostic_projection"
2668
+ },
2669
+ {
2670
+ "coverage_status": "external_obligation",
2671
+ "implementation_refs": [
2672
+ "core.ExternalProofObligation"
2673
+ ],
2674
+ "item_id": "definition:18",
2675
+ "label": "Accumulation, availability, liquidity, and execution availability",
2676
+ "obligation_category": "ecpt-economics-policy",
2677
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2678
+ },
2679
+ {
2680
+ "coverage_status": "external_obligation",
2681
+ "implementation_refs": [
2682
+ "core.ExternalProofObligation"
2683
+ ],
2684
+ "item_id": "definition:31",
2685
+ "label": "Speculative execution channel",
2686
+ "obligation_category": "ecpt-speculative-channel",
2687
+ "verifier_route": "ecpt.adapters.speculative.verify_channel_and_repair"
2688
+ },
2689
+ {
2690
+ "coverage_status": "external_obligation",
2691
+ "implementation_refs": [
2692
+ "core.ExternalProofObligation"
2693
+ ],
2694
+ "item_id": "definition:37",
2695
+ "label": "Concrete ecology semantics",
2696
+ "obligation_category": "ecpt-ecology-ontology",
2697
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
2698
+ },
2699
+ {
2700
+ "coverage_status": "external_obligation",
2701
+ "implementation_refs": [
2702
+ "core.ExternalProofObligation"
2703
+ ],
2704
+ "item_id": "definition:38",
2705
+ "label": "Sound finite abstraction",
2706
+ "obligation_category": "ecpt-ecology-ontology",
2707
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
2708
+ },
2709
+ {
2710
+ "coverage_status": "external_obligation",
2711
+ "implementation_refs": [
2712
+ "core.ExternalProofObligation"
2713
+ ],
2714
+ "item_id": "prop:abstraction-soundness",
2715
+ "label": "Abstraction soundness",
2716
+ "obligation_category": "ecpt-ecology-ontology",
2717
+ "verifier_route": "ecpt.adapters.ecology.verify_domain_abstraction"
2718
+ },
2719
+ {
2720
+ "coverage_status": "external_obligation",
2721
+ "implementation_refs": [
2722
+ "core.ExternalProofObligation"
2723
+ ],
2724
+ "item_id": "cor:light-tail-exponential-witness",
2725
+ "label": "Light-tail exponential witness",
2726
+ "obligation_category": "numerical-envelope",
2727
+ "verifier_route": "core.adapters.envelope.verify_finite_bound"
2728
+ },
2729
+ {
2730
+ "coverage_status": "external_obligation",
2731
+ "implementation_refs": [
2732
+ "core.ExternalProofObligation"
2733
+ ],
2734
+ "item_id": "definition:48",
2735
+ "label": "Natural accelerator policy",
2736
+ "obligation_category": "ecpt-economics-policy",
2737
+ "verifier_route": "ecpt.adapters.policy.verify_execution_policy"
2738
+ }
2739
+ ],
2740
+ "schema_version": "theory-snapshot-1.0"
2741
+ }