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,3731 @@
1
+ {
2
+ "$defs": {
3
+ "AccelerationCertificate": {
4
+ "description": "Finite protocol-relative acceleration certificate against a baseline.",
5
+ "properties": {
6
+ "accepted": {
7
+ "default": false,
8
+ "title": "Accepted",
9
+ "type": "boolean"
10
+ },
11
+ "baseline_run_id": {
12
+ "title": "Baseline Run Id",
13
+ "type": "string"
14
+ },
15
+ "candidate_run_id": {
16
+ "title": "Candidate Run Id",
17
+ "type": "string"
18
+ },
19
+ "certificate_id": {
20
+ "title": "Certificate Id",
21
+ "type": "string"
22
+ },
23
+ "false_liquidity_bounded": {
24
+ "default": false,
25
+ "title": "False Liquidity Bounded",
26
+ "type": "boolean"
27
+ },
28
+ "finite_checks_passed": {
29
+ "default": false,
30
+ "title": "Finite Checks Passed",
31
+ "type": "boolean"
32
+ },
33
+ "hitting_time_gain_lower_bound": {
34
+ "default": 0.0,
35
+ "title": "Hitting Time Gain Lower Bound",
36
+ "type": "number"
37
+ },
38
+ "operationally_usable": {
39
+ "default": false,
40
+ "title": "Operationally Usable",
41
+ "type": "boolean"
42
+ },
43
+ "psi_distance_reduction_lower_bound": {
44
+ "default": 0.0,
45
+ "title": "Psi Distance Reduction Lower Bound",
46
+ "type": "number"
47
+ },
48
+ "reasons": {
49
+ "items": {
50
+ "type": "string"
51
+ },
52
+ "title": "Reasons",
53
+ "type": "array"
54
+ },
55
+ "residual_external_obligations": {
56
+ "items": {
57
+ "type": "string"
58
+ },
59
+ "title": "Residual External Obligations",
60
+ "type": "array"
61
+ },
62
+ "residual_ledger": {
63
+ "$ref": "#/$defs/Ledger"
64
+ },
65
+ "resource_envelope_matched": {
66
+ "default": false,
67
+ "title": "Resource Envelope Matched",
68
+ "type": "boolean"
69
+ },
70
+ "resource_matched": {
71
+ "default": false,
72
+ "title": "Resource Matched",
73
+ "type": "boolean"
74
+ },
75
+ "salience_non_obstructed": {
76
+ "default": false,
77
+ "title": "Salience Non Obstructed",
78
+ "type": "boolean"
79
+ },
80
+ "score_gain_lower_bound": {
81
+ "default": 0.0,
82
+ "title": "Score Gain Lower Bound",
83
+ "type": "number"
84
+ },
85
+ "settled": {
86
+ "default": false,
87
+ "title": "Settled",
88
+ "type": "boolean"
89
+ },
90
+ "tau_baseline": {
91
+ "anyOf": [
92
+ {
93
+ "type": "number"
94
+ },
95
+ {
96
+ "type": "null"
97
+ }
98
+ ],
99
+ "default": null,
100
+ "title": "Tau Baseline"
101
+ },
102
+ "tau_candidate": {
103
+ "anyOf": [
104
+ {
105
+ "type": "number"
106
+ },
107
+ {
108
+ "type": "null"
109
+ }
110
+ ],
111
+ "default": null,
112
+ "title": "Tau Candidate"
113
+ },
114
+ "threshold": {
115
+ "additionalProperties": {
116
+ "type": "number"
117
+ },
118
+ "title": "Threshold",
119
+ "type": "object"
120
+ },
121
+ "verification_backlog_bounded": {
122
+ "default": false,
123
+ "title": "Verification Backlog Bounded",
124
+ "type": "boolean"
125
+ }
126
+ },
127
+ "required": [
128
+ "certificate_id",
129
+ "baseline_run_id",
130
+ "candidate_run_id"
131
+ ],
132
+ "title": "AccelerationCertificate",
133
+ "type": "object"
134
+ },
135
+ "AcceptedPacketPath": {
136
+ "description": "Accepted packet path witness into a finite ECPT basin.",
137
+ "properties": {
138
+ "accepted": {
139
+ "default": false,
140
+ "title": "Accepted",
141
+ "type": "boolean"
142
+ },
143
+ "cost": {
144
+ "default": 0.0,
145
+ "title": "Cost",
146
+ "type": "number"
147
+ },
148
+ "edge_ids": {
149
+ "items": {
150
+ "type": "string"
151
+ },
152
+ "title": "Edge Ids",
153
+ "type": "array"
154
+ },
155
+ "packet_ids": {
156
+ "items": {
157
+ "type": "string"
158
+ },
159
+ "title": "Packet Ids",
160
+ "type": "array"
161
+ },
162
+ "path_id": {
163
+ "title": "Path Id",
164
+ "type": "string"
165
+ },
166
+ "reasons": {
167
+ "items": {
168
+ "type": "string"
169
+ },
170
+ "title": "Reasons",
171
+ "type": "array"
172
+ },
173
+ "residual_ledger": {
174
+ "$ref": "#/$defs/Ledger"
175
+ },
176
+ "route_ids": {
177
+ "items": {
178
+ "type": "string"
179
+ },
180
+ "title": "Route Ids",
181
+ "type": "array"
182
+ }
183
+ },
184
+ "required": [
185
+ "path_id"
186
+ ],
187
+ "title": "AcceptedPacketPath",
188
+ "type": "object"
189
+ },
190
+ "ActionCommit": {
191
+ "description": "Commit decision for a planned action under the configured policy.",
192
+ "properties": {
193
+ "action_id": {
194
+ "title": "Action Id",
195
+ "type": "string"
196
+ },
197
+ "committed": {
198
+ "default": false,
199
+ "title": "Committed",
200
+ "type": "boolean"
201
+ },
202
+ "finite_scope_usable": {
203
+ "default": false,
204
+ "title": "Finite Scope Usable",
205
+ "type": "boolean"
206
+ },
207
+ "operationally_usable": {
208
+ "default": false,
209
+ "title": "Operationally Usable",
210
+ "type": "boolean"
211
+ },
212
+ "policy": {
213
+ "$ref": "#/$defs/ActionCommitPolicy"
214
+ },
215
+ "reasons": {
216
+ "items": {
217
+ "type": "string"
218
+ },
219
+ "title": "Reasons",
220
+ "type": "array"
221
+ },
222
+ "recommended": {
223
+ "default": true,
224
+ "title": "Recommended",
225
+ "type": "boolean"
226
+ },
227
+ "settled": {
228
+ "default": false,
229
+ "title": "Settled",
230
+ "type": "boolean"
231
+ },
232
+ "verifier_resolution_required": {
233
+ "default": true,
234
+ "title": "Verifier Resolution Required",
235
+ "type": "boolean"
236
+ }
237
+ },
238
+ "required": [
239
+ "action_id",
240
+ "policy"
241
+ ],
242
+ "title": "ActionCommit",
243
+ "type": "object"
244
+ },
245
+ "ActionCommitPolicy": {
246
+ "description": "How aggressively a runtime may turn ranked advice into agent commitments.",
247
+ "enum": [
248
+ "recommend_only",
249
+ "require_verifier_resolution",
250
+ "allow_finite_scope_commit"
251
+ ],
252
+ "title": "ActionCommitPolicy",
253
+ "type": "string"
254
+ },
255
+ "AgentTask": {
256
+ "description": "Concrete next action for an AI agent or orchestration system.",
257
+ "properties": {
258
+ "action_id": {
259
+ "anyOf": [
260
+ {
261
+ "type": "string"
262
+ },
263
+ {
264
+ "type": "null"
265
+ }
266
+ ],
267
+ "default": null,
268
+ "title": "Action Id"
269
+ },
270
+ "action_kind": {
271
+ "title": "Action Kind",
272
+ "type": "string"
273
+ },
274
+ "expected_proxy_gain": {
275
+ "default": 0.0,
276
+ "title": "Expected Proxy Gain",
277
+ "type": "number"
278
+ },
279
+ "metadata": {
280
+ "additionalProperties": {
281
+ "type": "string"
282
+ },
283
+ "title": "Metadata",
284
+ "type": "object"
285
+ },
286
+ "operationally_usable": {
287
+ "default": false,
288
+ "title": "Operationally Usable",
289
+ "type": "boolean"
290
+ },
291
+ "priority_score": {
292
+ "title": "Priority Score",
293
+ "type": "number"
294
+ },
295
+ "reasons": {
296
+ "items": {
297
+ "type": "string"
298
+ },
299
+ "title": "Reasons",
300
+ "type": "array"
301
+ },
302
+ "required_evidence_kind": {
303
+ "items": {
304
+ "type": "string"
305
+ },
306
+ "title": "Required Evidence Kind",
307
+ "type": "array"
308
+ },
309
+ "required_routes": {
310
+ "items": {
311
+ "type": "string"
312
+ },
313
+ "title": "Required Routes",
314
+ "type": "array"
315
+ },
316
+ "residual_coordinates": {
317
+ "items": {
318
+ "type": "string"
319
+ },
320
+ "title": "Residual Coordinates",
321
+ "type": "array"
322
+ },
323
+ "rollback_condition": {
324
+ "default": "runtime-score-nonpositive",
325
+ "title": "Rollback Condition",
326
+ "type": "string"
327
+ },
328
+ "settled": {
329
+ "default": false,
330
+ "title": "Settled",
331
+ "type": "boolean"
332
+ },
333
+ "target_component": {
334
+ "title": "Target Component",
335
+ "type": "string"
336
+ },
337
+ "task_id": {
338
+ "title": "Task Id",
339
+ "type": "string"
340
+ },
341
+ "task_type": {
342
+ "title": "Task Type",
343
+ "type": "string"
344
+ }
345
+ },
346
+ "required": [
347
+ "task_id",
348
+ "task_type",
349
+ "priority_score",
350
+ "target_component",
351
+ "action_kind"
352
+ ],
353
+ "title": "AgentTask",
354
+ "type": "object"
355
+ },
356
+ "BasinReachabilityReport": {
357
+ "description": "Finite basin reachability report for ECPT target contracts.",
358
+ "properties": {
359
+ "accepted": {
360
+ "default": false,
361
+ "title": "Accepted",
362
+ "type": "boolean"
363
+ },
364
+ "accepted_edge_ids": {
365
+ "items": {
366
+ "type": "string"
367
+ },
368
+ "title": "Accepted Edge Ids",
369
+ "type": "array"
370
+ },
371
+ "accepted_paths": {
372
+ "items": {
373
+ "$ref": "#/$defs/AcceptedPacketPath"
374
+ },
375
+ "title": "Accepted Paths",
376
+ "type": "array"
377
+ },
378
+ "basin_id": {
379
+ "title": "Basin Id",
380
+ "type": "string"
381
+ },
382
+ "missing_edge_types": {
383
+ "items": {
384
+ "type": "string"
385
+ },
386
+ "title": "Missing Edge Types",
387
+ "type": "array"
388
+ },
389
+ "missing_packet_types": {
390
+ "items": {
391
+ "type": "string"
392
+ },
393
+ "title": "Missing Packet Types",
394
+ "type": "array"
395
+ },
396
+ "missing_verifier_routes": {
397
+ "items": {
398
+ "type": "string"
399
+ },
400
+ "title": "Missing Verifier Routes",
401
+ "type": "array"
402
+ },
403
+ "operationally_usable": {
404
+ "default": false,
405
+ "title": "Operationally Usable",
406
+ "type": "boolean"
407
+ },
408
+ "path_cost_lower_bound": {
409
+ "default": 0.0,
410
+ "title": "Path Cost Lower Bound",
411
+ "type": "number"
412
+ },
413
+ "reachable_packet_ids": {
414
+ "items": {
415
+ "type": "string"
416
+ },
417
+ "title": "Reachable Packet Ids",
418
+ "type": "array"
419
+ },
420
+ "reasons": {
421
+ "items": {
422
+ "type": "string"
423
+ },
424
+ "title": "Reasons",
425
+ "type": "array"
426
+ },
427
+ "receiver_compatible": {
428
+ "default": false,
429
+ "title": "Receiver Compatible",
430
+ "type": "boolean"
431
+ },
432
+ "report_id": {
433
+ "title": "Report Id",
434
+ "type": "string"
435
+ },
436
+ "residual_ledger": {
437
+ "$ref": "#/$defs/Ledger"
438
+ },
439
+ "settled": {
440
+ "default": false,
441
+ "title": "Settled",
442
+ "type": "boolean"
443
+ }
444
+ },
445
+ "required": [
446
+ "report_id",
447
+ "basin_id"
448
+ ],
449
+ "title": "BasinReachabilityReport",
450
+ "type": "object"
451
+ },
452
+ "BottleneckIntervention": {
453
+ "description": "One ranked bottleneck-inversion intervention.",
454
+ "properties": {
455
+ "action_kind": {
456
+ "title": "Action Kind",
457
+ "type": "string"
458
+ },
459
+ "expected_gain": {
460
+ "default": 0.0,
461
+ "title": "Expected Gain",
462
+ "type": "number"
463
+ },
464
+ "intervention_id": {
465
+ "title": "Intervention Id",
466
+ "type": "string"
467
+ },
468
+ "post_intervention_horizon": {
469
+ "default": 1,
470
+ "title": "Post Intervention Horizon",
471
+ "type": "integer"
472
+ },
473
+ "required_routes": {
474
+ "items": {
475
+ "type": "string"
476
+ },
477
+ "title": "Required Routes",
478
+ "type": "array"
479
+ },
480
+ "residual_ledger": {
481
+ "$ref": "#/$defs/Ledger"
482
+ },
483
+ "risk_charge": {
484
+ "default": 0.0,
485
+ "title": "Risk Charge",
486
+ "type": "number"
487
+ },
488
+ "rollback_condition": {
489
+ "default": "no-positive-finite-gain",
490
+ "title": "Rollback Condition",
491
+ "type": "string"
492
+ },
493
+ "score": {
494
+ "default": 0.0,
495
+ "title": "Score",
496
+ "type": "number"
497
+ },
498
+ "target_component": {
499
+ "title": "Target Component",
500
+ "type": "string"
501
+ },
502
+ "verification_cost": {
503
+ "default": 0.0,
504
+ "title": "Verification Cost",
505
+ "type": "number"
506
+ }
507
+ },
508
+ "required": [
509
+ "intervention_id",
510
+ "target_component",
511
+ "action_kind"
512
+ ],
513
+ "title": "BottleneckIntervention",
514
+ "type": "object"
515
+ },
516
+ "BottleneckInversionPlan": {
517
+ "description": "Ranked plan for improving limiting ECPT proxy components.",
518
+ "properties": {
519
+ "accepted": {
520
+ "default": false,
521
+ "title": "Accepted",
522
+ "type": "boolean"
523
+ },
524
+ "after_psi_lower_bound": {
525
+ "additionalProperties": {
526
+ "type": "number"
527
+ },
528
+ "title": "After Psi Lower Bound",
529
+ "type": "object"
530
+ },
531
+ "before_psi": {
532
+ "additionalProperties": {
533
+ "type": "number"
534
+ },
535
+ "title": "Before Psi",
536
+ "type": "object"
537
+ },
538
+ "interventions": {
539
+ "items": {
540
+ "$ref": "#/$defs/BottleneckIntervention"
541
+ },
542
+ "title": "Interventions",
543
+ "type": "array"
544
+ },
545
+ "limiting_components": {
546
+ "items": {
547
+ "type": "string"
548
+ },
549
+ "title": "Limiting Components",
550
+ "type": "array"
551
+ },
552
+ "plan_id": {
553
+ "title": "Plan Id",
554
+ "type": "string"
555
+ },
556
+ "residual_ledger": {
557
+ "$ref": "#/$defs/Ledger"
558
+ },
559
+ "settled": {
560
+ "default": false,
561
+ "title": "Settled",
562
+ "type": "boolean"
563
+ }
564
+ },
565
+ "required": [
566
+ "plan_id"
567
+ ],
568
+ "title": "BottleneckInversionPlan",
569
+ "type": "object"
570
+ },
571
+ "BottleneckWitnessReport": {
572
+ "description": "Portable BIT witness task extracted from runtime bottleneck diagnostics.",
573
+ "properties": {
574
+ "action_id": {
575
+ "anyOf": [
576
+ {
577
+ "type": "string"
578
+ },
579
+ {
580
+ "type": "null"
581
+ }
582
+ ],
583
+ "default": null,
584
+ "title": "Action Id"
585
+ },
586
+ "action_kind": {
587
+ "default": "",
588
+ "title": "Action Kind",
589
+ "type": "string"
590
+ },
591
+ "burden_delta": {
592
+ "default": 0.0,
593
+ "title": "Burden Delta",
594
+ "type": "number"
595
+ },
596
+ "next_verifier_route": {
597
+ "anyOf": [
598
+ {
599
+ "type": "string"
600
+ },
601
+ {
602
+ "type": "null"
603
+ }
604
+ ],
605
+ "default": null,
606
+ "title": "Next Verifier Route"
607
+ },
608
+ "next_verifier_routes": {
609
+ "items": {
610
+ "type": "string"
611
+ },
612
+ "title": "Next Verifier Routes",
613
+ "type": "array"
614
+ },
615
+ "operationally_usable": {
616
+ "default": false,
617
+ "title": "Operationally Usable",
618
+ "type": "boolean"
619
+ },
620
+ "portable_task_kind": {
621
+ "default": "runtime-bottleneck-verifier-task",
622
+ "title": "Portable Task Kind",
623
+ "type": "string"
624
+ },
625
+ "priority_score": {
626
+ "default": 0.0,
627
+ "title": "Priority Score",
628
+ "type": "number"
629
+ },
630
+ "reasons": {
631
+ "items": {
632
+ "type": "string"
633
+ },
634
+ "title": "Reasons",
635
+ "type": "array"
636
+ },
637
+ "release_delta": {
638
+ "default": 0.0,
639
+ "title": "Release Delta",
640
+ "type": "number"
641
+ },
642
+ "report_id": {
643
+ "title": "Report Id",
644
+ "type": "string"
645
+ },
646
+ "required_evidence_kind": {
647
+ "items": {
648
+ "type": "string"
649
+ },
650
+ "title": "Required Evidence Kind",
651
+ "type": "array"
652
+ },
653
+ "residual_coordinates": {
654
+ "items": {
655
+ "type": "string"
656
+ },
657
+ "title": "Residual Coordinates",
658
+ "type": "array"
659
+ },
660
+ "rollback_condition": {
661
+ "default": "runtime-score-nonpositive",
662
+ "title": "Rollback Condition",
663
+ "type": "string"
664
+ },
665
+ "settled": {
666
+ "default": false,
667
+ "title": "Settled",
668
+ "type": "boolean"
669
+ },
670
+ "simulation_barrier_residuals": {
671
+ "items": {
672
+ "type": "string"
673
+ },
674
+ "title": "Simulation Barrier Residuals",
675
+ "type": "array"
676
+ },
677
+ "target_component": {
678
+ "default": "",
679
+ "title": "Target Component",
680
+ "type": "string"
681
+ },
682
+ "task_id": {
683
+ "default": "",
684
+ "title": "Task Id",
685
+ "type": "string"
686
+ },
687
+ "witness_kind": {
688
+ "default": "bottleneck-intervention",
689
+ "title": "Witness Kind",
690
+ "type": "string"
691
+ }
692
+ },
693
+ "required": [
694
+ "report_id"
695
+ ],
696
+ "title": "BottleneckWitnessReport",
697
+ "type": "object"
698
+ },
699
+ "CapabilityPacketCandidate": {
700
+ "description": "An observable artifact that may become an ECPT capability packet.",
701
+ "properties": {
702
+ "authority_granted": {
703
+ "default": true,
704
+ "title": "Authority Granted",
705
+ "type": "boolean"
706
+ },
707
+ "authority_required": {
708
+ "default": false,
709
+ "title": "Authority Required",
710
+ "type": "boolean"
711
+ },
712
+ "claim": {
713
+ "title": "Claim",
714
+ "type": "string"
715
+ },
716
+ "content_sha256": {
717
+ "title": "Content Sha256",
718
+ "type": "string"
719
+ },
720
+ "dependencies": {
721
+ "items": {
722
+ "type": "string"
723
+ },
724
+ "title": "Dependencies",
725
+ "type": "array"
726
+ },
727
+ "evidence_hash_valid": {
728
+ "default": true,
729
+ "title": "Evidence Hash Valid",
730
+ "type": "boolean"
731
+ },
732
+ "evidence_refs": {
733
+ "items": {
734
+ "type": "string"
735
+ },
736
+ "title": "Evidence Refs",
737
+ "type": "array"
738
+ },
739
+ "expected_downstream_gain": {
740
+ "default": 0.0,
741
+ "title": "Expected Downstream Gain",
742
+ "type": "number"
743
+ },
744
+ "expires_at": {
745
+ "anyOf": [
746
+ {
747
+ "type": "string"
748
+ },
749
+ {
750
+ "type": "null"
751
+ }
752
+ ],
753
+ "default": null,
754
+ "title": "Expires At"
755
+ },
756
+ "freshness": {
757
+ "default": 1.0,
758
+ "title": "Freshness",
759
+ "type": "number"
760
+ },
761
+ "hazard_charge": {
762
+ "default": 0.0,
763
+ "title": "Hazard Charge",
764
+ "type": "number"
765
+ },
766
+ "identity_contribution_status": {
767
+ "$ref": "#/$defs/IdentityContributionStatus",
768
+ "default": "provisional"
769
+ },
770
+ "issuer_agent_id": {
771
+ "anyOf": [
772
+ {
773
+ "type": "string"
774
+ },
775
+ {
776
+ "type": "null"
777
+ }
778
+ ],
779
+ "default": null,
780
+ "title": "Issuer Agent Id"
781
+ },
782
+ "issuer_attestation_id": {
783
+ "anyOf": [
784
+ {
785
+ "type": "string"
786
+ },
787
+ {
788
+ "type": "null"
789
+ }
790
+ ],
791
+ "default": null,
792
+ "title": "Issuer Attestation Id"
793
+ },
794
+ "issuer_public_key_id": {
795
+ "anyOf": [
796
+ {
797
+ "type": "string"
798
+ },
799
+ {
800
+ "type": "null"
801
+ }
802
+ ],
803
+ "default": null,
804
+ "title": "Issuer Public Key Id"
805
+ },
806
+ "issuer_signature_ref": {
807
+ "anyOf": [
808
+ {
809
+ "type": "string"
810
+ },
811
+ {
812
+ "type": "null"
813
+ }
814
+ ],
815
+ "default": null,
816
+ "title": "Issuer Signature Ref"
817
+ },
818
+ "packet_id": {
819
+ "title": "Packet Id",
820
+ "type": "string"
821
+ },
822
+ "receiver_family": {
823
+ "items": {
824
+ "type": "string"
825
+ },
826
+ "title": "Receiver Family",
827
+ "type": "array"
828
+ },
829
+ "residual_charge": {
830
+ "default": 0.0,
831
+ "title": "Residual Charge",
832
+ "type": "number"
833
+ },
834
+ "reuse_context": {
835
+ "default": "general",
836
+ "title": "Reuse Context",
837
+ "type": "string"
838
+ },
839
+ "rollback_available": {
840
+ "default": true,
841
+ "title": "Rollback Available",
842
+ "type": "boolean"
843
+ },
844
+ "route_safe": {
845
+ "default": true,
846
+ "title": "Route Safe",
847
+ "type": "boolean"
848
+ },
849
+ "salience_class": {
850
+ "default": "default",
851
+ "title": "Salience Class",
852
+ "type": "string"
853
+ },
854
+ "source_kind": {
855
+ "$ref": "#/$defs/PacketSourceKind",
856
+ "default": "local"
857
+ },
858
+ "source_ref": {
859
+ "title": "Source Ref",
860
+ "type": "string"
861
+ },
862
+ "status": {
863
+ "$ref": "#/$defs/ClaimStatus",
864
+ "default": "provisional"
865
+ },
866
+ "tags": {
867
+ "items": {
868
+ "type": "string"
869
+ },
870
+ "title": "Tags",
871
+ "type": "array"
872
+ },
873
+ "verification_cost": {
874
+ "default": 0.0,
875
+ "title": "Verification Cost",
876
+ "type": "number"
877
+ },
878
+ "verifier_routes": {
879
+ "items": {
880
+ "type": "string"
881
+ },
882
+ "title": "Verifier Routes",
883
+ "type": "array"
884
+ }
885
+ },
886
+ "required": [
887
+ "packet_id",
888
+ "source_ref",
889
+ "content_sha256",
890
+ "claim"
891
+ ],
892
+ "title": "CapabilityPacketCandidate",
893
+ "type": "object"
894
+ },
895
+ "CapabilityPacketRegistry": {
896
+ "description": "Deterministic packet registry for an ECPT packet ecology run.",
897
+ "properties": {
898
+ "edges": {
899
+ "items": {
900
+ "$ref": "#/$defs/EdgeWitness"
901
+ },
902
+ "title": "Edges",
903
+ "type": "array"
904
+ },
905
+ "packets": {
906
+ "items": {
907
+ "$ref": "#/$defs/CapabilityPacketCandidate"
908
+ },
909
+ "title": "Packets",
910
+ "type": "array"
911
+ },
912
+ "registry_id": {
913
+ "title": "Registry Id",
914
+ "type": "string"
915
+ },
916
+ "residual_ledger": {
917
+ "$ref": "#/$defs/Ledger"
918
+ }
919
+ },
920
+ "required": [
921
+ "registry_id"
922
+ ],
923
+ "title": "CapabilityPacketRegistry",
924
+ "type": "object"
925
+ },
926
+ "ClaimStatus": {
927
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
928
+ "enum": [
929
+ "rejected",
930
+ "expired",
931
+ "diagnostic",
932
+ "relaxed",
933
+ "risk-provisional",
934
+ "speculative",
935
+ "provisional",
936
+ "partial",
937
+ "settled"
938
+ ],
939
+ "title": "ClaimStatus",
940
+ "type": "string"
941
+ },
942
+ "CoordinateKind": {
943
+ "enum": [
944
+ "benefit",
945
+ "burden",
946
+ "residual",
947
+ "tolerance",
948
+ "resource",
949
+ "metadata"
950
+ ],
951
+ "title": "CoordinateKind",
952
+ "type": "string"
953
+ },
954
+ "DiagnosticReservePolicy": {
955
+ "description": "Reserve rule for diagnostic work and audit recursion.",
956
+ "properties": {
957
+ "audit_depth": {
958
+ "default": 1,
959
+ "title": "Audit Depth",
960
+ "type": "integer"
961
+ },
962
+ "minimum_reserve": {
963
+ "default": 0.0,
964
+ "title": "Minimum Reserve",
965
+ "type": "number"
966
+ },
967
+ "reserve_fraction": {
968
+ "default": 0.1,
969
+ "title": "Reserve Fraction",
970
+ "type": "number"
971
+ }
972
+ },
973
+ "title": "DiagnosticReservePolicy",
974
+ "type": "object"
975
+ },
976
+ "DischargeLevel": {
977
+ "enum": [
978
+ "finite_value_check",
979
+ "replay_check",
980
+ "contract_enforced",
981
+ "external_domain_required"
982
+ ],
983
+ "title": "DischargeLevel",
984
+ "type": "string"
985
+ },
986
+ "EdgeRelationVerificationReport": {
987
+ "description": "Semantic finite check for an edge certificate relation.",
988
+ "properties": {
989
+ "accepted": {
990
+ "default": false,
991
+ "title": "Accepted",
992
+ "type": "boolean"
993
+ },
994
+ "certificate_id": {
995
+ "title": "Certificate Id",
996
+ "type": "string"
997
+ },
998
+ "finite_checks_passed": {
999
+ "default": false,
1000
+ "title": "Finite Checks Passed",
1001
+ "type": "boolean"
1002
+ },
1003
+ "matched_evidence_refs": {
1004
+ "items": {
1005
+ "type": "string"
1006
+ },
1007
+ "title": "Matched Evidence Refs",
1008
+ "type": "array"
1009
+ },
1010
+ "missing_evidence_markers": {
1011
+ "items": {
1012
+ "type": "string"
1013
+ },
1014
+ "title": "Missing Evidence Markers",
1015
+ "type": "array"
1016
+ },
1017
+ "operationally_usable": {
1018
+ "default": false,
1019
+ "title": "Operationally Usable",
1020
+ "type": "boolean"
1021
+ },
1022
+ "reasons": {
1023
+ "items": {
1024
+ "type": "string"
1025
+ },
1026
+ "title": "Reasons",
1027
+ "type": "array"
1028
+ },
1029
+ "relation_type": {
1030
+ "title": "Relation Type",
1031
+ "type": "string"
1032
+ },
1033
+ "report_id": {
1034
+ "title": "Report Id",
1035
+ "type": "string"
1036
+ },
1037
+ "residual_ledger": {
1038
+ "$ref": "#/$defs/Ledger"
1039
+ },
1040
+ "settled": {
1041
+ "default": false,
1042
+ "title": "Settled",
1043
+ "type": "boolean"
1044
+ }
1045
+ },
1046
+ "required": [
1047
+ "report_id",
1048
+ "certificate_id",
1049
+ "relation_type"
1050
+ ],
1051
+ "title": "EdgeRelationVerificationReport",
1052
+ "type": "object"
1053
+ },
1054
+ "EdgeWitness": {
1055
+ "description": "Finite witness that one or more packets support another packet or receiver.",
1056
+ "properties": {
1057
+ "accepted": {
1058
+ "default": false,
1059
+ "title": "Accepted",
1060
+ "type": "boolean"
1061
+ },
1062
+ "confidence": {
1063
+ "default": 0.0,
1064
+ "title": "Confidence",
1065
+ "type": "number"
1066
+ },
1067
+ "edge_id": {
1068
+ "title": "Edge Id",
1069
+ "type": "string"
1070
+ },
1071
+ "edge_type": {
1072
+ "default": "semantic-dependency",
1073
+ "title": "Edge Type",
1074
+ "type": "string"
1075
+ },
1076
+ "evidence_refs": {
1077
+ "items": {
1078
+ "type": "string"
1079
+ },
1080
+ "title": "Evidence Refs",
1081
+ "type": "array"
1082
+ },
1083
+ "expires_at": {
1084
+ "anyOf": [
1085
+ {
1086
+ "type": "string"
1087
+ },
1088
+ {
1089
+ "type": "null"
1090
+ }
1091
+ ],
1092
+ "default": null,
1093
+ "title": "Expires At"
1094
+ },
1095
+ "reasons": {
1096
+ "items": {
1097
+ "type": "string"
1098
+ },
1099
+ "title": "Reasons",
1100
+ "type": "array"
1101
+ },
1102
+ "residual": {
1103
+ "default": 0.0,
1104
+ "title": "Residual",
1105
+ "type": "number"
1106
+ },
1107
+ "source_packet_ids": {
1108
+ "items": {
1109
+ "type": "string"
1110
+ },
1111
+ "title": "Source Packet Ids",
1112
+ "type": "array"
1113
+ },
1114
+ "target_packet_id": {
1115
+ "title": "Target Packet Id",
1116
+ "type": "string"
1117
+ }
1118
+ },
1119
+ "required": [
1120
+ "edge_id",
1121
+ "source_packet_ids",
1122
+ "target_packet_id"
1123
+ ],
1124
+ "title": "EdgeWitness",
1125
+ "type": "object"
1126
+ },
1127
+ "EvidenceResolutionBatch": {
1128
+ "description": "Batch verifier evidence resolution for one runtime step.",
1129
+ "properties": {
1130
+ "accepted": {
1131
+ "default": false,
1132
+ "title": "Accepted",
1133
+ "type": "boolean"
1134
+ },
1135
+ "accepted_obligations": {
1136
+ "items": {
1137
+ "type": "string"
1138
+ },
1139
+ "title": "Accepted Obligations",
1140
+ "type": "array"
1141
+ },
1142
+ "batch_id": {
1143
+ "title": "Batch Id",
1144
+ "type": "string"
1145
+ },
1146
+ "envelope_refs": {
1147
+ "items": {
1148
+ "type": "string"
1149
+ },
1150
+ "title": "Envelope Refs",
1151
+ "type": "array"
1152
+ },
1153
+ "finite_checks_passed": {
1154
+ "default": false,
1155
+ "title": "Finite Checks Passed",
1156
+ "type": "boolean"
1157
+ },
1158
+ "operationally_usable": {
1159
+ "default": false,
1160
+ "title": "Operationally Usable",
1161
+ "type": "boolean"
1162
+ },
1163
+ "rejected_obligations": {
1164
+ "items": {
1165
+ "type": "string"
1166
+ },
1167
+ "title": "Rejected Obligations",
1168
+ "type": "array"
1169
+ },
1170
+ "residual_ledger": {
1171
+ "$ref": "#/$defs/Ledger"
1172
+ },
1173
+ "resolutions": {
1174
+ "items": {
1175
+ "$ref": "#/$defs/VerifierResolution"
1176
+ },
1177
+ "title": "Resolutions",
1178
+ "type": "array"
1179
+ },
1180
+ "settled": {
1181
+ "default": false,
1182
+ "title": "Settled",
1183
+ "type": "boolean"
1184
+ },
1185
+ "unresolved_envelope_refs": {
1186
+ "items": {
1187
+ "type": "string"
1188
+ },
1189
+ "title": "Unresolved Envelope Refs",
1190
+ "type": "array"
1191
+ }
1192
+ },
1193
+ "required": [
1194
+ "batch_id"
1195
+ ],
1196
+ "title": "EvidenceResolutionBatch",
1197
+ "type": "object"
1198
+ },
1199
+ "EvidenceStatus": {
1200
+ "enum": [
1201
+ "verified",
1202
+ "declared",
1203
+ "unknown"
1204
+ ],
1205
+ "title": "EvidenceStatus",
1206
+ "type": "string"
1207
+ },
1208
+ "EvidenceVerificationProfile": {
1209
+ "enum": [
1210
+ "development",
1211
+ "research",
1212
+ "production"
1213
+ ],
1214
+ "title": "EvidenceVerificationProfile",
1215
+ "type": "string"
1216
+ },
1217
+ "FrontierDebtReport": {
1218
+ "description": "Typed TRC frontier debt summary for finite runtime outputs.",
1219
+ "properties": {
1220
+ "accepted": {
1221
+ "default": false,
1222
+ "title": "Accepted",
1223
+ "type": "boolean"
1224
+ },
1225
+ "external_obligation_count": {
1226
+ "default": 0,
1227
+ "title": "External Obligation Count",
1228
+ "type": "integer"
1229
+ },
1230
+ "frontier_debt_classes": {
1231
+ "additionalProperties": {
1232
+ "type": "integer"
1233
+ },
1234
+ "title": "Frontier Debt Classes",
1235
+ "type": "object"
1236
+ },
1237
+ "hybrid_residual_propagation_count": {
1238
+ "default": 0,
1239
+ "title": "Hybrid Residual Propagation Count",
1240
+ "type": "integer"
1241
+ },
1242
+ "missing_obligation_count": {
1243
+ "default": 0,
1244
+ "title": "Missing Obligation Count",
1245
+ "type": "integer"
1246
+ },
1247
+ "missing_obligations": {
1248
+ "items": {
1249
+ "type": "string"
1250
+ },
1251
+ "title": "Missing Obligations",
1252
+ "type": "array"
1253
+ },
1254
+ "operationally_usable": {
1255
+ "default": false,
1256
+ "title": "Operationally Usable",
1257
+ "type": "boolean"
1258
+ },
1259
+ "partial_frontier_debt_count": {
1260
+ "default": 0,
1261
+ "title": "Partial Frontier Debt Count",
1262
+ "type": "integer"
1263
+ },
1264
+ "physical_hybrid_obligation_count": {
1265
+ "default": 0,
1266
+ "title": "Physical Hybrid Obligation Count",
1267
+ "type": "integer"
1268
+ },
1269
+ "physical_null_channel_debt_count": {
1270
+ "default": 0,
1271
+ "title": "Physical Null Channel Debt Count",
1272
+ "type": "integer"
1273
+ },
1274
+ "progressive_fidelity_debt_count": {
1275
+ "default": 0,
1276
+ "title": "Progressive Fidelity Debt Count",
1277
+ "type": "integer"
1278
+ },
1279
+ "reasons": {
1280
+ "items": {
1281
+ "type": "string"
1282
+ },
1283
+ "title": "Reasons",
1284
+ "type": "array"
1285
+ },
1286
+ "report_id": {
1287
+ "default": "frontier-debt:runtime",
1288
+ "title": "Report Id",
1289
+ "type": "string"
1290
+ },
1291
+ "residual_burden": {
1292
+ "default": 0.0,
1293
+ "title": "Residual Burden",
1294
+ "type": "number"
1295
+ },
1296
+ "residual_coordinate_count": {
1297
+ "default": 0,
1298
+ "title": "Residual Coordinate Count",
1299
+ "type": "integer"
1300
+ },
1301
+ "residual_coordinates": {
1302
+ "items": {
1303
+ "type": "string"
1304
+ },
1305
+ "title": "Residual Coordinates",
1306
+ "type": "array"
1307
+ },
1308
+ "settled": {
1309
+ "default": false,
1310
+ "title": "Settled",
1311
+ "type": "boolean"
1312
+ },
1313
+ "telemetry_resource_cost_debt_count": {
1314
+ "default": 0,
1315
+ "title": "Telemetry Resource Cost Debt Count",
1316
+ "type": "integer"
1317
+ },
1318
+ "trace_normal_form_debt_count": {
1319
+ "default": 0,
1320
+ "title": "Trace Normal Form Debt Count",
1321
+ "type": "integer"
1322
+ },
1323
+ "trace_or_frontier_debt_count": {
1324
+ "default": 0,
1325
+ "title": "Trace Or Frontier Debt Count",
1326
+ "type": "integer"
1327
+ }
1328
+ },
1329
+ "title": "FrontierDebtReport",
1330
+ "type": "object"
1331
+ },
1332
+ "IdentityContributionStatus": {
1333
+ "description": "How identity evidence may contribute to runtime packet capital.",
1334
+ "enum": [
1335
+ "verified",
1336
+ "provisional",
1337
+ "diagnostic",
1338
+ "quarantined",
1339
+ "rejected"
1340
+ ],
1341
+ "title": "IdentityContributionStatus",
1342
+ "type": "string"
1343
+ },
1344
+ "IntakeProvenanceRecord": {
1345
+ "description": "Sanitized provenance for external packet candidates.",
1346
+ "properties": {
1347
+ "accepted": {
1348
+ "default": false,
1349
+ "title": "Accepted",
1350
+ "type": "boolean"
1351
+ },
1352
+ "byte_count": {
1353
+ "default": 0,
1354
+ "title": "Byte Count",
1355
+ "type": "integer"
1356
+ },
1357
+ "content_sha256": {
1358
+ "anyOf": [
1359
+ {
1360
+ "type": "string"
1361
+ },
1362
+ {
1363
+ "type": "null"
1364
+ }
1365
+ ],
1366
+ "default": null,
1367
+ "title": "Content Sha256"
1368
+ },
1369
+ "evidence_refs": {
1370
+ "items": {
1371
+ "type": "string"
1372
+ },
1373
+ "title": "Evidence Refs",
1374
+ "type": "array"
1375
+ },
1376
+ "final_url": {
1377
+ "anyOf": [
1378
+ {
1379
+ "type": "string"
1380
+ },
1381
+ {
1382
+ "type": "null"
1383
+ }
1384
+ ],
1385
+ "default": null,
1386
+ "title": "Final Url"
1387
+ },
1388
+ "media_type": {
1389
+ "anyOf": [
1390
+ {
1391
+ "type": "string"
1392
+ },
1393
+ {
1394
+ "type": "null"
1395
+ }
1396
+ ],
1397
+ "default": null,
1398
+ "title": "Media Type"
1399
+ },
1400
+ "provenance_id": {
1401
+ "title": "Provenance Id",
1402
+ "type": "string"
1403
+ },
1404
+ "public_source_ref": {
1405
+ "title": "Public Source Ref",
1406
+ "type": "string"
1407
+ },
1408
+ "reasons": {
1409
+ "items": {
1410
+ "type": "string"
1411
+ },
1412
+ "title": "Reasons",
1413
+ "type": "array"
1414
+ },
1415
+ "redirect_chain": {
1416
+ "items": {
1417
+ "type": "string"
1418
+ },
1419
+ "title": "Redirect Chain",
1420
+ "type": "array"
1421
+ },
1422
+ "residual_coordinates": {
1423
+ "items": {
1424
+ "type": "string"
1425
+ },
1426
+ "title": "Residual Coordinates",
1427
+ "type": "array"
1428
+ },
1429
+ "robots_decision": {
1430
+ "anyOf": [
1431
+ {
1432
+ "$ref": "#/$defs/RobotsDecision"
1433
+ },
1434
+ {
1435
+ "type": "null"
1436
+ }
1437
+ ],
1438
+ "default": null
1439
+ },
1440
+ "source_kind": {
1441
+ "$ref": "#/$defs/PacketSourceKind"
1442
+ },
1443
+ "source_ref": {
1444
+ "title": "Source Ref",
1445
+ "type": "string"
1446
+ },
1447
+ "status_code": {
1448
+ "anyOf": [
1449
+ {
1450
+ "type": "integer"
1451
+ },
1452
+ {
1453
+ "type": "null"
1454
+ }
1455
+ ],
1456
+ "default": null,
1457
+ "title": "Status Code"
1458
+ }
1459
+ },
1460
+ "required": [
1461
+ "provenance_id",
1462
+ "source_kind",
1463
+ "source_ref",
1464
+ "public_source_ref"
1465
+ ],
1466
+ "title": "IntakeProvenanceRecord",
1467
+ "type": "object"
1468
+ },
1469
+ "InterventionCandidate": {
1470
+ "properties": {
1471
+ "action": {
1472
+ "$ref": "#/$defs/PhaseControlAction"
1473
+ },
1474
+ "baseline_proxy_mass": {
1475
+ "default": 0.0,
1476
+ "title": "Baseline Proxy Mass",
1477
+ "type": "number"
1478
+ },
1479
+ "candidate_id": {
1480
+ "title": "Candidate Id",
1481
+ "type": "string"
1482
+ },
1483
+ "controlled_proxy_mass": {
1484
+ "default": 0.0,
1485
+ "title": "Controlled Proxy Mass",
1486
+ "type": "number"
1487
+ },
1488
+ "finite_proxy_gain": {
1489
+ "default": 0.0,
1490
+ "title": "Finite Proxy Gain",
1491
+ "type": "number"
1492
+ },
1493
+ "finite_scope_usable": {
1494
+ "default": false,
1495
+ "title": "Finite Scope Usable",
1496
+ "type": "boolean"
1497
+ },
1498
+ "missing_obligations": {
1499
+ "items": {
1500
+ "type": "string"
1501
+ },
1502
+ "title": "Missing Obligations",
1503
+ "type": "array"
1504
+ },
1505
+ "operationally_usable": {
1506
+ "default": false,
1507
+ "title": "Operationally Usable",
1508
+ "type": "boolean"
1509
+ },
1510
+ "reasons": {
1511
+ "items": {
1512
+ "type": "string"
1513
+ },
1514
+ "title": "Reasons",
1515
+ "type": "array"
1516
+ },
1517
+ "required_evidence_routes": {
1518
+ "items": {
1519
+ "type": "string"
1520
+ },
1521
+ "title": "Required Evidence Routes",
1522
+ "type": "array"
1523
+ },
1524
+ "residual_charge": {
1525
+ "default": 0.0,
1526
+ "title": "Residual Charge",
1527
+ "type": "number"
1528
+ },
1529
+ "residual_ledger": {
1530
+ "$ref": "#/$defs/Ledger"
1531
+ },
1532
+ "resource_cost": {
1533
+ "additionalProperties": {
1534
+ "type": "number"
1535
+ },
1536
+ "title": "Resource Cost",
1537
+ "type": "object"
1538
+ },
1539
+ "risk_charge": {
1540
+ "default": 0.0,
1541
+ "title": "Risk Charge",
1542
+ "type": "number"
1543
+ },
1544
+ "score": {
1545
+ "default": 0.0,
1546
+ "title": "Score",
1547
+ "type": "number"
1548
+ },
1549
+ "settled": {
1550
+ "default": false,
1551
+ "title": "Settled",
1552
+ "type": "boolean"
1553
+ }
1554
+ },
1555
+ "required": [
1556
+ "candidate_id",
1557
+ "action"
1558
+ ],
1559
+ "title": "InterventionCandidate",
1560
+ "type": "object"
1561
+ },
1562
+ "Ledger": {
1563
+ "description": "A finite typed ledger with explicit coordinate kinds.",
1564
+ "properties": {
1565
+ "coordinates": {
1566
+ "additionalProperties": {
1567
+ "$ref": "#/$defs/LedgerCoordinate"
1568
+ },
1569
+ "title": "Coordinates",
1570
+ "type": "object"
1571
+ }
1572
+ },
1573
+ "title": "Ledger",
1574
+ "type": "object"
1575
+ },
1576
+ "LedgerCoordinate": {
1577
+ "description": "One typed coordinate in a finite certificate ledger.",
1578
+ "properties": {
1579
+ "description": {
1580
+ "anyOf": [
1581
+ {
1582
+ "type": "string"
1583
+ },
1584
+ {
1585
+ "type": "null"
1586
+ }
1587
+ ],
1588
+ "default": null,
1589
+ "title": "Description"
1590
+ },
1591
+ "evidence_refs": {
1592
+ "items": {
1593
+ "type": "string"
1594
+ },
1595
+ "title": "Evidence Refs",
1596
+ "type": "array"
1597
+ },
1598
+ "evidence_status": {
1599
+ "$ref": "#/$defs/EvidenceStatus",
1600
+ "default": "declared"
1601
+ },
1602
+ "kind": {
1603
+ "$ref": "#/$defs/CoordinateKind",
1604
+ "default": "burden"
1605
+ },
1606
+ "known": {
1607
+ "default": true,
1608
+ "title": "Known",
1609
+ "type": "boolean"
1610
+ },
1611
+ "name": {
1612
+ "title": "Name",
1613
+ "type": "string"
1614
+ },
1615
+ "unit": {
1616
+ "default": "dimensionless",
1617
+ "title": "Unit",
1618
+ "type": "string"
1619
+ },
1620
+ "value": {
1621
+ "title": "Value",
1622
+ "type": "number"
1623
+ }
1624
+ },
1625
+ "required": [
1626
+ "name",
1627
+ "value"
1628
+ ],
1629
+ "title": "LedgerCoordinate",
1630
+ "type": "object"
1631
+ },
1632
+ "OccupationLedger": {
1633
+ "description": "Finite attention occupation by queue class.",
1634
+ "properties": {
1635
+ "attention_budget": {
1636
+ "title": "Attention Budget",
1637
+ "type": "number"
1638
+ },
1639
+ "occupied": {
1640
+ "default": 0.0,
1641
+ "title": "Occupied",
1642
+ "type": "number"
1643
+ },
1644
+ "occupied_by_class": {
1645
+ "additionalProperties": {
1646
+ "type": "number"
1647
+ },
1648
+ "title": "Occupied By Class",
1649
+ "type": "object"
1650
+ },
1651
+ "unknown_occupation": {
1652
+ "items": {
1653
+ "type": "string"
1654
+ },
1655
+ "title": "Unknown Occupation",
1656
+ "type": "array"
1657
+ }
1658
+ },
1659
+ "required": [
1660
+ "attention_budget"
1661
+ ],
1662
+ "title": "OccupationLedger",
1663
+ "type": "object"
1664
+ },
1665
+ "PacketIngestionReport": {
1666
+ "description": "Packet ingestion result for local, live, or agent-output sources.",
1667
+ "properties": {
1668
+ "accepted": {
1669
+ "title": "Accepted",
1670
+ "type": "boolean"
1671
+ },
1672
+ "packets": {
1673
+ "items": {
1674
+ "$ref": "#/$defs/CapabilityPacketCandidate"
1675
+ },
1676
+ "title": "Packets",
1677
+ "type": "array"
1678
+ },
1679
+ "provenance": {
1680
+ "items": {
1681
+ "$ref": "#/$defs/IntakeProvenanceRecord"
1682
+ },
1683
+ "title": "Provenance",
1684
+ "type": "array"
1685
+ },
1686
+ "reasons": {
1687
+ "items": {
1688
+ "type": "string"
1689
+ },
1690
+ "title": "Reasons",
1691
+ "type": "array"
1692
+ },
1693
+ "rejected_sources": {
1694
+ "items": {
1695
+ "type": "string"
1696
+ },
1697
+ "title": "Rejected Sources",
1698
+ "type": "array"
1699
+ },
1700
+ "report_id": {
1701
+ "title": "Report Id",
1702
+ "type": "string"
1703
+ },
1704
+ "residual_ledger": {
1705
+ "$ref": "#/$defs/Ledger"
1706
+ },
1707
+ "source_kind": {
1708
+ "$ref": "#/$defs/PacketSourceKind"
1709
+ },
1710
+ "web_fetch_reports": {
1711
+ "items": {
1712
+ "$ref": "#/$defs/WebFetchReport"
1713
+ },
1714
+ "title": "Web Fetch Reports",
1715
+ "type": "array"
1716
+ }
1717
+ },
1718
+ "required": [
1719
+ "report_id",
1720
+ "accepted",
1721
+ "source_kind"
1722
+ ],
1723
+ "title": "PacketIngestionReport",
1724
+ "type": "object"
1725
+ },
1726
+ "PacketPromotionReport": {
1727
+ "description": "Batch packet promotion output for runtime steps.",
1728
+ "properties": {
1729
+ "accepted": {
1730
+ "default": false,
1731
+ "title": "Accepted",
1732
+ "type": "boolean"
1733
+ },
1734
+ "identity_contribution_summary": {
1735
+ "additionalProperties": {
1736
+ "type": "integer"
1737
+ },
1738
+ "title": "Identity Contribution Summary",
1739
+ "type": "object"
1740
+ },
1741
+ "rejected_packets": {
1742
+ "items": {
1743
+ "$ref": "#/$defs/PacketRejection"
1744
+ },
1745
+ "title": "Rejected Packets",
1746
+ "type": "array"
1747
+ },
1748
+ "report_id": {
1749
+ "title": "Report Id",
1750
+ "type": "string"
1751
+ },
1752
+ "residual_ledger": {
1753
+ "$ref": "#/$defs/Ledger"
1754
+ },
1755
+ "safety_invariants": {
1756
+ "items": {
1757
+ "type": "string"
1758
+ },
1759
+ "title": "Safety Invariants",
1760
+ "type": "array"
1761
+ },
1762
+ "verified_packets": {
1763
+ "items": {
1764
+ "$ref": "#/$defs/VerifiedCapabilityPacket"
1765
+ },
1766
+ "title": "Verified Packets",
1767
+ "type": "array"
1768
+ }
1769
+ },
1770
+ "required": [
1771
+ "report_id"
1772
+ ],
1773
+ "title": "PacketPromotionReport",
1774
+ "type": "object"
1775
+ },
1776
+ "PacketRejection": {
1777
+ "description": "Machine-readable packet promotion rejection.",
1778
+ "properties": {
1779
+ "identity_contribution_status": {
1780
+ "$ref": "#/$defs/IdentityContributionStatus",
1781
+ "default": "rejected"
1782
+ },
1783
+ "packet_id": {
1784
+ "title": "Packet Id",
1785
+ "type": "string"
1786
+ },
1787
+ "reasons": {
1788
+ "items": {
1789
+ "type": "string"
1790
+ },
1791
+ "title": "Reasons",
1792
+ "type": "array"
1793
+ },
1794
+ "residual_ledger": {
1795
+ "$ref": "#/$defs/Ledger"
1796
+ },
1797
+ "source_candidate_id": {
1798
+ "title": "Source Candidate Id",
1799
+ "type": "string"
1800
+ },
1801
+ "status": {
1802
+ "$ref": "#/$defs/ClaimStatus",
1803
+ "default": "diagnostic"
1804
+ }
1805
+ },
1806
+ "required": [
1807
+ "packet_id",
1808
+ "source_candidate_id"
1809
+ ],
1810
+ "title": "PacketRejection",
1811
+ "type": "object"
1812
+ },
1813
+ "PacketSourceKind": {
1814
+ "enum": [
1815
+ "local",
1816
+ "github",
1817
+ "zenodo",
1818
+ "arxiv",
1819
+ "http",
1820
+ "web-page",
1821
+ "rss",
1822
+ "atom",
1823
+ "json-feed",
1824
+ "ndjson",
1825
+ "agent-message",
1826
+ "agent-inbox",
1827
+ "web-crawl",
1828
+ "agent-output",
1829
+ "auto"
1830
+ ],
1831
+ "title": "PacketSourceKind",
1832
+ "type": "string"
1833
+ },
1834
+ "PhaseAccelerationScore": {
1835
+ "description": "Finite ECPT ASI-proxy acceleration score for ranking runtime outputs.",
1836
+ "properties": {
1837
+ "components": {
1838
+ "additionalProperties": {
1839
+ "type": "number"
1840
+ },
1841
+ "title": "Components",
1842
+ "type": "object"
1843
+ },
1844
+ "false_liquidity_charge": {
1845
+ "default": 0.0,
1846
+ "title": "False Liquidity Charge",
1847
+ "type": "number"
1848
+ },
1849
+ "finite_proxy_gain": {
1850
+ "default": 0.0,
1851
+ "title": "Finite Proxy Gain",
1852
+ "type": "number"
1853
+ },
1854
+ "missing_route_charge": {
1855
+ "default": 0.0,
1856
+ "title": "Missing Route Charge",
1857
+ "type": "number"
1858
+ },
1859
+ "psi_distance_reduction": {
1860
+ "default": 0.0,
1861
+ "title": "Psi Distance Reduction",
1862
+ "type": "number"
1863
+ },
1864
+ "residual_debt_charge": {
1865
+ "default": 0.0,
1866
+ "title": "Residual Debt Charge",
1867
+ "type": "number"
1868
+ },
1869
+ "risk_charge": {
1870
+ "default": 0.0,
1871
+ "title": "Risk Charge",
1872
+ "type": "number"
1873
+ },
1874
+ "score_id": {
1875
+ "title": "Score Id",
1876
+ "type": "string"
1877
+ },
1878
+ "stale_packet_charge": {
1879
+ "default": 0.0,
1880
+ "title": "Stale Packet Charge",
1881
+ "type": "number"
1882
+ },
1883
+ "total_score": {
1884
+ "title": "Total Score",
1885
+ "type": "number"
1886
+ },
1887
+ "verification_throughput_score": {
1888
+ "default": 0.0,
1889
+ "title": "Verification Throughput Score",
1890
+ "type": "number"
1891
+ }
1892
+ },
1893
+ "required": [
1894
+ "score_id",
1895
+ "total_score"
1896
+ ],
1897
+ "title": "PhaseAccelerationScore",
1898
+ "type": "object"
1899
+ },
1900
+ "PhaseControlAction": {
1901
+ "properties": {
1902
+ "action_id": {
1903
+ "title": "Action Id",
1904
+ "type": "string"
1905
+ },
1906
+ "activation_delta": {
1907
+ "default": 0.0,
1908
+ "title": "Activation Delta",
1909
+ "type": "number"
1910
+ },
1911
+ "burden_delta": {
1912
+ "default": 0.0,
1913
+ "title": "Burden Delta",
1914
+ "type": "number"
1915
+ },
1916
+ "postconditions": {
1917
+ "items": {
1918
+ "type": "string"
1919
+ },
1920
+ "title": "Postconditions",
1921
+ "type": "array"
1922
+ },
1923
+ "preconditions": {
1924
+ "items": {
1925
+ "type": "string"
1926
+ },
1927
+ "title": "Preconditions",
1928
+ "type": "array"
1929
+ },
1930
+ "required_obligations": {
1931
+ "items": {
1932
+ "type": "string"
1933
+ },
1934
+ "title": "Required Obligations",
1935
+ "type": "array"
1936
+ },
1937
+ "residual_charge": {
1938
+ "default": 0.0,
1939
+ "title": "Residual Charge",
1940
+ "type": "number"
1941
+ },
1942
+ "resource_cost": {
1943
+ "additionalProperties": {
1944
+ "type": "number"
1945
+ },
1946
+ "title": "Resource Cost",
1947
+ "type": "object"
1948
+ },
1949
+ "risk_charge": {
1950
+ "default": 0.0,
1951
+ "title": "Risk Charge",
1952
+ "type": "number"
1953
+ },
1954
+ "source_nodes": {
1955
+ "items": {
1956
+ "type": "string"
1957
+ },
1958
+ "title": "Source Nodes",
1959
+ "type": "array"
1960
+ },
1961
+ "target_node": {
1962
+ "title": "Target Node",
1963
+ "type": "string"
1964
+ },
1965
+ "verifier_routes": {
1966
+ "items": {
1967
+ "type": "string"
1968
+ },
1969
+ "title": "Verifier Routes",
1970
+ "type": "array"
1971
+ }
1972
+ },
1973
+ "required": [
1974
+ "action_id",
1975
+ "target_node"
1976
+ ],
1977
+ "title": "PhaseControlAction",
1978
+ "type": "object"
1979
+ },
1980
+ "PhaseControlAuditSummary": {
1981
+ "description": "Typed ECPT phase-control diagnostics derived from a finite runtime step.",
1982
+ "properties": {
1983
+ "baseline_comparison_label": {
1984
+ "default": "unavailable",
1985
+ "title": "Baseline Comparison Label",
1986
+ "type": "string"
1987
+ },
1988
+ "baseline_comparison_ready": {
1989
+ "default": false,
1990
+ "title": "Baseline Comparison Ready",
1991
+ "type": "boolean"
1992
+ },
1993
+ "baseline_proxy_mass": {
1994
+ "default": 0.0,
1995
+ "title": "Baseline Proxy Mass",
1996
+ "type": "number"
1997
+ },
1998
+ "candidate_count": {
1999
+ "default": 0,
2000
+ "title": "Candidate Count",
2001
+ "type": "integer"
2002
+ },
2003
+ "controlled_proxy_mass": {
2004
+ "default": 0.0,
2005
+ "title": "Controlled Proxy Mass",
2006
+ "type": "number"
2007
+ },
2008
+ "duplicate_mass_excluded": {
2009
+ "default": false,
2010
+ "title": "Duplicate Mass Excluded",
2011
+ "type": "boolean"
2012
+ },
2013
+ "execution_availability_required": {
2014
+ "default": true,
2015
+ "title": "Execution Availability Required",
2016
+ "type": "boolean"
2017
+ },
2018
+ "execution_available_path_count": {
2019
+ "default": 0,
2020
+ "title": "Execution Available Path Count",
2021
+ "type": "integer"
2022
+ },
2023
+ "finite_proxy_gain_total": {
2024
+ "default": 0.0,
2025
+ "title": "Finite Proxy Gain Total",
2026
+ "type": "number"
2027
+ },
2028
+ "missing_obligation_count": {
2029
+ "default": 0,
2030
+ "title": "Missing Obligation Count",
2031
+ "type": "integer"
2032
+ },
2033
+ "operationally_usable": {
2034
+ "default": false,
2035
+ "title": "Operationally Usable",
2036
+ "type": "boolean"
2037
+ },
2038
+ "partial": {
2039
+ "default": false,
2040
+ "title": "Partial",
2041
+ "type": "boolean"
2042
+ },
2043
+ "proxy_bundle_coordinate_count": {
2044
+ "default": 0,
2045
+ "title": "Proxy Bundle Coordinate Count",
2046
+ "type": "integer"
2047
+ },
2048
+ "proxy_bundle_mass": {
2049
+ "default": 0.0,
2050
+ "title": "Proxy Bundle Mass",
2051
+ "type": "number"
2052
+ },
2053
+ "proxy_target_grounding_refs": {
2054
+ "items": {
2055
+ "type": "string"
2056
+ },
2057
+ "title": "Proxy Target Grounding Refs",
2058
+ "type": "array"
2059
+ },
2060
+ "proxy_target_grounding_required": {
2061
+ "default": true,
2062
+ "title": "Proxy Target Grounding Required",
2063
+ "type": "boolean"
2064
+ },
2065
+ "queue_capacity_constraints_visible": {
2066
+ "default": false,
2067
+ "title": "Queue Capacity Constraints Visible",
2068
+ "type": "boolean"
2069
+ },
2070
+ "queue_capacity_margin": {
2071
+ "default": 0.0,
2072
+ "title": "Queue Capacity Margin",
2073
+ "type": "number"
2074
+ },
2075
+ "reasons": {
2076
+ "items": {
2077
+ "type": "string"
2078
+ },
2079
+ "title": "Reasons",
2080
+ "type": "array"
2081
+ },
2082
+ "selected_action_count": {
2083
+ "default": 0,
2084
+ "title": "Selected Action Count",
2085
+ "type": "integer"
2086
+ },
2087
+ "settled": {
2088
+ "default": false,
2089
+ "title": "Settled",
2090
+ "type": "boolean"
2091
+ },
2092
+ "split_certificate_refs": {
2093
+ "items": {
2094
+ "type": "string"
2095
+ },
2096
+ "title": "Split Certificate Refs",
2097
+ "type": "array"
2098
+ },
2099
+ "split_certified_quotient_ready": {
2100
+ "default": false,
2101
+ "title": "Split Certified Quotient Ready",
2102
+ "type": "boolean"
2103
+ },
2104
+ "summary_id": {
2105
+ "default": "phase-control-audit:runtime",
2106
+ "title": "Summary Id",
2107
+ "type": "string"
2108
+ },
2109
+ "target_id": {
2110
+ "default": "",
2111
+ "title": "Target Id",
2112
+ "type": "string"
2113
+ },
2114
+ "target_node_count": {
2115
+ "default": 0,
2116
+ "title": "Target Node Count",
2117
+ "type": "integer"
2118
+ }
2119
+ },
2120
+ "title": "PhaseControlAuditSummary",
2121
+ "type": "object"
2122
+ },
2123
+ "PhaseControlPlan": {
2124
+ "properties": {
2125
+ "accepted": {
2126
+ "default": false,
2127
+ "title": "Accepted",
2128
+ "type": "boolean"
2129
+ },
2130
+ "candidates": {
2131
+ "items": {
2132
+ "$ref": "#/$defs/InterventionCandidate"
2133
+ },
2134
+ "title": "Candidates",
2135
+ "type": "array"
2136
+ },
2137
+ "finite_proxy_gain_total": {
2138
+ "default": 0.0,
2139
+ "title": "Finite Proxy Gain Total",
2140
+ "type": "number"
2141
+ },
2142
+ "missing_obligations": {
2143
+ "items": {
2144
+ "type": "string"
2145
+ },
2146
+ "title": "Missing Obligations",
2147
+ "type": "array"
2148
+ },
2149
+ "objective_id": {
2150
+ "title": "Objective Id",
2151
+ "type": "string"
2152
+ },
2153
+ "operationally_usable": {
2154
+ "default": false,
2155
+ "title": "Operationally Usable",
2156
+ "type": "boolean"
2157
+ },
2158
+ "partial": {
2159
+ "default": true,
2160
+ "title": "Partial",
2161
+ "type": "boolean"
2162
+ },
2163
+ "plan_id": {
2164
+ "title": "Plan Id",
2165
+ "type": "string"
2166
+ },
2167
+ "profile": {
2168
+ "default": "development",
2169
+ "title": "Profile",
2170
+ "type": "string"
2171
+ },
2172
+ "reasons": {
2173
+ "items": {
2174
+ "type": "string"
2175
+ },
2176
+ "title": "Reasons",
2177
+ "type": "array"
2178
+ },
2179
+ "required_evidence_routes": {
2180
+ "items": {
2181
+ "type": "string"
2182
+ },
2183
+ "title": "Required Evidence Routes",
2184
+ "type": "array"
2185
+ },
2186
+ "residual_ledger": {
2187
+ "$ref": "#/$defs/Ledger"
2188
+ },
2189
+ "score": {
2190
+ "default": 0.0,
2191
+ "title": "Score",
2192
+ "type": "number"
2193
+ },
2194
+ "selected_actions": {
2195
+ "items": {
2196
+ "$ref": "#/$defs/PhaseControlAction"
2197
+ },
2198
+ "title": "Selected Actions",
2199
+ "type": "array"
2200
+ },
2201
+ "settled": {
2202
+ "default": false,
2203
+ "title": "Settled",
2204
+ "type": "boolean"
2205
+ },
2206
+ "status": {
2207
+ "$ref": "#/$defs/ClaimStatus",
2208
+ "default": "diagnostic"
2209
+ }
2210
+ },
2211
+ "required": [
2212
+ "plan_id",
2213
+ "objective_id"
2214
+ ],
2215
+ "title": "PhaseControlPlan",
2216
+ "type": "object"
2217
+ },
2218
+ "PhaseControlRunReport": {
2219
+ "properties": {
2220
+ "baseline_reachable_mass": {
2221
+ "additionalProperties": {
2222
+ "type": "number"
2223
+ },
2224
+ "title": "Baseline Reachable Mass",
2225
+ "type": "object"
2226
+ },
2227
+ "controlled_reachable_mass": {
2228
+ "additionalProperties": {
2229
+ "type": "number"
2230
+ },
2231
+ "title": "Controlled Reachable Mass",
2232
+ "type": "object"
2233
+ },
2234
+ "plan": {
2235
+ "$ref": "#/$defs/PhaseControlPlan"
2236
+ },
2237
+ "report_id": {
2238
+ "title": "Report Id",
2239
+ "type": "string"
2240
+ },
2241
+ "safety_invariants": {
2242
+ "items": {
2243
+ "type": "string"
2244
+ },
2245
+ "title": "Safety Invariants",
2246
+ "type": "array"
2247
+ },
2248
+ "state_id": {
2249
+ "title": "State Id",
2250
+ "type": "string"
2251
+ },
2252
+ "target_id": {
2253
+ "title": "Target Id",
2254
+ "type": "string"
2255
+ }
2256
+ },
2257
+ "required": [
2258
+ "report_id",
2259
+ "state_id",
2260
+ "target_id",
2261
+ "plan"
2262
+ ],
2263
+ "title": "PhaseControlRunReport",
2264
+ "type": "object"
2265
+ },
2266
+ "PsiDashboard": {
2267
+ "description": "ECPT ASI-proxy phase bundle dashboard.",
2268
+ "properties": {
2269
+ "components": {
2270
+ "additionalProperties": {
2271
+ "type": "number"
2272
+ },
2273
+ "title": "Components",
2274
+ "type": "object"
2275
+ },
2276
+ "dashboard_id": {
2277
+ "title": "Dashboard Id",
2278
+ "type": "string"
2279
+ },
2280
+ "distance_to_threshold": {
2281
+ "additionalProperties": {
2282
+ "type": "number"
2283
+ },
2284
+ "title": "Distance To Threshold",
2285
+ "type": "object"
2286
+ },
2287
+ "limiting_components": {
2288
+ "items": {
2289
+ "type": "string"
2290
+ },
2291
+ "title": "Limiting Components",
2292
+ "type": "array"
2293
+ },
2294
+ "residual_ledger": {
2295
+ "$ref": "#/$defs/Ledger"
2296
+ },
2297
+ "safety_invariants": {
2298
+ "items": {
2299
+ "type": "string"
2300
+ },
2301
+ "title": "Safety Invariants",
2302
+ "type": "array"
2303
+ },
2304
+ "threshold": {
2305
+ "additionalProperties": {
2306
+ "type": "number"
2307
+ },
2308
+ "title": "Threshold",
2309
+ "type": "object"
2310
+ },
2311
+ "throughput": {
2312
+ "$ref": "#/$defs/VerificationThroughputReport"
2313
+ }
2314
+ },
2315
+ "required": [
2316
+ "dashboard_id",
2317
+ "components",
2318
+ "threshold",
2319
+ "distance_to_threshold"
2320
+ ],
2321
+ "title": "PsiDashboard",
2322
+ "type": "object"
2323
+ },
2324
+ "QuarantineLedger": {
2325
+ "description": "Fail-closed quarantine and rollback ledger.",
2326
+ "properties": {
2327
+ "quarantined_items": {
2328
+ "items": {
2329
+ "type": "string"
2330
+ },
2331
+ "title": "Quarantined Items",
2332
+ "type": "array"
2333
+ },
2334
+ "reasons": {
2335
+ "additionalProperties": {
2336
+ "items": {
2337
+ "type": "string"
2338
+ },
2339
+ "type": "array"
2340
+ },
2341
+ "title": "Reasons",
2342
+ "type": "object"
2343
+ },
2344
+ "rollback_items": {
2345
+ "items": {
2346
+ "type": "string"
2347
+ },
2348
+ "title": "Rollback Items",
2349
+ "type": "array"
2350
+ }
2351
+ },
2352
+ "title": "QuarantineLedger",
2353
+ "type": "object"
2354
+ },
2355
+ "ResourceEnvelope": {
2356
+ "description": "Finite resource envelope for protocol-competitive runtime comparison.",
2357
+ "properties": {
2358
+ "compute_cost": {
2359
+ "default": 0.0,
2360
+ "title": "Compute Cost",
2361
+ "type": "number"
2362
+ },
2363
+ "human_review_budget": {
2364
+ "default": 0.0,
2365
+ "title": "Human Review Budget",
2366
+ "type": "number"
2367
+ },
2368
+ "network_calls": {
2369
+ "default": 0,
2370
+ "title": "Network Calls",
2371
+ "type": "integer"
2372
+ },
2373
+ "risk_budget": {
2374
+ "default": 0.0,
2375
+ "title": "Risk Budget",
2376
+ "type": "number"
2377
+ },
2378
+ "token_budget": {
2379
+ "default": 0,
2380
+ "title": "Token Budget",
2381
+ "type": "integer"
2382
+ },
2383
+ "verifier_calls": {
2384
+ "default": 0,
2385
+ "title": "Verifier Calls",
2386
+ "type": "integer"
2387
+ },
2388
+ "wall_time_seconds": {
2389
+ "default": 0.0,
2390
+ "title": "Wall Time Seconds",
2391
+ "type": "number"
2392
+ }
2393
+ },
2394
+ "title": "ResourceEnvelope",
2395
+ "type": "object"
2396
+ },
2397
+ "ResourceMatchedBaselineConfig": {
2398
+ "description": "Baseline comparability contract for ECPT acceleration certificates.",
2399
+ "properties": {
2400
+ "constraint_frame_id": {
2401
+ "default": "default-constraint-frame",
2402
+ "title": "Constraint Frame Id",
2403
+ "type": "string"
2404
+ },
2405
+ "observation_protocol_id": {
2406
+ "default": "default-observation-protocol",
2407
+ "title": "Observation Protocol Id",
2408
+ "type": "string"
2409
+ },
2410
+ "receiver_family": {
2411
+ "items": {
2412
+ "type": "string"
2413
+ },
2414
+ "title": "Receiver Family",
2415
+ "type": "array"
2416
+ },
2417
+ "resource_envelope": {
2418
+ "$ref": "#/$defs/ResourceEnvelope"
2419
+ },
2420
+ "tolerance": {
2421
+ "default": 0.0,
2422
+ "title": "Tolerance",
2423
+ "type": "number"
2424
+ },
2425
+ "validity_domain": {
2426
+ "default": "protocol-relative-finite",
2427
+ "title": "Validity Domain",
2428
+ "type": "string"
2429
+ }
2430
+ },
2431
+ "title": "ResourceMatchedBaselineConfig",
2432
+ "type": "object"
2433
+ },
2434
+ "RiskBudgetLedger": {
2435
+ "description": "Finite SQOT risk budget ledger.",
2436
+ "properties": {
2437
+ "risk_budget": {
2438
+ "default": 0.0,
2439
+ "title": "Risk Budget",
2440
+ "type": "number"
2441
+ },
2442
+ "risk_charges": {
2443
+ "additionalProperties": {
2444
+ "type": "number"
2445
+ },
2446
+ "title": "Risk Charges",
2447
+ "type": "object"
2448
+ }
2449
+ },
2450
+ "title": "RiskBudgetLedger",
2451
+ "type": "object"
2452
+ },
2453
+ "RobotsDecision": {
2454
+ "description": "Recorded robots/rate decision for bounded web intake.\n\nThis is an audit record, not a guarantee that the remote site authorizes\nevery downstream use. Unknown or unavailable policy can remain diagnostic\nunder stricter profiles.",
2455
+ "properties": {
2456
+ "allowed": {
2457
+ "default": true,
2458
+ "title": "Allowed",
2459
+ "type": "boolean"
2460
+ },
2461
+ "decision_id": {
2462
+ "default": "robots:not-checked",
2463
+ "title": "Decision Id",
2464
+ "type": "string"
2465
+ },
2466
+ "mode": {
2467
+ "default": "not-checked",
2468
+ "title": "Mode",
2469
+ "type": "string"
2470
+ },
2471
+ "reason": {
2472
+ "default": "robots policy was recorded but not enforced",
2473
+ "title": "Reason",
2474
+ "type": "string"
2475
+ },
2476
+ "residual_coordinate": {
2477
+ "anyOf": [
2478
+ {
2479
+ "type": "string"
2480
+ },
2481
+ {
2482
+ "type": "null"
2483
+ }
2484
+ ],
2485
+ "default": null,
2486
+ "title": "Residual Coordinate"
2487
+ },
2488
+ "source_ref": {
2489
+ "default": "",
2490
+ "title": "Source Ref",
2491
+ "type": "string"
2492
+ }
2493
+ },
2494
+ "title": "RobotsDecision",
2495
+ "type": "object"
2496
+ },
2497
+ "RouteExecutionRequest": {
2498
+ "description": "Verifier-route work item emitted by the runtime.",
2499
+ "properties": {
2500
+ "obligation_category": {
2501
+ "title": "Obligation Category",
2502
+ "type": "string"
2503
+ },
2504
+ "priority_score": {
2505
+ "default": 0.0,
2506
+ "title": "Priority Score",
2507
+ "type": "number"
2508
+ },
2509
+ "request_id": {
2510
+ "title": "Request Id",
2511
+ "type": "string"
2512
+ },
2513
+ "required_evidence_kind": {
2514
+ "items": {
2515
+ "type": "string"
2516
+ },
2517
+ "title": "Required Evidence Kind",
2518
+ "type": "array"
2519
+ },
2520
+ "residual_external_obligations": {
2521
+ "items": {
2522
+ "type": "string"
2523
+ },
2524
+ "title": "Residual External Obligations",
2525
+ "type": "array"
2526
+ },
2527
+ "residual_policy": {
2528
+ "title": "Residual Policy",
2529
+ "type": "string"
2530
+ },
2531
+ "route_id": {
2532
+ "title": "Route Id",
2533
+ "type": "string"
2534
+ },
2535
+ "safe_default": {
2536
+ "title": "Safe Default",
2537
+ "type": "string"
2538
+ },
2539
+ "settlement_scope": {
2540
+ "items": {
2541
+ "type": "string"
2542
+ },
2543
+ "title": "Settlement Scope",
2544
+ "type": "array"
2545
+ },
2546
+ "status": {
2547
+ "$ref": "#/$defs/ClaimStatus",
2548
+ "default": "diagnostic"
2549
+ },
2550
+ "verifier_route": {
2551
+ "title": "Verifier Route",
2552
+ "type": "string"
2553
+ }
2554
+ },
2555
+ "required": [
2556
+ "request_id",
2557
+ "route_id",
2558
+ "verifier_route",
2559
+ "obligation_category",
2560
+ "safe_default",
2561
+ "residual_policy"
2562
+ ],
2563
+ "title": "RouteExecutionRequest",
2564
+ "type": "object"
2565
+ },
2566
+ "RuntimeComparisonReport": {
2567
+ "description": "Deterministic comparison between baseline and candidate runtime runs.",
2568
+ "properties": {
2569
+ "acceleration_certificate": {
2570
+ "$ref": "#/$defs/AccelerationCertificate"
2571
+ },
2572
+ "accepted": {
2573
+ "default": false,
2574
+ "title": "Accepted",
2575
+ "type": "boolean"
2576
+ },
2577
+ "baseline": {
2578
+ "$ref": "#/$defs/RuntimeRunReport"
2579
+ },
2580
+ "candidate": {
2581
+ "$ref": "#/$defs/RuntimeRunReport"
2582
+ },
2583
+ "comparison_id": {
2584
+ "title": "Comparison Id",
2585
+ "type": "string"
2586
+ },
2587
+ "finite_checks_passed": {
2588
+ "default": false,
2589
+ "title": "Finite Checks Passed",
2590
+ "type": "boolean"
2591
+ },
2592
+ "operationally_usable": {
2593
+ "default": false,
2594
+ "title": "Operationally Usable",
2595
+ "type": "boolean"
2596
+ },
2597
+ "resource_matched": {
2598
+ "default": false,
2599
+ "title": "Resource Matched",
2600
+ "type": "boolean"
2601
+ },
2602
+ "settled": {
2603
+ "default": false,
2604
+ "title": "Settled",
2605
+ "type": "boolean"
2606
+ }
2607
+ },
2608
+ "required": [
2609
+ "comparison_id",
2610
+ "baseline",
2611
+ "candidate",
2612
+ "acceleration_certificate"
2613
+ ],
2614
+ "title": "RuntimeComparisonReport",
2615
+ "type": "object"
2616
+ },
2617
+ "RuntimeEvent": {
2618
+ "description": "Append-only runtime event for audit and replay.",
2619
+ "properties": {
2620
+ "event_id": {
2621
+ "title": "Event Id",
2622
+ "type": "string"
2623
+ },
2624
+ "event_type": {
2625
+ "title": "Event Type",
2626
+ "type": "string"
2627
+ },
2628
+ "payload_ref": {
2629
+ "title": "Payload Ref",
2630
+ "type": "string"
2631
+ },
2632
+ "payload_sha256": {
2633
+ "title": "Payload Sha256",
2634
+ "type": "string"
2635
+ },
2636
+ "residual_delta": {
2637
+ "$ref": "#/$defs/Ledger"
2638
+ },
2639
+ "step_index": {
2640
+ "title": "Step Index",
2641
+ "type": "integer"
2642
+ },
2643
+ "timestamp": {
2644
+ "anyOf": [
2645
+ {
2646
+ "type": "string"
2647
+ },
2648
+ {
2649
+ "type": "null"
2650
+ }
2651
+ ],
2652
+ "default": null,
2653
+ "title": "Timestamp"
2654
+ }
2655
+ },
2656
+ "required": [
2657
+ "event_id",
2658
+ "event_type",
2659
+ "step_index",
2660
+ "payload_ref",
2661
+ "payload_sha256"
2662
+ ],
2663
+ "title": "RuntimeEvent",
2664
+ "type": "object"
2665
+ },
2666
+ "RuntimeEventLog": {
2667
+ "description": "Deterministic event log with aggregate hash.",
2668
+ "properties": {
2669
+ "aggregate_sha256": {
2670
+ "default": "0000000000000000000000000000000000000000000000000000000000000000",
2671
+ "title": "Aggregate Sha256",
2672
+ "type": "string"
2673
+ },
2674
+ "events": {
2675
+ "items": {
2676
+ "$ref": "#/$defs/RuntimeEvent"
2677
+ },
2678
+ "title": "Events",
2679
+ "type": "array"
2680
+ }
2681
+ },
2682
+ "title": "RuntimeEventLog",
2683
+ "type": "object"
2684
+ },
2685
+ "RuntimeRunReport": {
2686
+ "description": "Multi-step runtime trajectory used for finite acceleration comparison.",
2687
+ "properties": {
2688
+ "accepted": {
2689
+ "default": false,
2690
+ "title": "Accepted",
2691
+ "type": "boolean"
2692
+ },
2693
+ "baseline_config": {
2694
+ "anyOf": [
2695
+ {
2696
+ "$ref": "#/$defs/ResourceMatchedBaselineConfig"
2697
+ },
2698
+ {
2699
+ "type": "null"
2700
+ }
2701
+ ],
2702
+ "default": null
2703
+ },
2704
+ "cumulative_residual_ledger": {
2705
+ "$ref": "#/$defs/Ledger"
2706
+ },
2707
+ "finite_checks_passed": {
2708
+ "default": false,
2709
+ "title": "Finite Checks Passed",
2710
+ "type": "boolean"
2711
+ },
2712
+ "initial_state_id": {
2713
+ "title": "Initial State Id",
2714
+ "type": "string"
2715
+ },
2716
+ "operationally_usable": {
2717
+ "default": false,
2718
+ "title": "Operationally Usable",
2719
+ "type": "boolean"
2720
+ },
2721
+ "psi_trajectory": {
2722
+ "items": {
2723
+ "$ref": "#/$defs/PsiDashboard"
2724
+ },
2725
+ "title": "Psi Trajectory",
2726
+ "type": "array"
2727
+ },
2728
+ "reports": {
2729
+ "items": {
2730
+ "$ref": "#/$defs/RuntimeStepReport"
2731
+ },
2732
+ "title": "Reports",
2733
+ "type": "array"
2734
+ },
2735
+ "resource_envelope": {
2736
+ "$ref": "#/$defs/ResourceEnvelope"
2737
+ },
2738
+ "resource_units": {
2739
+ "default": 0.0,
2740
+ "title": "Resource Units",
2741
+ "type": "number"
2742
+ },
2743
+ "run_id": {
2744
+ "title": "Run Id",
2745
+ "type": "string"
2746
+ },
2747
+ "score_trajectory": {
2748
+ "items": {
2749
+ "$ref": "#/$defs/PhaseAccelerationScore"
2750
+ },
2751
+ "title": "Score Trajectory",
2752
+ "type": "array"
2753
+ },
2754
+ "settled": {
2755
+ "default": false,
2756
+ "title": "Settled",
2757
+ "type": "boolean"
2758
+ },
2759
+ "threshold_crossing_step": {
2760
+ "anyOf": [
2761
+ {
2762
+ "type": "integer"
2763
+ },
2764
+ {
2765
+ "type": "null"
2766
+ }
2767
+ ],
2768
+ "default": null,
2769
+ "title": "Threshold Crossing Step"
2770
+ }
2771
+ },
2772
+ "required": [
2773
+ "run_id",
2774
+ "initial_state_id"
2775
+ ],
2776
+ "title": "RuntimeRunReport",
2777
+ "type": "object"
2778
+ },
2779
+ "RuntimeStepReport": {
2780
+ "description": "One deterministic runtime step result.",
2781
+ "properties": {
2782
+ "acceleration_certificate_eligible": {
2783
+ "default": false,
2784
+ "title": "Acceleration Certificate Eligible",
2785
+ "type": "boolean"
2786
+ },
2787
+ "accepted": {
2788
+ "title": "Accepted",
2789
+ "type": "boolean"
2790
+ },
2791
+ "action_commits": {
2792
+ "items": {
2793
+ "$ref": "#/$defs/ActionCommit"
2794
+ },
2795
+ "title": "Action Commits",
2796
+ "type": "array"
2797
+ },
2798
+ "agent_tasks": {
2799
+ "items": {
2800
+ "$ref": "#/$defs/AgentTask"
2801
+ },
2802
+ "title": "Agent Tasks",
2803
+ "type": "array"
2804
+ },
2805
+ "allow_live_connectors": {
2806
+ "default": false,
2807
+ "title": "Allow Live Connectors",
2808
+ "type": "boolean"
2809
+ },
2810
+ "basin_reachability": {
2811
+ "anyOf": [
2812
+ {
2813
+ "$ref": "#/$defs/BasinReachabilityReport"
2814
+ },
2815
+ {
2816
+ "type": "null"
2817
+ }
2818
+ ],
2819
+ "default": null
2820
+ },
2821
+ "bottleneck_plan": {
2822
+ "$ref": "#/$defs/BottleneckInversionPlan"
2823
+ },
2824
+ "bottleneck_witness_reports": {
2825
+ "items": {
2826
+ "$ref": "#/$defs/BottleneckWitnessReport"
2827
+ },
2828
+ "title": "Bottleneck Witness Reports",
2829
+ "type": "array"
2830
+ },
2831
+ "bottleneck_witness_tasks": {
2832
+ "items": {
2833
+ "$ref": "#/$defs/AgentTask"
2834
+ },
2835
+ "title": "Bottleneck Witness Tasks",
2836
+ "type": "array"
2837
+ },
2838
+ "edge_relation_reports": {
2839
+ "items": {
2840
+ "$ref": "#/$defs/EdgeRelationVerificationReport"
2841
+ },
2842
+ "title": "Edge Relation Reports",
2843
+ "type": "array"
2844
+ },
2845
+ "event_log_delta": {
2846
+ "$ref": "#/$defs/RuntimeEventLog"
2847
+ },
2848
+ "evidence_resolution_batch": {
2849
+ "$ref": "#/$defs/EvidenceResolutionBatch"
2850
+ },
2851
+ "finite_checks_passed": {
2852
+ "default": false,
2853
+ "title": "Finite Checks Passed",
2854
+ "type": "boolean"
2855
+ },
2856
+ "frontier_debt_report": {
2857
+ "$ref": "#/$defs/FrontierDebtReport"
2858
+ },
2859
+ "frontier_debt_summary": {
2860
+ "additionalProperties": {
2861
+ "anyOf": [
2862
+ {
2863
+ "type": "integer"
2864
+ },
2865
+ {
2866
+ "type": "number"
2867
+ }
2868
+ ]
2869
+ },
2870
+ "title": "Frontier Debt Summary",
2871
+ "type": "object"
2872
+ },
2873
+ "ingestion_reports": {
2874
+ "items": {
2875
+ "$ref": "#/$defs/PacketIngestionReport"
2876
+ },
2877
+ "title": "Ingestion Reports",
2878
+ "type": "array"
2879
+ },
2880
+ "input_id": {
2881
+ "title": "Input Id",
2882
+ "type": "string"
2883
+ },
2884
+ "missing_obligations": {
2885
+ "items": {
2886
+ "type": "string"
2887
+ },
2888
+ "title": "Missing Obligations",
2889
+ "type": "array"
2890
+ },
2891
+ "operationally_usable": {
2892
+ "default": false,
2893
+ "title": "Operationally Usable",
2894
+ "type": "boolean"
2895
+ },
2896
+ "phase_acceleration_score": {
2897
+ "$ref": "#/$defs/PhaseAccelerationScore"
2898
+ },
2899
+ "phase_control_audit": {
2900
+ "$ref": "#/$defs/PhaseControlAuditSummary"
2901
+ },
2902
+ "phase_control_summary": {
2903
+ "additionalProperties": {
2904
+ "anyOf": [
2905
+ {
2906
+ "type": "string"
2907
+ },
2908
+ {
2909
+ "type": "integer"
2910
+ },
2911
+ {
2912
+ "type": "number"
2913
+ },
2914
+ {
2915
+ "type": "boolean"
2916
+ }
2917
+ ]
2918
+ },
2919
+ "title": "Phase Control Summary",
2920
+ "type": "object"
2921
+ },
2922
+ "phase_run_report": {
2923
+ "$ref": "#/$defs/PhaseControlRunReport"
2924
+ },
2925
+ "promotion_report": {
2926
+ "$ref": "#/$defs/PacketPromotionReport"
2927
+ },
2928
+ "psi": {
2929
+ "$ref": "#/$defs/PsiDashboard"
2930
+ },
2931
+ "reasons": {
2932
+ "items": {
2933
+ "type": "string"
2934
+ },
2935
+ "title": "Reasons",
2936
+ "type": "array"
2937
+ },
2938
+ "registry": {
2939
+ "$ref": "#/$defs/CapabilityPacketRegistry"
2940
+ },
2941
+ "report_id": {
2942
+ "title": "Report Id",
2943
+ "type": "string"
2944
+ },
2945
+ "residual_ledger": {
2946
+ "$ref": "#/$defs/Ledger"
2947
+ },
2948
+ "route_execution_requests": {
2949
+ "items": {
2950
+ "$ref": "#/$defs/RouteExecutionRequest"
2951
+ },
2952
+ "title": "Route Execution Requests",
2953
+ "type": "array"
2954
+ },
2955
+ "safety_invariants": {
2956
+ "items": {
2957
+ "type": "string"
2958
+ },
2959
+ "title": "Safety Invariants",
2960
+ "type": "array"
2961
+ },
2962
+ "salience_schedule": {
2963
+ "$ref": "#/$defs/SalienceScheduleReport"
2964
+ },
2965
+ "schema_valid": {
2966
+ "default": true,
2967
+ "title": "Schema Valid",
2968
+ "type": "boolean"
2969
+ },
2970
+ "settled": {
2971
+ "default": false,
2972
+ "title": "Settled",
2973
+ "type": "boolean"
2974
+ },
2975
+ "state_id": {
2976
+ "title": "State Id",
2977
+ "type": "string"
2978
+ },
2979
+ "status": {
2980
+ "$ref": "#/$defs/ClaimStatus",
2981
+ "default": "diagnostic"
2982
+ },
2983
+ "step_index": {
2984
+ "title": "Step Index",
2985
+ "type": "integer"
2986
+ },
2987
+ "verified_packet_count": {
2988
+ "default": 0,
2989
+ "title": "Verified Packet Count",
2990
+ "type": "integer"
2991
+ }
2992
+ },
2993
+ "required": [
2994
+ "report_id",
2995
+ "state_id",
2996
+ "input_id",
2997
+ "step_index",
2998
+ "accepted",
2999
+ "registry",
3000
+ "psi",
3001
+ "bottleneck_plan",
3002
+ "phase_run_report",
3003
+ "salience_schedule",
3004
+ "phase_acceleration_score"
3005
+ ],
3006
+ "title": "RuntimeStepReport",
3007
+ "type": "object"
3008
+ },
3009
+ "SalienceDecision": {
3010
+ "enum": [
3011
+ "run",
3012
+ "defer",
3013
+ "quarantine",
3014
+ "rollback",
3015
+ "abstain"
3016
+ ],
3017
+ "title": "SalienceDecision",
3018
+ "type": "string"
3019
+ },
3020
+ "SalienceScheduleReport": {
3021
+ "description": "Deterministic SQOT scheduling output for agent runners.",
3022
+ "properties": {
3023
+ "accepted": {
3024
+ "default": false,
3025
+ "title": "Accepted",
3026
+ "type": "boolean"
3027
+ },
3028
+ "adversarial_transfer_charge": {
3029
+ "default": 0.0,
3030
+ "title": "Adversarial Transfer Charge",
3031
+ "type": "number"
3032
+ },
3033
+ "aggregation_group_counts": {
3034
+ "additionalProperties": {
3035
+ "type": "integer"
3036
+ },
3037
+ "title": "Aggregation Group Counts",
3038
+ "type": "object"
3039
+ },
3040
+ "aggregation_group_occupation": {
3041
+ "additionalProperties": {
3042
+ "type": "number"
3043
+ },
3044
+ "title": "Aggregation Group Occupation",
3045
+ "type": "object"
3046
+ },
3047
+ "audit_recursion_violations": {
3048
+ "items": {
3049
+ "type": "string"
3050
+ },
3051
+ "title": "Audit Recursion Violations",
3052
+ "type": "array"
3053
+ },
3054
+ "decisions": {
3055
+ "items": {
3056
+ "$ref": "#/$defs/SalienceSchedulingDecision"
3057
+ },
3058
+ "title": "Decisions",
3059
+ "type": "array"
3060
+ },
3061
+ "diagnostic_reserve": {
3062
+ "$ref": "#/$defs/DiagnosticReservePolicy"
3063
+ },
3064
+ "distributed_origin_count": {
3065
+ "default": 0,
3066
+ "title": "Distributed Origin Count",
3067
+ "type": "integer"
3068
+ },
3069
+ "effective_diagnostic_reserve": {
3070
+ "default": 0.0,
3071
+ "title": "Effective Diagnostic Reserve",
3072
+ "type": "number"
3073
+ },
3074
+ "false_liquidity_rate": {
3075
+ "default": 0.0,
3076
+ "title": "False Liquidity Rate",
3077
+ "type": "number"
3078
+ },
3079
+ "label_laundering_suspicions": {
3080
+ "items": {
3081
+ "type": "string"
3082
+ },
3083
+ "title": "Label Laundering Suspicions",
3084
+ "type": "array"
3085
+ },
3086
+ "latency_deadline_loss": {
3087
+ "default": 0.0,
3088
+ "title": "Latency Deadline Loss",
3089
+ "type": "number"
3090
+ },
3091
+ "low_contribution_occupation": {
3092
+ "default": 0.0,
3093
+ "title": "Low Contribution Occupation",
3094
+ "type": "number"
3095
+ },
3096
+ "occupation_ledger": {
3097
+ "$ref": "#/$defs/OccupationLedger"
3098
+ },
3099
+ "privacy_rejoin_refs": {
3100
+ "items": {
3101
+ "type": "string"
3102
+ },
3103
+ "title": "Privacy Rejoin Refs",
3104
+ "type": "array"
3105
+ },
3106
+ "profile": {
3107
+ "default": "development",
3108
+ "title": "Profile",
3109
+ "type": "string"
3110
+ },
3111
+ "protocol_integrity_refs": {
3112
+ "items": {
3113
+ "type": "string"
3114
+ },
3115
+ "title": "Protocol Integrity Refs",
3116
+ "type": "array"
3117
+ },
3118
+ "quarantine_ledger": {
3119
+ "$ref": "#/$defs/QuarantineLedger"
3120
+ },
3121
+ "report_id": {
3122
+ "title": "Report Id",
3123
+ "type": "string"
3124
+ },
3125
+ "residual_debt_growth": {
3126
+ "default": 0.0,
3127
+ "title": "Residual Debt Growth",
3128
+ "type": "number"
3129
+ },
3130
+ "risk_ledger": {
3131
+ "$ref": "#/$defs/RiskBudgetLedger"
3132
+ },
3133
+ "rollback_class_summary": {
3134
+ "additionalProperties": {
3135
+ "type": "integer"
3136
+ },
3137
+ "title": "Rollback Class Summary",
3138
+ "type": "object"
3139
+ },
3140
+ "safety_invariants": {
3141
+ "items": {
3142
+ "type": "string"
3143
+ },
3144
+ "title": "Safety Invariants",
3145
+ "type": "array"
3146
+ },
3147
+ "sovereignty_kernel_refs": {
3148
+ "items": {
3149
+ "type": "string"
3150
+ },
3151
+ "title": "Sovereignty Kernel Refs",
3152
+ "type": "array"
3153
+ },
3154
+ "stale_packet_ratio": {
3155
+ "default": 0.0,
3156
+ "title": "Stale Packet Ratio",
3157
+ "type": "number"
3158
+ },
3159
+ "thermodynamic_discharge_charge": {
3160
+ "default": 0.0,
3161
+ "title": "Thermodynamic Discharge Charge",
3162
+ "type": "number"
3163
+ },
3164
+ "unresolved_obligation_backlog": {
3165
+ "default": 0,
3166
+ "title": "Unresolved Obligation Backlog",
3167
+ "type": "integer"
3168
+ },
3169
+ "verifier_latency_proxy": {
3170
+ "default": 0.0,
3171
+ "title": "Verifier Latency Proxy",
3172
+ "type": "number"
3173
+ }
3174
+ },
3175
+ "required": [
3176
+ "report_id",
3177
+ "occupation_ledger"
3178
+ ],
3179
+ "title": "SalienceScheduleReport",
3180
+ "type": "object"
3181
+ },
3182
+ "SalienceSchedulingDecision": {
3183
+ "description": "One scheduler decision with explicit residual accounting.",
3184
+ "properties": {
3185
+ "decision": {
3186
+ "$ref": "#/$defs/SalienceDecision"
3187
+ },
3188
+ "operationally_usable": {
3189
+ "default": false,
3190
+ "title": "Operationally Usable",
3191
+ "type": "boolean"
3192
+ },
3193
+ "priority_score": {
3194
+ "title": "Priority Score",
3195
+ "type": "number"
3196
+ },
3197
+ "reasons": {
3198
+ "items": {
3199
+ "type": "string"
3200
+ },
3201
+ "title": "Reasons",
3202
+ "type": "array"
3203
+ },
3204
+ "record_id": {
3205
+ "title": "Record Id",
3206
+ "type": "string"
3207
+ },
3208
+ "residual_ledger": {
3209
+ "$ref": "#/$defs/Ledger"
3210
+ },
3211
+ "settled": {
3212
+ "default": false,
3213
+ "title": "Settled",
3214
+ "type": "boolean"
3215
+ },
3216
+ "status": {
3217
+ "$ref": "#/$defs/ClaimStatus",
3218
+ "default": "diagnostic"
3219
+ }
3220
+ },
3221
+ "required": [
3222
+ "record_id",
3223
+ "decision",
3224
+ "priority_score"
3225
+ ],
3226
+ "title": "SalienceSchedulingDecision",
3227
+ "type": "object"
3228
+ },
3229
+ "VerificationThroughputReport": {
3230
+ "description": "Finite throughput dashboard for verifier queue health.",
3231
+ "properties": {
3232
+ "abstained_packets": {
3233
+ "default": 0,
3234
+ "title": "Abstained Packets",
3235
+ "type": "integer"
3236
+ },
3237
+ "accepted_packets": {
3238
+ "default": 0,
3239
+ "title": "Accepted Packets",
3240
+ "type": "integer"
3241
+ },
3242
+ "evidence_hash_mismatch_rate": {
3243
+ "default": 0.0,
3244
+ "title": "Evidence Hash Mismatch Rate",
3245
+ "type": "number"
3246
+ },
3247
+ "false_liquidity_rate": {
3248
+ "default": 0.0,
3249
+ "title": "False Liquidity Rate",
3250
+ "type": "number"
3251
+ },
3252
+ "low_contribution_queue_occupation": {
3253
+ "default": 0.0,
3254
+ "title": "Low Contribution Queue Occupation",
3255
+ "type": "number"
3256
+ },
3257
+ "packet_inflow": {
3258
+ "default": 0,
3259
+ "title": "Packet Inflow",
3260
+ "type": "integer"
3261
+ },
3262
+ "rejected_packets": {
3263
+ "default": 0,
3264
+ "title": "Rejected Packets",
3265
+ "type": "integer"
3266
+ },
3267
+ "residual_debt_growth": {
3268
+ "default": 0.0,
3269
+ "title": "Residual Debt Growth",
3270
+ "type": "number"
3271
+ },
3272
+ "stale_packet_ratio": {
3273
+ "default": 0.0,
3274
+ "title": "Stale Packet Ratio",
3275
+ "type": "number"
3276
+ },
3277
+ "unresolved_obligation_backlog": {
3278
+ "default": 0,
3279
+ "title": "Unresolved Obligation Backlog",
3280
+ "type": "integer"
3281
+ },
3282
+ "verifier_latency_proxy": {
3283
+ "default": 0.0,
3284
+ "title": "Verifier Latency Proxy",
3285
+ "type": "number"
3286
+ }
3287
+ },
3288
+ "title": "VerificationThroughputReport",
3289
+ "type": "object"
3290
+ },
3291
+ "VerifiedCapabilityPacket": {
3292
+ "description": "Finite-scope reusable packet capital after verifier and edge checks.",
3293
+ "properties": {
3294
+ "accepted_edge_witness_ids": {
3295
+ "items": {
3296
+ "type": "string"
3297
+ },
3298
+ "title": "Accepted Edge Witness Ids",
3299
+ "type": "array"
3300
+ },
3301
+ "execution_available": {
3302
+ "default": false,
3303
+ "title": "Execution Available",
3304
+ "type": "boolean"
3305
+ },
3306
+ "expires_at": {
3307
+ "anyOf": [
3308
+ {
3309
+ "type": "string"
3310
+ },
3311
+ {
3312
+ "type": "null"
3313
+ }
3314
+ ],
3315
+ "default": null,
3316
+ "title": "Expires At"
3317
+ },
3318
+ "identity_contribution_status": {
3319
+ "$ref": "#/$defs/IdentityContributionStatus",
3320
+ "default": "verified"
3321
+ },
3322
+ "issuer_agent_id": {
3323
+ "anyOf": [
3324
+ {
3325
+ "type": "string"
3326
+ },
3327
+ {
3328
+ "type": "null"
3329
+ }
3330
+ ],
3331
+ "default": null,
3332
+ "title": "Issuer Agent Id"
3333
+ },
3334
+ "issuer_attestation_id": {
3335
+ "anyOf": [
3336
+ {
3337
+ "type": "string"
3338
+ },
3339
+ {
3340
+ "type": "null"
3341
+ }
3342
+ ],
3343
+ "default": null,
3344
+ "title": "Issuer Attestation Id"
3345
+ },
3346
+ "issuer_public_key_id": {
3347
+ "anyOf": [
3348
+ {
3349
+ "type": "string"
3350
+ },
3351
+ {
3352
+ "type": "null"
3353
+ }
3354
+ ],
3355
+ "default": null,
3356
+ "title": "Issuer Public Key Id"
3357
+ },
3358
+ "liquidity_score": {
3359
+ "default": 0.0,
3360
+ "title": "Liquidity Score",
3361
+ "type": "number"
3362
+ },
3363
+ "operationally_usable": {
3364
+ "default": false,
3365
+ "title": "Operationally Usable",
3366
+ "type": "boolean"
3367
+ },
3368
+ "packet_id": {
3369
+ "title": "Packet Id",
3370
+ "type": "string"
3371
+ },
3372
+ "receiver_family": {
3373
+ "items": {
3374
+ "type": "string"
3375
+ },
3376
+ "title": "Receiver Family",
3377
+ "type": "array"
3378
+ },
3379
+ "residual_external_obligations": {
3380
+ "items": {
3381
+ "type": "string"
3382
+ },
3383
+ "title": "Residual External Obligations",
3384
+ "type": "array"
3385
+ },
3386
+ "residual_ledger": {
3387
+ "$ref": "#/$defs/Ledger"
3388
+ },
3389
+ "rollback_receipt": {
3390
+ "anyOf": [
3391
+ {
3392
+ "type": "string"
3393
+ },
3394
+ {
3395
+ "type": "null"
3396
+ }
3397
+ ],
3398
+ "default": null,
3399
+ "title": "Rollback Receipt"
3400
+ },
3401
+ "settled": {
3402
+ "default": false,
3403
+ "title": "Settled",
3404
+ "type": "boolean"
3405
+ },
3406
+ "settlement_scope": {
3407
+ "items": {
3408
+ "type": "string"
3409
+ },
3410
+ "title": "Settlement Scope",
3411
+ "type": "array"
3412
+ },
3413
+ "source_candidate_id": {
3414
+ "title": "Source Candidate Id",
3415
+ "type": "string"
3416
+ },
3417
+ "validity_domain": {
3418
+ "default": "protocol-relative-finite",
3419
+ "title": "Validity Domain",
3420
+ "type": "string"
3421
+ },
3422
+ "verification_resolution_ids": {
3423
+ "items": {
3424
+ "type": "string"
3425
+ },
3426
+ "title": "Verification Resolution Ids",
3427
+ "type": "array"
3428
+ }
3429
+ },
3430
+ "required": [
3431
+ "packet_id",
3432
+ "source_candidate_id"
3433
+ ],
3434
+ "title": "VerifiedCapabilityPacket",
3435
+ "type": "object"
3436
+ },
3437
+ "VerifierResolution": {
3438
+ "description": "Adapter-route resolution result that preserves safe failure behavior.",
3439
+ "properties": {
3440
+ "accepted": {
3441
+ "title": "Accepted",
3442
+ "type": "boolean"
3443
+ },
3444
+ "accepted_obligation_ids": {
3445
+ "items": {
3446
+ "type": "string"
3447
+ },
3448
+ "title": "Accepted Obligation Ids",
3449
+ "type": "array"
3450
+ },
3451
+ "availability": {
3452
+ "title": "Availability",
3453
+ "type": "string"
3454
+ },
3455
+ "binding_id": {
3456
+ "anyOf": [
3457
+ {
3458
+ "type": "string"
3459
+ },
3460
+ {
3461
+ "type": "null"
3462
+ }
3463
+ ],
3464
+ "default": null,
3465
+ "title": "Binding Id"
3466
+ },
3467
+ "discharge_level": {
3468
+ "$ref": "#/$defs/DischargeLevel",
3469
+ "default": "external_domain_required"
3470
+ },
3471
+ "domain_witness_required": {
3472
+ "default": false,
3473
+ "title": "Domain Witness Required",
3474
+ "type": "boolean"
3475
+ },
3476
+ "evidence_artifact_ids": {
3477
+ "items": {
3478
+ "type": "string"
3479
+ },
3480
+ "title": "Evidence Artifact Ids",
3481
+ "type": "array"
3482
+ },
3483
+ "evidence_envelope_id": {
3484
+ "anyOf": [
3485
+ {
3486
+ "type": "string"
3487
+ },
3488
+ {
3489
+ "type": "null"
3490
+ }
3491
+ ],
3492
+ "default": null,
3493
+ "title": "Evidence Envelope Id"
3494
+ },
3495
+ "finite_scope_usable": {
3496
+ "default": false,
3497
+ "title": "Finite Scope Usable",
3498
+ "type": "boolean"
3499
+ },
3500
+ "missing_evidence_kind": {
3501
+ "items": {
3502
+ "type": "string"
3503
+ },
3504
+ "title": "Missing Evidence Kind",
3505
+ "type": "array"
3506
+ },
3507
+ "operationally_usable": {
3508
+ "default": false,
3509
+ "title": "Operationally Usable",
3510
+ "type": "boolean"
3511
+ },
3512
+ "profile": {
3513
+ "$ref": "#/$defs/EvidenceVerificationProfile",
3514
+ "default": "development"
3515
+ },
3516
+ "reasons": {
3517
+ "items": {
3518
+ "type": "string"
3519
+ },
3520
+ "title": "Reasons",
3521
+ "type": "array"
3522
+ },
3523
+ "rejected_obligation_ids": {
3524
+ "items": {
3525
+ "type": "string"
3526
+ },
3527
+ "title": "Rejected Obligation Ids",
3528
+ "type": "array"
3529
+ },
3530
+ "residual_external_obligations": {
3531
+ "items": {
3532
+ "type": "string"
3533
+ },
3534
+ "title": "Residual External Obligations",
3535
+ "type": "array"
3536
+ },
3537
+ "residual_ledger": {
3538
+ "$ref": "#/$defs/Ledger"
3539
+ },
3540
+ "resolution_digest": {
3541
+ "title": "Resolution Digest",
3542
+ "type": "string"
3543
+ },
3544
+ "resolution_id": {
3545
+ "title": "Resolution Id",
3546
+ "type": "string"
3547
+ },
3548
+ "route_id": {
3549
+ "title": "Route Id",
3550
+ "type": "string"
3551
+ },
3552
+ "safe_default": {
3553
+ "default": "diagnostic-with-unresolved-obligations",
3554
+ "title": "Safe Default",
3555
+ "type": "string"
3556
+ },
3557
+ "settled": {
3558
+ "default": false,
3559
+ "title": "Settled",
3560
+ "type": "boolean"
3561
+ },
3562
+ "settled_scope": {
3563
+ "items": {
3564
+ "type": "string"
3565
+ },
3566
+ "title": "Settled Scope",
3567
+ "type": "array"
3568
+ },
3569
+ "status": {
3570
+ "$ref": "#/$defs/ClaimStatus"
3571
+ }
3572
+ },
3573
+ "required": [
3574
+ "resolution_id",
3575
+ "route_id",
3576
+ "accepted",
3577
+ "status",
3578
+ "availability",
3579
+ "resolution_digest"
3580
+ ],
3581
+ "title": "VerifierResolution",
3582
+ "type": "object"
3583
+ },
3584
+ "WebFetchReport": {
3585
+ "description": "Portable audit record for one bounded HTTP(S) resource fetch.",
3586
+ "properties": {
3587
+ "accepted": {
3588
+ "default": false,
3589
+ "title": "Accepted",
3590
+ "type": "boolean"
3591
+ },
3592
+ "byte_count": {
3593
+ "default": 0,
3594
+ "title": "Byte Count",
3595
+ "type": "integer"
3596
+ },
3597
+ "content_sha256": {
3598
+ "anyOf": [
3599
+ {
3600
+ "type": "string"
3601
+ },
3602
+ {
3603
+ "type": "null"
3604
+ }
3605
+ ],
3606
+ "default": null,
3607
+ "title": "Content Sha256"
3608
+ },
3609
+ "content_type": {
3610
+ "anyOf": [
3611
+ {
3612
+ "type": "string"
3613
+ },
3614
+ {
3615
+ "type": "null"
3616
+ }
3617
+ ],
3618
+ "default": null,
3619
+ "title": "Content Type"
3620
+ },
3621
+ "final_url": {
3622
+ "default": "",
3623
+ "title": "Final Url",
3624
+ "type": "string"
3625
+ },
3626
+ "reasons": {
3627
+ "items": {
3628
+ "type": "string"
3629
+ },
3630
+ "title": "Reasons",
3631
+ "type": "array"
3632
+ },
3633
+ "redirect_chain": {
3634
+ "items": {
3635
+ "type": "string"
3636
+ },
3637
+ "title": "Redirect Chain",
3638
+ "type": "array"
3639
+ },
3640
+ "report_id": {
3641
+ "title": "Report Id",
3642
+ "type": "string"
3643
+ },
3644
+ "requested_url": {
3645
+ "title": "Requested Url",
3646
+ "type": "string"
3647
+ },
3648
+ "robots_decision": {
3649
+ "$ref": "#/$defs/RobotsDecision"
3650
+ },
3651
+ "status_code": {
3652
+ "anyOf": [
3653
+ {
3654
+ "type": "integer"
3655
+ },
3656
+ {
3657
+ "type": "null"
3658
+ }
3659
+ ],
3660
+ "default": null,
3661
+ "title": "Status Code"
3662
+ }
3663
+ },
3664
+ "required": [
3665
+ "report_id",
3666
+ "requested_url"
3667
+ ],
3668
+ "title": "WebFetchReport",
3669
+ "type": "object"
3670
+ }
3671
+ },
3672
+ "description": "Repeated finite comparisons with residual-aware lower bounds.",
3673
+ "properties": {
3674
+ "accepted": {
3675
+ "default": false,
3676
+ "title": "Accepted",
3677
+ "type": "boolean"
3678
+ },
3679
+ "finite_checks_passed": {
3680
+ "default": false,
3681
+ "title": "Finite Checks Passed",
3682
+ "type": "boolean"
3683
+ },
3684
+ "lower_confidence_bound": {
3685
+ "default": 0.0,
3686
+ "title": "Lower Confidence Bound",
3687
+ "type": "number"
3688
+ },
3689
+ "negative_control_passed": {
3690
+ "default": false,
3691
+ "title": "Negative Control Passed",
3692
+ "type": "boolean"
3693
+ },
3694
+ "operationally_usable": {
3695
+ "default": false,
3696
+ "title": "Operationally Usable",
3697
+ "type": "boolean"
3698
+ },
3699
+ "paired_comparisons": {
3700
+ "items": {
3701
+ "$ref": "#/$defs/RuntimeComparisonReport"
3702
+ },
3703
+ "title": "Paired Comparisons",
3704
+ "type": "array"
3705
+ },
3706
+ "reasons": {
3707
+ "items": {
3708
+ "type": "string"
3709
+ },
3710
+ "title": "Reasons",
3711
+ "type": "array"
3712
+ },
3713
+ "residual_ledger": {
3714
+ "$ref": "#/$defs/Ledger"
3715
+ },
3716
+ "settled": {
3717
+ "default": false,
3718
+ "title": "Settled",
3719
+ "type": "boolean"
3720
+ },
3721
+ "suite_id": {
3722
+ "title": "Suite Id",
3723
+ "type": "string"
3724
+ }
3725
+ },
3726
+ "required": [
3727
+ "suite_id"
3728
+ ],
3729
+ "title": "AccelerationExperimentSuite",
3730
+ "type": "object"
3731
+ }