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,4815 @@
1
+ {
2
+ "$defs": {
3
+ "ASIProxyTargetContract": {
4
+ "description": "Protocol-relative ASI-proxy target, not an unobserved ASI proof claim.",
5
+ "properties": {
6
+ "forbidden_obligations": {
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "title": "Forbidden Obligations",
11
+ "type": "array"
12
+ },
13
+ "minimum_proxy_mass": {
14
+ "default": 0.0,
15
+ "title": "Minimum Proxy Mass",
16
+ "type": "number"
17
+ },
18
+ "proxy_coordinates": {
19
+ "additionalProperties": {
20
+ "type": "number"
21
+ },
22
+ "title": "Proxy Coordinates",
23
+ "type": "object"
24
+ },
25
+ "required_obligations": {
26
+ "items": {
27
+ "type": "string"
28
+ },
29
+ "title": "Required Obligations",
30
+ "type": "array"
31
+ },
32
+ "residual_policy": {
33
+ "default": "preserve-unresolved-asi-proxy-residuals",
34
+ "title": "Residual Policy",
35
+ "type": "string"
36
+ },
37
+ "target_id": {
38
+ "title": "Target Id",
39
+ "type": "string"
40
+ },
41
+ "target_nodes": {
42
+ "items": {
43
+ "type": "string"
44
+ },
45
+ "title": "Target Nodes",
46
+ "type": "array"
47
+ }
48
+ },
49
+ "required": [
50
+ "target_id"
51
+ ],
52
+ "title": "ASIProxyTargetContract",
53
+ "type": "object"
54
+ },
55
+ "AccelerationCertificate": {
56
+ "description": "Finite protocol-relative acceleration certificate against a baseline.",
57
+ "properties": {
58
+ "accepted": {
59
+ "default": false,
60
+ "title": "Accepted",
61
+ "type": "boolean"
62
+ },
63
+ "baseline_run_id": {
64
+ "title": "Baseline Run Id",
65
+ "type": "string"
66
+ },
67
+ "candidate_run_id": {
68
+ "title": "Candidate Run Id",
69
+ "type": "string"
70
+ },
71
+ "certificate_id": {
72
+ "title": "Certificate Id",
73
+ "type": "string"
74
+ },
75
+ "false_liquidity_bounded": {
76
+ "default": false,
77
+ "title": "False Liquidity Bounded",
78
+ "type": "boolean"
79
+ },
80
+ "finite_checks_passed": {
81
+ "default": false,
82
+ "title": "Finite Checks Passed",
83
+ "type": "boolean"
84
+ },
85
+ "hitting_time_gain_lower_bound": {
86
+ "default": 0.0,
87
+ "title": "Hitting Time Gain Lower Bound",
88
+ "type": "number"
89
+ },
90
+ "operationally_usable": {
91
+ "default": false,
92
+ "title": "Operationally Usable",
93
+ "type": "boolean"
94
+ },
95
+ "psi_distance_reduction_lower_bound": {
96
+ "default": 0.0,
97
+ "title": "Psi Distance Reduction Lower Bound",
98
+ "type": "number"
99
+ },
100
+ "reasons": {
101
+ "items": {
102
+ "type": "string"
103
+ },
104
+ "title": "Reasons",
105
+ "type": "array"
106
+ },
107
+ "residual_external_obligations": {
108
+ "items": {
109
+ "type": "string"
110
+ },
111
+ "title": "Residual External Obligations",
112
+ "type": "array"
113
+ },
114
+ "residual_ledger": {
115
+ "$ref": "#/$defs/Ledger"
116
+ },
117
+ "resource_envelope_matched": {
118
+ "default": false,
119
+ "title": "Resource Envelope Matched",
120
+ "type": "boolean"
121
+ },
122
+ "resource_matched": {
123
+ "default": false,
124
+ "title": "Resource Matched",
125
+ "type": "boolean"
126
+ },
127
+ "salience_non_obstructed": {
128
+ "default": false,
129
+ "title": "Salience Non Obstructed",
130
+ "type": "boolean"
131
+ },
132
+ "score_gain_lower_bound": {
133
+ "default": 0.0,
134
+ "title": "Score Gain Lower Bound",
135
+ "type": "number"
136
+ },
137
+ "settled": {
138
+ "default": false,
139
+ "title": "Settled",
140
+ "type": "boolean"
141
+ },
142
+ "tau_baseline": {
143
+ "anyOf": [
144
+ {
145
+ "type": "number"
146
+ },
147
+ {
148
+ "type": "null"
149
+ }
150
+ ],
151
+ "default": null,
152
+ "title": "Tau Baseline"
153
+ },
154
+ "tau_candidate": {
155
+ "anyOf": [
156
+ {
157
+ "type": "number"
158
+ },
159
+ {
160
+ "type": "null"
161
+ }
162
+ ],
163
+ "default": null,
164
+ "title": "Tau Candidate"
165
+ },
166
+ "threshold": {
167
+ "additionalProperties": {
168
+ "type": "number"
169
+ },
170
+ "title": "Threshold",
171
+ "type": "object"
172
+ },
173
+ "verification_backlog_bounded": {
174
+ "default": false,
175
+ "title": "Verification Backlog Bounded",
176
+ "type": "boolean"
177
+ }
178
+ },
179
+ "required": [
180
+ "certificate_id",
181
+ "baseline_run_id",
182
+ "candidate_run_id"
183
+ ],
184
+ "title": "AccelerationCertificate",
185
+ "type": "object"
186
+ },
187
+ "AcceptedPacketPath": {
188
+ "description": "Accepted packet path witness into a finite ECPT basin.",
189
+ "properties": {
190
+ "accepted": {
191
+ "default": false,
192
+ "title": "Accepted",
193
+ "type": "boolean"
194
+ },
195
+ "cost": {
196
+ "default": 0.0,
197
+ "title": "Cost",
198
+ "type": "number"
199
+ },
200
+ "edge_ids": {
201
+ "items": {
202
+ "type": "string"
203
+ },
204
+ "title": "Edge Ids",
205
+ "type": "array"
206
+ },
207
+ "packet_ids": {
208
+ "items": {
209
+ "type": "string"
210
+ },
211
+ "title": "Packet Ids",
212
+ "type": "array"
213
+ },
214
+ "path_id": {
215
+ "title": "Path Id",
216
+ "type": "string"
217
+ },
218
+ "reasons": {
219
+ "items": {
220
+ "type": "string"
221
+ },
222
+ "title": "Reasons",
223
+ "type": "array"
224
+ },
225
+ "residual_ledger": {
226
+ "$ref": "#/$defs/Ledger"
227
+ },
228
+ "route_ids": {
229
+ "items": {
230
+ "type": "string"
231
+ },
232
+ "title": "Route Ids",
233
+ "type": "array"
234
+ }
235
+ },
236
+ "required": [
237
+ "path_id"
238
+ ],
239
+ "title": "AcceptedPacketPath",
240
+ "type": "object"
241
+ },
242
+ "ActionCommit": {
243
+ "description": "Commit decision for a planned action under the configured policy.",
244
+ "properties": {
245
+ "action_id": {
246
+ "title": "Action Id",
247
+ "type": "string"
248
+ },
249
+ "committed": {
250
+ "default": false,
251
+ "title": "Committed",
252
+ "type": "boolean"
253
+ },
254
+ "finite_scope_usable": {
255
+ "default": false,
256
+ "title": "Finite Scope Usable",
257
+ "type": "boolean"
258
+ },
259
+ "operationally_usable": {
260
+ "default": false,
261
+ "title": "Operationally Usable",
262
+ "type": "boolean"
263
+ },
264
+ "policy": {
265
+ "$ref": "#/$defs/ActionCommitPolicy"
266
+ },
267
+ "reasons": {
268
+ "items": {
269
+ "type": "string"
270
+ },
271
+ "title": "Reasons",
272
+ "type": "array"
273
+ },
274
+ "recommended": {
275
+ "default": true,
276
+ "title": "Recommended",
277
+ "type": "boolean"
278
+ },
279
+ "settled": {
280
+ "default": false,
281
+ "title": "Settled",
282
+ "type": "boolean"
283
+ },
284
+ "verifier_resolution_required": {
285
+ "default": true,
286
+ "title": "Verifier Resolution Required",
287
+ "type": "boolean"
288
+ }
289
+ },
290
+ "required": [
291
+ "action_id",
292
+ "policy"
293
+ ],
294
+ "title": "ActionCommit",
295
+ "type": "object"
296
+ },
297
+ "ActionCommitPolicy": {
298
+ "description": "How aggressively a runtime may turn ranked advice into agent commitments.",
299
+ "enum": [
300
+ "recommend_only",
301
+ "require_verifier_resolution",
302
+ "allow_finite_scope_commit"
303
+ ],
304
+ "title": "ActionCommitPolicy",
305
+ "type": "string"
306
+ },
307
+ "AgentIdentityAttestation": {
308
+ "description": "Signed statement that binds an agent identity to finite evidence.",
309
+ "properties": {
310
+ "agent_id": {
311
+ "title": "Agent Id",
312
+ "type": "string"
313
+ },
314
+ "attestation_id": {
315
+ "title": "Attestation Id",
316
+ "type": "string"
317
+ },
318
+ "evidence_refs": {
319
+ "items": {
320
+ "type": "string"
321
+ },
322
+ "title": "Evidence Refs",
323
+ "type": "array"
324
+ },
325
+ "expires_at": {
326
+ "anyOf": [
327
+ {
328
+ "type": "string"
329
+ },
330
+ {
331
+ "type": "null"
332
+ }
333
+ ],
334
+ "default": null,
335
+ "title": "Expires At"
336
+ },
337
+ "issued_at": {
338
+ "anyOf": [
339
+ {
340
+ "type": "string"
341
+ },
342
+ {
343
+ "type": "null"
344
+ }
345
+ ],
346
+ "default": null,
347
+ "title": "Issued At"
348
+ },
349
+ "metadata": {
350
+ "additionalProperties": {
351
+ "type": "string"
352
+ },
353
+ "title": "Metadata",
354
+ "type": "object"
355
+ },
356
+ "nonce": {
357
+ "anyOf": [
358
+ {
359
+ "type": "string"
360
+ },
361
+ {
362
+ "type": "null"
363
+ }
364
+ ],
365
+ "default": null,
366
+ "title": "Nonce"
367
+ },
368
+ "payload_digest": {
369
+ "title": "Payload Digest",
370
+ "type": "string"
371
+ },
372
+ "public_key_id": {
373
+ "title": "Public Key Id",
374
+ "type": "string"
375
+ },
376
+ "revoked": {
377
+ "default": false,
378
+ "title": "Revoked",
379
+ "type": "boolean"
380
+ },
381
+ "signature_b64": {
382
+ "title": "Signature B64",
383
+ "type": "string"
384
+ },
385
+ "signature_payload_sha256": {
386
+ "title": "Signature Payload Sha256",
387
+ "type": "string"
388
+ },
389
+ "signature_suite": {
390
+ "default": "ed25519",
391
+ "title": "Signature Suite",
392
+ "type": "string"
393
+ }
394
+ },
395
+ "required": [
396
+ "attestation_id",
397
+ "agent_id",
398
+ "public_key_id",
399
+ "payload_digest",
400
+ "signature_b64",
401
+ "signature_payload_sha256"
402
+ ],
403
+ "title": "AgentIdentityAttestation",
404
+ "type": "object"
405
+ },
406
+ "AgentIdentityCheckReport": {
407
+ "description": "Fail-closed verification report for identity or attestation evidence.",
408
+ "properties": {
409
+ "accepted": {
410
+ "default": false,
411
+ "title": "Accepted",
412
+ "type": "boolean"
413
+ },
414
+ "agent_id": {
415
+ "title": "Agent Id",
416
+ "type": "string"
417
+ },
418
+ "digest_valid": {
419
+ "default": false,
420
+ "title": "Digest Valid",
421
+ "type": "boolean"
422
+ },
423
+ "fingerprint": {
424
+ "anyOf": [
425
+ {
426
+ "type": "string"
427
+ },
428
+ {
429
+ "type": "null"
430
+ }
431
+ ],
432
+ "default": null,
433
+ "title": "Fingerprint"
434
+ },
435
+ "fingerprint_valid": {
436
+ "default": false,
437
+ "title": "Fingerprint Valid",
438
+ "type": "boolean"
439
+ },
440
+ "finite_checks_passed": {
441
+ "default": false,
442
+ "title": "Finite Checks Passed",
443
+ "type": "boolean"
444
+ },
445
+ "key_valid": {
446
+ "default": false,
447
+ "title": "Key Valid",
448
+ "type": "boolean"
449
+ },
450
+ "non_expired": {
451
+ "default": false,
452
+ "title": "Non Expired",
453
+ "type": "boolean"
454
+ },
455
+ "non_revoked": {
456
+ "default": false,
457
+ "title": "Non Revoked",
458
+ "type": "boolean"
459
+ },
460
+ "operationally_usable": {
461
+ "default": false,
462
+ "title": "Operationally Usable",
463
+ "type": "boolean"
464
+ },
465
+ "payload_digest": {
466
+ "anyOf": [
467
+ {
468
+ "type": "string"
469
+ },
470
+ {
471
+ "type": "null"
472
+ }
473
+ ],
474
+ "default": null,
475
+ "title": "Payload Digest"
476
+ },
477
+ "policy_digest_present": {
478
+ "default": false,
479
+ "title": "Policy Digest Present",
480
+ "type": "boolean"
481
+ },
482
+ "public_key_id": {
483
+ "anyOf": [
484
+ {
485
+ "type": "string"
486
+ },
487
+ {
488
+ "type": "null"
489
+ }
490
+ ],
491
+ "default": null,
492
+ "title": "Public Key Id"
493
+ },
494
+ "reasons": {
495
+ "items": {
496
+ "type": "string"
497
+ },
498
+ "title": "Reasons",
499
+ "type": "array"
500
+ },
501
+ "report_id": {
502
+ "title": "Report Id",
503
+ "type": "string"
504
+ },
505
+ "residual_ledger": {
506
+ "$ref": "#/$defs/Ledger"
507
+ },
508
+ "settled": {
509
+ "default": false,
510
+ "title": "Settled",
511
+ "type": "boolean"
512
+ },
513
+ "signature_suite": {
514
+ "anyOf": [
515
+ {
516
+ "type": "string"
517
+ },
518
+ {
519
+ "type": "null"
520
+ }
521
+ ],
522
+ "default": null,
523
+ "title": "Signature Suite"
524
+ },
525
+ "signature_valid": {
526
+ "default": false,
527
+ "title": "Signature Valid",
528
+ "type": "boolean"
529
+ }
530
+ },
531
+ "required": [
532
+ "report_id",
533
+ "agent_id"
534
+ ],
535
+ "title": "AgentIdentityCheckReport",
536
+ "type": "object"
537
+ },
538
+ "AgentIdentityStrength": {
539
+ "description": "Protocol-relative strength of an agent identity assertion.",
540
+ "enum": [
541
+ "declared",
542
+ "public-key-attested",
543
+ "hardware-attested",
544
+ "institutionally-attested",
545
+ "revoked"
546
+ ],
547
+ "title": "AgentIdentityStrength",
548
+ "type": "string"
549
+ },
550
+ "AgentTask": {
551
+ "description": "Concrete next action for an AI agent or orchestration system.",
552
+ "properties": {
553
+ "action_id": {
554
+ "anyOf": [
555
+ {
556
+ "type": "string"
557
+ },
558
+ {
559
+ "type": "null"
560
+ }
561
+ ],
562
+ "default": null,
563
+ "title": "Action Id"
564
+ },
565
+ "action_kind": {
566
+ "title": "Action Kind",
567
+ "type": "string"
568
+ },
569
+ "expected_proxy_gain": {
570
+ "default": 0.0,
571
+ "title": "Expected Proxy Gain",
572
+ "type": "number"
573
+ },
574
+ "metadata": {
575
+ "additionalProperties": {
576
+ "type": "string"
577
+ },
578
+ "title": "Metadata",
579
+ "type": "object"
580
+ },
581
+ "operationally_usable": {
582
+ "default": false,
583
+ "title": "Operationally Usable",
584
+ "type": "boolean"
585
+ },
586
+ "priority_score": {
587
+ "title": "Priority Score",
588
+ "type": "number"
589
+ },
590
+ "reasons": {
591
+ "items": {
592
+ "type": "string"
593
+ },
594
+ "title": "Reasons",
595
+ "type": "array"
596
+ },
597
+ "required_evidence_kind": {
598
+ "items": {
599
+ "type": "string"
600
+ },
601
+ "title": "Required Evidence Kind",
602
+ "type": "array"
603
+ },
604
+ "required_routes": {
605
+ "items": {
606
+ "type": "string"
607
+ },
608
+ "title": "Required Routes",
609
+ "type": "array"
610
+ },
611
+ "residual_coordinates": {
612
+ "items": {
613
+ "type": "string"
614
+ },
615
+ "title": "Residual Coordinates",
616
+ "type": "array"
617
+ },
618
+ "rollback_condition": {
619
+ "default": "runtime-score-nonpositive",
620
+ "title": "Rollback Condition",
621
+ "type": "string"
622
+ },
623
+ "settled": {
624
+ "default": false,
625
+ "title": "Settled",
626
+ "type": "boolean"
627
+ },
628
+ "target_component": {
629
+ "title": "Target Component",
630
+ "type": "string"
631
+ },
632
+ "task_id": {
633
+ "title": "Task Id",
634
+ "type": "string"
635
+ },
636
+ "task_type": {
637
+ "title": "Task Type",
638
+ "type": "string"
639
+ }
640
+ },
641
+ "required": [
642
+ "task_id",
643
+ "task_type",
644
+ "priority_score",
645
+ "target_component",
646
+ "action_kind"
647
+ ],
648
+ "title": "AgentTask",
649
+ "type": "object"
650
+ },
651
+ "BasinReachabilityReport": {
652
+ "description": "Finite basin reachability report for ECPT target contracts.",
653
+ "properties": {
654
+ "accepted": {
655
+ "default": false,
656
+ "title": "Accepted",
657
+ "type": "boolean"
658
+ },
659
+ "accepted_edge_ids": {
660
+ "items": {
661
+ "type": "string"
662
+ },
663
+ "title": "Accepted Edge Ids",
664
+ "type": "array"
665
+ },
666
+ "accepted_paths": {
667
+ "items": {
668
+ "$ref": "#/$defs/AcceptedPacketPath"
669
+ },
670
+ "title": "Accepted Paths",
671
+ "type": "array"
672
+ },
673
+ "basin_id": {
674
+ "title": "Basin Id",
675
+ "type": "string"
676
+ },
677
+ "missing_edge_types": {
678
+ "items": {
679
+ "type": "string"
680
+ },
681
+ "title": "Missing Edge Types",
682
+ "type": "array"
683
+ },
684
+ "missing_packet_types": {
685
+ "items": {
686
+ "type": "string"
687
+ },
688
+ "title": "Missing Packet Types",
689
+ "type": "array"
690
+ },
691
+ "missing_verifier_routes": {
692
+ "items": {
693
+ "type": "string"
694
+ },
695
+ "title": "Missing Verifier Routes",
696
+ "type": "array"
697
+ },
698
+ "operationally_usable": {
699
+ "default": false,
700
+ "title": "Operationally Usable",
701
+ "type": "boolean"
702
+ },
703
+ "path_cost_lower_bound": {
704
+ "default": 0.0,
705
+ "title": "Path Cost Lower Bound",
706
+ "type": "number"
707
+ },
708
+ "reachable_packet_ids": {
709
+ "items": {
710
+ "type": "string"
711
+ },
712
+ "title": "Reachable Packet Ids",
713
+ "type": "array"
714
+ },
715
+ "reasons": {
716
+ "items": {
717
+ "type": "string"
718
+ },
719
+ "title": "Reasons",
720
+ "type": "array"
721
+ },
722
+ "receiver_compatible": {
723
+ "default": false,
724
+ "title": "Receiver Compatible",
725
+ "type": "boolean"
726
+ },
727
+ "report_id": {
728
+ "title": "Report Id",
729
+ "type": "string"
730
+ },
731
+ "residual_ledger": {
732
+ "$ref": "#/$defs/Ledger"
733
+ },
734
+ "settled": {
735
+ "default": false,
736
+ "title": "Settled",
737
+ "type": "boolean"
738
+ }
739
+ },
740
+ "required": [
741
+ "report_id",
742
+ "basin_id"
743
+ ],
744
+ "title": "BasinReachabilityReport",
745
+ "type": "object"
746
+ },
747
+ "BottleneckIntervention": {
748
+ "description": "One ranked bottleneck-inversion intervention.",
749
+ "properties": {
750
+ "action_kind": {
751
+ "title": "Action Kind",
752
+ "type": "string"
753
+ },
754
+ "expected_gain": {
755
+ "default": 0.0,
756
+ "title": "Expected Gain",
757
+ "type": "number"
758
+ },
759
+ "intervention_id": {
760
+ "title": "Intervention Id",
761
+ "type": "string"
762
+ },
763
+ "post_intervention_horizon": {
764
+ "default": 1,
765
+ "title": "Post Intervention Horizon",
766
+ "type": "integer"
767
+ },
768
+ "required_routes": {
769
+ "items": {
770
+ "type": "string"
771
+ },
772
+ "title": "Required Routes",
773
+ "type": "array"
774
+ },
775
+ "residual_ledger": {
776
+ "$ref": "#/$defs/Ledger"
777
+ },
778
+ "risk_charge": {
779
+ "default": 0.0,
780
+ "title": "Risk Charge",
781
+ "type": "number"
782
+ },
783
+ "rollback_condition": {
784
+ "default": "no-positive-finite-gain",
785
+ "title": "Rollback Condition",
786
+ "type": "string"
787
+ },
788
+ "score": {
789
+ "default": 0.0,
790
+ "title": "Score",
791
+ "type": "number"
792
+ },
793
+ "target_component": {
794
+ "title": "Target Component",
795
+ "type": "string"
796
+ },
797
+ "verification_cost": {
798
+ "default": 0.0,
799
+ "title": "Verification Cost",
800
+ "type": "number"
801
+ }
802
+ },
803
+ "required": [
804
+ "intervention_id",
805
+ "target_component",
806
+ "action_kind"
807
+ ],
808
+ "title": "BottleneckIntervention",
809
+ "type": "object"
810
+ },
811
+ "BottleneckInversionPlan": {
812
+ "description": "Ranked plan for improving limiting ECPT proxy components.",
813
+ "properties": {
814
+ "accepted": {
815
+ "default": false,
816
+ "title": "Accepted",
817
+ "type": "boolean"
818
+ },
819
+ "after_psi_lower_bound": {
820
+ "additionalProperties": {
821
+ "type": "number"
822
+ },
823
+ "title": "After Psi Lower Bound",
824
+ "type": "object"
825
+ },
826
+ "before_psi": {
827
+ "additionalProperties": {
828
+ "type": "number"
829
+ },
830
+ "title": "Before Psi",
831
+ "type": "object"
832
+ },
833
+ "interventions": {
834
+ "items": {
835
+ "$ref": "#/$defs/BottleneckIntervention"
836
+ },
837
+ "title": "Interventions",
838
+ "type": "array"
839
+ },
840
+ "limiting_components": {
841
+ "items": {
842
+ "type": "string"
843
+ },
844
+ "title": "Limiting Components",
845
+ "type": "array"
846
+ },
847
+ "plan_id": {
848
+ "title": "Plan Id",
849
+ "type": "string"
850
+ },
851
+ "residual_ledger": {
852
+ "$ref": "#/$defs/Ledger"
853
+ },
854
+ "settled": {
855
+ "default": false,
856
+ "title": "Settled",
857
+ "type": "boolean"
858
+ }
859
+ },
860
+ "required": [
861
+ "plan_id"
862
+ ],
863
+ "title": "BottleneckInversionPlan",
864
+ "type": "object"
865
+ },
866
+ "BottleneckWitnessReport": {
867
+ "description": "Portable BIT witness task extracted from runtime bottleneck diagnostics.",
868
+ "properties": {
869
+ "action_id": {
870
+ "anyOf": [
871
+ {
872
+ "type": "string"
873
+ },
874
+ {
875
+ "type": "null"
876
+ }
877
+ ],
878
+ "default": null,
879
+ "title": "Action Id"
880
+ },
881
+ "action_kind": {
882
+ "default": "",
883
+ "title": "Action Kind",
884
+ "type": "string"
885
+ },
886
+ "burden_delta": {
887
+ "default": 0.0,
888
+ "title": "Burden Delta",
889
+ "type": "number"
890
+ },
891
+ "next_verifier_route": {
892
+ "anyOf": [
893
+ {
894
+ "type": "string"
895
+ },
896
+ {
897
+ "type": "null"
898
+ }
899
+ ],
900
+ "default": null,
901
+ "title": "Next Verifier Route"
902
+ },
903
+ "next_verifier_routes": {
904
+ "items": {
905
+ "type": "string"
906
+ },
907
+ "title": "Next Verifier Routes",
908
+ "type": "array"
909
+ },
910
+ "operationally_usable": {
911
+ "default": false,
912
+ "title": "Operationally Usable",
913
+ "type": "boolean"
914
+ },
915
+ "portable_task_kind": {
916
+ "default": "runtime-bottleneck-verifier-task",
917
+ "title": "Portable Task Kind",
918
+ "type": "string"
919
+ },
920
+ "priority_score": {
921
+ "default": 0.0,
922
+ "title": "Priority Score",
923
+ "type": "number"
924
+ },
925
+ "reasons": {
926
+ "items": {
927
+ "type": "string"
928
+ },
929
+ "title": "Reasons",
930
+ "type": "array"
931
+ },
932
+ "release_delta": {
933
+ "default": 0.0,
934
+ "title": "Release Delta",
935
+ "type": "number"
936
+ },
937
+ "report_id": {
938
+ "title": "Report Id",
939
+ "type": "string"
940
+ },
941
+ "required_evidence_kind": {
942
+ "items": {
943
+ "type": "string"
944
+ },
945
+ "title": "Required Evidence Kind",
946
+ "type": "array"
947
+ },
948
+ "residual_coordinates": {
949
+ "items": {
950
+ "type": "string"
951
+ },
952
+ "title": "Residual Coordinates",
953
+ "type": "array"
954
+ },
955
+ "rollback_condition": {
956
+ "default": "runtime-score-nonpositive",
957
+ "title": "Rollback Condition",
958
+ "type": "string"
959
+ },
960
+ "settled": {
961
+ "default": false,
962
+ "title": "Settled",
963
+ "type": "boolean"
964
+ },
965
+ "simulation_barrier_residuals": {
966
+ "items": {
967
+ "type": "string"
968
+ },
969
+ "title": "Simulation Barrier Residuals",
970
+ "type": "array"
971
+ },
972
+ "target_component": {
973
+ "default": "",
974
+ "title": "Target Component",
975
+ "type": "string"
976
+ },
977
+ "task_id": {
978
+ "default": "",
979
+ "title": "Task Id",
980
+ "type": "string"
981
+ },
982
+ "witness_kind": {
983
+ "default": "bottleneck-intervention",
984
+ "title": "Witness Kind",
985
+ "type": "string"
986
+ }
987
+ },
988
+ "required": [
989
+ "report_id"
990
+ ],
991
+ "title": "BottleneckWitnessReport",
992
+ "type": "object"
993
+ },
994
+ "CapabilityEdge": {
995
+ "properties": {
996
+ "activation_weight": {
997
+ "default": 1.0,
998
+ "title": "Activation Weight",
999
+ "type": "number"
1000
+ },
1001
+ "burden": {
1002
+ "default": 0.0,
1003
+ "title": "Burden",
1004
+ "type": "number"
1005
+ },
1006
+ "edge_id": {
1007
+ "title": "Edge Id",
1008
+ "type": "string"
1009
+ },
1010
+ "required_capacity": {
1011
+ "additionalProperties": {
1012
+ "type": "number"
1013
+ },
1014
+ "title": "Required Capacity",
1015
+ "type": "object"
1016
+ },
1017
+ "sources": {
1018
+ "items": {
1019
+ "type": "string"
1020
+ },
1021
+ "title": "Sources",
1022
+ "type": "array"
1023
+ },
1024
+ "status": {
1025
+ "$ref": "#/$defs/ClaimStatus",
1026
+ "default": "provisional"
1027
+ },
1028
+ "target": {
1029
+ "title": "Target",
1030
+ "type": "string"
1031
+ }
1032
+ },
1033
+ "required": [
1034
+ "edge_id",
1035
+ "sources",
1036
+ "target"
1037
+ ],
1038
+ "title": "CapabilityEdge",
1039
+ "type": "object"
1040
+ },
1041
+ "CapabilityHypergraph": {
1042
+ "properties": {
1043
+ "edges": {
1044
+ "items": {
1045
+ "$ref": "#/$defs/CapabilityEdge"
1046
+ },
1047
+ "title": "Edges",
1048
+ "type": "array"
1049
+ },
1050
+ "nodes": {
1051
+ "items": {
1052
+ "type": "string"
1053
+ },
1054
+ "title": "Nodes",
1055
+ "type": "array",
1056
+ "uniqueItems": true
1057
+ },
1058
+ "seed_mass": {
1059
+ "additionalProperties": {
1060
+ "type": "number"
1061
+ },
1062
+ "title": "Seed Mass",
1063
+ "type": "object"
1064
+ }
1065
+ },
1066
+ "title": "CapabilityHypergraph",
1067
+ "type": "object"
1068
+ },
1069
+ "CapabilityPacket": {
1070
+ "properties": {
1071
+ "burden": {
1072
+ "default": 0.0,
1073
+ "title": "Burden",
1074
+ "type": "number"
1075
+ },
1076
+ "coordinates": {
1077
+ "additionalProperties": {
1078
+ "type": "number"
1079
+ },
1080
+ "title": "Coordinates",
1081
+ "type": "object"
1082
+ },
1083
+ "duplicate_mass": {
1084
+ "default": 0.0,
1085
+ "title": "Duplicate Mass",
1086
+ "type": "number"
1087
+ },
1088
+ "packet_id": {
1089
+ "title": "Packet Id",
1090
+ "type": "string"
1091
+ },
1092
+ "status": {
1093
+ "$ref": "#/$defs/ClaimStatus",
1094
+ "default": "provisional"
1095
+ },
1096
+ "validity_domain": {
1097
+ "default": "global",
1098
+ "title": "Validity Domain",
1099
+ "type": "string"
1100
+ }
1101
+ },
1102
+ "required": [
1103
+ "packet_id"
1104
+ ],
1105
+ "title": "CapabilityPacket",
1106
+ "type": "object"
1107
+ },
1108
+ "CapabilityPacketCandidate": {
1109
+ "description": "An observable artifact that may become an ECPT capability packet.",
1110
+ "properties": {
1111
+ "authority_granted": {
1112
+ "default": true,
1113
+ "title": "Authority Granted",
1114
+ "type": "boolean"
1115
+ },
1116
+ "authority_required": {
1117
+ "default": false,
1118
+ "title": "Authority Required",
1119
+ "type": "boolean"
1120
+ },
1121
+ "claim": {
1122
+ "title": "Claim",
1123
+ "type": "string"
1124
+ },
1125
+ "content_sha256": {
1126
+ "title": "Content Sha256",
1127
+ "type": "string"
1128
+ },
1129
+ "dependencies": {
1130
+ "items": {
1131
+ "type": "string"
1132
+ },
1133
+ "title": "Dependencies",
1134
+ "type": "array"
1135
+ },
1136
+ "evidence_hash_valid": {
1137
+ "default": true,
1138
+ "title": "Evidence Hash Valid",
1139
+ "type": "boolean"
1140
+ },
1141
+ "evidence_refs": {
1142
+ "items": {
1143
+ "type": "string"
1144
+ },
1145
+ "title": "Evidence Refs",
1146
+ "type": "array"
1147
+ },
1148
+ "expected_downstream_gain": {
1149
+ "default": 0.0,
1150
+ "title": "Expected Downstream Gain",
1151
+ "type": "number"
1152
+ },
1153
+ "expires_at": {
1154
+ "anyOf": [
1155
+ {
1156
+ "type": "string"
1157
+ },
1158
+ {
1159
+ "type": "null"
1160
+ }
1161
+ ],
1162
+ "default": null,
1163
+ "title": "Expires At"
1164
+ },
1165
+ "freshness": {
1166
+ "default": 1.0,
1167
+ "title": "Freshness",
1168
+ "type": "number"
1169
+ },
1170
+ "hazard_charge": {
1171
+ "default": 0.0,
1172
+ "title": "Hazard Charge",
1173
+ "type": "number"
1174
+ },
1175
+ "identity_contribution_status": {
1176
+ "$ref": "#/$defs/IdentityContributionStatus",
1177
+ "default": "provisional"
1178
+ },
1179
+ "issuer_agent_id": {
1180
+ "anyOf": [
1181
+ {
1182
+ "type": "string"
1183
+ },
1184
+ {
1185
+ "type": "null"
1186
+ }
1187
+ ],
1188
+ "default": null,
1189
+ "title": "Issuer Agent Id"
1190
+ },
1191
+ "issuer_attestation_id": {
1192
+ "anyOf": [
1193
+ {
1194
+ "type": "string"
1195
+ },
1196
+ {
1197
+ "type": "null"
1198
+ }
1199
+ ],
1200
+ "default": null,
1201
+ "title": "Issuer Attestation Id"
1202
+ },
1203
+ "issuer_public_key_id": {
1204
+ "anyOf": [
1205
+ {
1206
+ "type": "string"
1207
+ },
1208
+ {
1209
+ "type": "null"
1210
+ }
1211
+ ],
1212
+ "default": null,
1213
+ "title": "Issuer Public Key Id"
1214
+ },
1215
+ "issuer_signature_ref": {
1216
+ "anyOf": [
1217
+ {
1218
+ "type": "string"
1219
+ },
1220
+ {
1221
+ "type": "null"
1222
+ }
1223
+ ],
1224
+ "default": null,
1225
+ "title": "Issuer Signature Ref"
1226
+ },
1227
+ "packet_id": {
1228
+ "title": "Packet Id",
1229
+ "type": "string"
1230
+ },
1231
+ "receiver_family": {
1232
+ "items": {
1233
+ "type": "string"
1234
+ },
1235
+ "title": "Receiver Family",
1236
+ "type": "array"
1237
+ },
1238
+ "residual_charge": {
1239
+ "default": 0.0,
1240
+ "title": "Residual Charge",
1241
+ "type": "number"
1242
+ },
1243
+ "reuse_context": {
1244
+ "default": "general",
1245
+ "title": "Reuse Context",
1246
+ "type": "string"
1247
+ },
1248
+ "rollback_available": {
1249
+ "default": true,
1250
+ "title": "Rollback Available",
1251
+ "type": "boolean"
1252
+ },
1253
+ "route_safe": {
1254
+ "default": true,
1255
+ "title": "Route Safe",
1256
+ "type": "boolean"
1257
+ },
1258
+ "salience_class": {
1259
+ "default": "default",
1260
+ "title": "Salience Class",
1261
+ "type": "string"
1262
+ },
1263
+ "source_kind": {
1264
+ "$ref": "#/$defs/PacketSourceKind",
1265
+ "default": "local"
1266
+ },
1267
+ "source_ref": {
1268
+ "title": "Source Ref",
1269
+ "type": "string"
1270
+ },
1271
+ "status": {
1272
+ "$ref": "#/$defs/ClaimStatus",
1273
+ "default": "provisional"
1274
+ },
1275
+ "tags": {
1276
+ "items": {
1277
+ "type": "string"
1278
+ },
1279
+ "title": "Tags",
1280
+ "type": "array"
1281
+ },
1282
+ "verification_cost": {
1283
+ "default": 0.0,
1284
+ "title": "Verification Cost",
1285
+ "type": "number"
1286
+ },
1287
+ "verifier_routes": {
1288
+ "items": {
1289
+ "type": "string"
1290
+ },
1291
+ "title": "Verifier Routes",
1292
+ "type": "array"
1293
+ }
1294
+ },
1295
+ "required": [
1296
+ "packet_id",
1297
+ "source_ref",
1298
+ "content_sha256",
1299
+ "claim"
1300
+ ],
1301
+ "title": "CapabilityPacketCandidate",
1302
+ "type": "object"
1303
+ },
1304
+ "CapabilityPacketRegistry": {
1305
+ "description": "Deterministic packet registry for an ECPT packet ecology run.",
1306
+ "properties": {
1307
+ "edges": {
1308
+ "items": {
1309
+ "$ref": "#/$defs/EdgeWitness"
1310
+ },
1311
+ "title": "Edges",
1312
+ "type": "array"
1313
+ },
1314
+ "packets": {
1315
+ "items": {
1316
+ "$ref": "#/$defs/CapabilityPacketCandidate"
1317
+ },
1318
+ "title": "Packets",
1319
+ "type": "array"
1320
+ },
1321
+ "registry_id": {
1322
+ "title": "Registry Id",
1323
+ "type": "string"
1324
+ },
1325
+ "residual_ledger": {
1326
+ "$ref": "#/$defs/Ledger"
1327
+ }
1328
+ },
1329
+ "required": [
1330
+ "registry_id"
1331
+ ],
1332
+ "title": "CapabilityPacketRegistry",
1333
+ "type": "object"
1334
+ },
1335
+ "CapabilityStateVector": {
1336
+ "properties": {
1337
+ "burden_ledger": {
1338
+ "$ref": "#/$defs/Ledger"
1339
+ },
1340
+ "packets": {
1341
+ "items": {
1342
+ "$ref": "#/$defs/CapabilityPacket"
1343
+ },
1344
+ "title": "Packets",
1345
+ "type": "array"
1346
+ },
1347
+ "validity_domain": {
1348
+ "default": "global",
1349
+ "title": "Validity Domain",
1350
+ "type": "string"
1351
+ }
1352
+ },
1353
+ "title": "CapabilityStateVector",
1354
+ "type": "object"
1355
+ },
1356
+ "ClaimStatus": {
1357
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
1358
+ "enum": [
1359
+ "rejected",
1360
+ "expired",
1361
+ "diagnostic",
1362
+ "relaxed",
1363
+ "risk-provisional",
1364
+ "speculative",
1365
+ "provisional",
1366
+ "partial",
1367
+ "settled"
1368
+ ],
1369
+ "title": "ClaimStatus",
1370
+ "type": "string"
1371
+ },
1372
+ "ConstraintFrame": {
1373
+ "properties": {
1374
+ "capacity": {
1375
+ "$ref": "#/$defs/Ledger"
1376
+ },
1377
+ "expires": {
1378
+ "items": {
1379
+ "type": "string"
1380
+ },
1381
+ "title": "Expires",
1382
+ "type": "array",
1383
+ "uniqueItems": true
1384
+ },
1385
+ "hard_gates": {
1386
+ "additionalProperties": {
1387
+ "type": "boolean"
1388
+ },
1389
+ "title": "Hard Gates",
1390
+ "type": "object"
1391
+ },
1392
+ "hazards": {
1393
+ "$ref": "#/$defs/Ledger"
1394
+ },
1395
+ "queue": {
1396
+ "$ref": "#/$defs/Ledger"
1397
+ }
1398
+ },
1399
+ "title": "ConstraintFrame",
1400
+ "type": "object"
1401
+ },
1402
+ "CoordinateKind": {
1403
+ "enum": [
1404
+ "benefit",
1405
+ "burden",
1406
+ "residual",
1407
+ "tolerance",
1408
+ "resource",
1409
+ "metadata"
1410
+ ],
1411
+ "title": "CoordinateKind",
1412
+ "type": "string"
1413
+ },
1414
+ "CryptographicAgentIdentity": {
1415
+ "description": "Public-key-backed identity for an agent inside a declared protocol.",
1416
+ "properties": {
1417
+ "agent_id": {
1418
+ "title": "Agent Id",
1419
+ "type": "string"
1420
+ },
1421
+ "credential_ref": {
1422
+ "anyOf": [
1423
+ {
1424
+ "type": "string"
1425
+ },
1426
+ {
1427
+ "type": "null"
1428
+ }
1429
+ ],
1430
+ "default": null,
1431
+ "title": "Credential Ref"
1432
+ },
1433
+ "expires_at": {
1434
+ "anyOf": [
1435
+ {
1436
+ "type": "string"
1437
+ },
1438
+ {
1439
+ "type": "null"
1440
+ }
1441
+ ],
1442
+ "default": null,
1443
+ "title": "Expires At"
1444
+ },
1445
+ "fleet_id": {
1446
+ "anyOf": [
1447
+ {
1448
+ "type": "string"
1449
+ },
1450
+ {
1451
+ "type": "null"
1452
+ }
1453
+ ],
1454
+ "default": null,
1455
+ "title": "Fleet Id"
1456
+ },
1457
+ "identity_strength": {
1458
+ "$ref": "#/$defs/AgentIdentityStrength",
1459
+ "default": "public-key-attested"
1460
+ },
1461
+ "issued_at": {
1462
+ "anyOf": [
1463
+ {
1464
+ "type": "string"
1465
+ },
1466
+ {
1467
+ "type": "null"
1468
+ }
1469
+ ],
1470
+ "default": null,
1471
+ "title": "Issued At"
1472
+ },
1473
+ "issuer_id": {
1474
+ "anyOf": [
1475
+ {
1476
+ "type": "string"
1477
+ },
1478
+ {
1479
+ "type": "null"
1480
+ }
1481
+ ],
1482
+ "default": null,
1483
+ "title": "Issuer Id"
1484
+ },
1485
+ "key_type": {
1486
+ "default": "ed25519-public",
1487
+ "title": "Key Type",
1488
+ "type": "string"
1489
+ },
1490
+ "metadata": {
1491
+ "additionalProperties": {
1492
+ "type": "string"
1493
+ },
1494
+ "title": "Metadata",
1495
+ "type": "object"
1496
+ },
1497
+ "model_digest": {
1498
+ "anyOf": [
1499
+ {
1500
+ "type": "string"
1501
+ },
1502
+ {
1503
+ "type": "null"
1504
+ }
1505
+ ],
1506
+ "default": null,
1507
+ "title": "Model Digest"
1508
+ },
1509
+ "policy_digest": {
1510
+ "title": "Policy Digest",
1511
+ "type": "string"
1512
+ },
1513
+ "public_key_b64": {
1514
+ "title": "Public Key B64",
1515
+ "type": "string"
1516
+ },
1517
+ "public_key_fingerprint": {
1518
+ "title": "Public Key Fingerprint",
1519
+ "type": "string"
1520
+ },
1521
+ "public_key_id": {
1522
+ "title": "Public Key Id",
1523
+ "type": "string"
1524
+ },
1525
+ "revoked": {
1526
+ "default": false,
1527
+ "title": "Revoked",
1528
+ "type": "boolean"
1529
+ },
1530
+ "role_id": {
1531
+ "anyOf": [
1532
+ {
1533
+ "type": "string"
1534
+ },
1535
+ {
1536
+ "type": "null"
1537
+ }
1538
+ ],
1539
+ "default": null,
1540
+ "title": "Role Id"
1541
+ },
1542
+ "signature_b64": {
1543
+ "title": "Signature B64",
1544
+ "type": "string"
1545
+ },
1546
+ "signature_payload_sha256": {
1547
+ "title": "Signature Payload Sha256",
1548
+ "type": "string"
1549
+ },
1550
+ "signature_suite": {
1551
+ "default": "ed25519",
1552
+ "title": "Signature Suite",
1553
+ "type": "string"
1554
+ },
1555
+ "tool_digest": {
1556
+ "anyOf": [
1557
+ {
1558
+ "type": "string"
1559
+ },
1560
+ {
1561
+ "type": "null"
1562
+ }
1563
+ ],
1564
+ "default": null,
1565
+ "title": "Tool Digest"
1566
+ },
1567
+ "worker_index": {
1568
+ "anyOf": [
1569
+ {
1570
+ "type": "string"
1571
+ },
1572
+ {
1573
+ "type": "null"
1574
+ }
1575
+ ],
1576
+ "default": null,
1577
+ "title": "Worker Index"
1578
+ }
1579
+ },
1580
+ "required": [
1581
+ "agent_id",
1582
+ "public_key_id",
1583
+ "public_key_b64",
1584
+ "public_key_fingerprint",
1585
+ "signature_b64",
1586
+ "signature_payload_sha256",
1587
+ "policy_digest"
1588
+ ],
1589
+ "title": "CryptographicAgentIdentity",
1590
+ "type": "object"
1591
+ },
1592
+ "DiagnosticReservePolicy": {
1593
+ "description": "Reserve rule for diagnostic work and audit recursion.",
1594
+ "properties": {
1595
+ "audit_depth": {
1596
+ "default": 1,
1597
+ "title": "Audit Depth",
1598
+ "type": "integer"
1599
+ },
1600
+ "minimum_reserve": {
1601
+ "default": 0.0,
1602
+ "title": "Minimum Reserve",
1603
+ "type": "number"
1604
+ },
1605
+ "reserve_fraction": {
1606
+ "default": 0.1,
1607
+ "title": "Reserve Fraction",
1608
+ "type": "number"
1609
+ }
1610
+ },
1611
+ "title": "DiagnosticReservePolicy",
1612
+ "type": "object"
1613
+ },
1614
+ "DischargeLevel": {
1615
+ "enum": [
1616
+ "finite_value_check",
1617
+ "replay_check",
1618
+ "contract_enforced",
1619
+ "external_domain_required"
1620
+ ],
1621
+ "title": "DischargeLevel",
1622
+ "type": "string"
1623
+ },
1624
+ "EdgeRelationVerificationReport": {
1625
+ "description": "Semantic finite check for an edge certificate relation.",
1626
+ "properties": {
1627
+ "accepted": {
1628
+ "default": false,
1629
+ "title": "Accepted",
1630
+ "type": "boolean"
1631
+ },
1632
+ "certificate_id": {
1633
+ "title": "Certificate Id",
1634
+ "type": "string"
1635
+ },
1636
+ "finite_checks_passed": {
1637
+ "default": false,
1638
+ "title": "Finite Checks Passed",
1639
+ "type": "boolean"
1640
+ },
1641
+ "matched_evidence_refs": {
1642
+ "items": {
1643
+ "type": "string"
1644
+ },
1645
+ "title": "Matched Evidence Refs",
1646
+ "type": "array"
1647
+ },
1648
+ "missing_evidence_markers": {
1649
+ "items": {
1650
+ "type": "string"
1651
+ },
1652
+ "title": "Missing Evidence Markers",
1653
+ "type": "array"
1654
+ },
1655
+ "operationally_usable": {
1656
+ "default": false,
1657
+ "title": "Operationally Usable",
1658
+ "type": "boolean"
1659
+ },
1660
+ "reasons": {
1661
+ "items": {
1662
+ "type": "string"
1663
+ },
1664
+ "title": "Reasons",
1665
+ "type": "array"
1666
+ },
1667
+ "relation_type": {
1668
+ "title": "Relation Type",
1669
+ "type": "string"
1670
+ },
1671
+ "report_id": {
1672
+ "title": "Report Id",
1673
+ "type": "string"
1674
+ },
1675
+ "residual_ledger": {
1676
+ "$ref": "#/$defs/Ledger"
1677
+ },
1678
+ "settled": {
1679
+ "default": false,
1680
+ "title": "Settled",
1681
+ "type": "boolean"
1682
+ }
1683
+ },
1684
+ "required": [
1685
+ "report_id",
1686
+ "certificate_id",
1687
+ "relation_type"
1688
+ ],
1689
+ "title": "EdgeRelationVerificationReport",
1690
+ "type": "object"
1691
+ },
1692
+ "EdgeWitness": {
1693
+ "description": "Finite witness that one or more packets support another packet or receiver.",
1694
+ "properties": {
1695
+ "accepted": {
1696
+ "default": false,
1697
+ "title": "Accepted",
1698
+ "type": "boolean"
1699
+ },
1700
+ "confidence": {
1701
+ "default": 0.0,
1702
+ "title": "Confidence",
1703
+ "type": "number"
1704
+ },
1705
+ "edge_id": {
1706
+ "title": "Edge Id",
1707
+ "type": "string"
1708
+ },
1709
+ "edge_type": {
1710
+ "default": "semantic-dependency",
1711
+ "title": "Edge Type",
1712
+ "type": "string"
1713
+ },
1714
+ "evidence_refs": {
1715
+ "items": {
1716
+ "type": "string"
1717
+ },
1718
+ "title": "Evidence Refs",
1719
+ "type": "array"
1720
+ },
1721
+ "expires_at": {
1722
+ "anyOf": [
1723
+ {
1724
+ "type": "string"
1725
+ },
1726
+ {
1727
+ "type": "null"
1728
+ }
1729
+ ],
1730
+ "default": null,
1731
+ "title": "Expires At"
1732
+ },
1733
+ "reasons": {
1734
+ "items": {
1735
+ "type": "string"
1736
+ },
1737
+ "title": "Reasons",
1738
+ "type": "array"
1739
+ },
1740
+ "residual": {
1741
+ "default": 0.0,
1742
+ "title": "Residual",
1743
+ "type": "number"
1744
+ },
1745
+ "source_packet_ids": {
1746
+ "items": {
1747
+ "type": "string"
1748
+ },
1749
+ "title": "Source Packet Ids",
1750
+ "type": "array"
1751
+ },
1752
+ "target_packet_id": {
1753
+ "title": "Target Packet Id",
1754
+ "type": "string"
1755
+ }
1756
+ },
1757
+ "required": [
1758
+ "edge_id",
1759
+ "source_packet_ids",
1760
+ "target_packet_id"
1761
+ ],
1762
+ "title": "EdgeWitness",
1763
+ "type": "object"
1764
+ },
1765
+ "EvidenceResolutionBatch": {
1766
+ "description": "Batch verifier evidence resolution for one runtime step.",
1767
+ "properties": {
1768
+ "accepted": {
1769
+ "default": false,
1770
+ "title": "Accepted",
1771
+ "type": "boolean"
1772
+ },
1773
+ "accepted_obligations": {
1774
+ "items": {
1775
+ "type": "string"
1776
+ },
1777
+ "title": "Accepted Obligations",
1778
+ "type": "array"
1779
+ },
1780
+ "batch_id": {
1781
+ "title": "Batch Id",
1782
+ "type": "string"
1783
+ },
1784
+ "envelope_refs": {
1785
+ "items": {
1786
+ "type": "string"
1787
+ },
1788
+ "title": "Envelope Refs",
1789
+ "type": "array"
1790
+ },
1791
+ "finite_checks_passed": {
1792
+ "default": false,
1793
+ "title": "Finite Checks Passed",
1794
+ "type": "boolean"
1795
+ },
1796
+ "operationally_usable": {
1797
+ "default": false,
1798
+ "title": "Operationally Usable",
1799
+ "type": "boolean"
1800
+ },
1801
+ "rejected_obligations": {
1802
+ "items": {
1803
+ "type": "string"
1804
+ },
1805
+ "title": "Rejected Obligations",
1806
+ "type": "array"
1807
+ },
1808
+ "residual_ledger": {
1809
+ "$ref": "#/$defs/Ledger"
1810
+ },
1811
+ "resolutions": {
1812
+ "items": {
1813
+ "$ref": "#/$defs/VerifierResolution"
1814
+ },
1815
+ "title": "Resolutions",
1816
+ "type": "array"
1817
+ },
1818
+ "settled": {
1819
+ "default": false,
1820
+ "title": "Settled",
1821
+ "type": "boolean"
1822
+ },
1823
+ "unresolved_envelope_refs": {
1824
+ "items": {
1825
+ "type": "string"
1826
+ },
1827
+ "title": "Unresolved Envelope Refs",
1828
+ "type": "array"
1829
+ }
1830
+ },
1831
+ "required": [
1832
+ "batch_id"
1833
+ ],
1834
+ "title": "EvidenceResolutionBatch",
1835
+ "type": "object"
1836
+ },
1837
+ "EvidenceStatus": {
1838
+ "enum": [
1839
+ "verified",
1840
+ "declared",
1841
+ "unknown"
1842
+ ],
1843
+ "title": "EvidenceStatus",
1844
+ "type": "string"
1845
+ },
1846
+ "EvidenceVerificationProfile": {
1847
+ "enum": [
1848
+ "development",
1849
+ "research",
1850
+ "production"
1851
+ ],
1852
+ "title": "EvidenceVerificationProfile",
1853
+ "type": "string"
1854
+ },
1855
+ "FrontierDebtReport": {
1856
+ "description": "Typed TRC frontier debt summary for finite runtime outputs.",
1857
+ "properties": {
1858
+ "accepted": {
1859
+ "default": false,
1860
+ "title": "Accepted",
1861
+ "type": "boolean"
1862
+ },
1863
+ "external_obligation_count": {
1864
+ "default": 0,
1865
+ "title": "External Obligation Count",
1866
+ "type": "integer"
1867
+ },
1868
+ "frontier_debt_classes": {
1869
+ "additionalProperties": {
1870
+ "type": "integer"
1871
+ },
1872
+ "title": "Frontier Debt Classes",
1873
+ "type": "object"
1874
+ },
1875
+ "hybrid_residual_propagation_count": {
1876
+ "default": 0,
1877
+ "title": "Hybrid Residual Propagation Count",
1878
+ "type": "integer"
1879
+ },
1880
+ "missing_obligation_count": {
1881
+ "default": 0,
1882
+ "title": "Missing Obligation Count",
1883
+ "type": "integer"
1884
+ },
1885
+ "missing_obligations": {
1886
+ "items": {
1887
+ "type": "string"
1888
+ },
1889
+ "title": "Missing Obligations",
1890
+ "type": "array"
1891
+ },
1892
+ "operationally_usable": {
1893
+ "default": false,
1894
+ "title": "Operationally Usable",
1895
+ "type": "boolean"
1896
+ },
1897
+ "partial_frontier_debt_count": {
1898
+ "default": 0,
1899
+ "title": "Partial Frontier Debt Count",
1900
+ "type": "integer"
1901
+ },
1902
+ "physical_hybrid_obligation_count": {
1903
+ "default": 0,
1904
+ "title": "Physical Hybrid Obligation Count",
1905
+ "type": "integer"
1906
+ },
1907
+ "physical_null_channel_debt_count": {
1908
+ "default": 0,
1909
+ "title": "Physical Null Channel Debt Count",
1910
+ "type": "integer"
1911
+ },
1912
+ "progressive_fidelity_debt_count": {
1913
+ "default": 0,
1914
+ "title": "Progressive Fidelity Debt Count",
1915
+ "type": "integer"
1916
+ },
1917
+ "reasons": {
1918
+ "items": {
1919
+ "type": "string"
1920
+ },
1921
+ "title": "Reasons",
1922
+ "type": "array"
1923
+ },
1924
+ "report_id": {
1925
+ "default": "frontier-debt:runtime",
1926
+ "title": "Report Id",
1927
+ "type": "string"
1928
+ },
1929
+ "residual_burden": {
1930
+ "default": 0.0,
1931
+ "title": "Residual Burden",
1932
+ "type": "number"
1933
+ },
1934
+ "residual_coordinate_count": {
1935
+ "default": 0,
1936
+ "title": "Residual Coordinate Count",
1937
+ "type": "integer"
1938
+ },
1939
+ "residual_coordinates": {
1940
+ "items": {
1941
+ "type": "string"
1942
+ },
1943
+ "title": "Residual Coordinates",
1944
+ "type": "array"
1945
+ },
1946
+ "settled": {
1947
+ "default": false,
1948
+ "title": "Settled",
1949
+ "type": "boolean"
1950
+ },
1951
+ "telemetry_resource_cost_debt_count": {
1952
+ "default": 0,
1953
+ "title": "Telemetry Resource Cost Debt Count",
1954
+ "type": "integer"
1955
+ },
1956
+ "trace_normal_form_debt_count": {
1957
+ "default": 0,
1958
+ "title": "Trace Normal Form Debt Count",
1959
+ "type": "integer"
1960
+ },
1961
+ "trace_or_frontier_debt_count": {
1962
+ "default": 0,
1963
+ "title": "Trace Or Frontier Debt Count",
1964
+ "type": "integer"
1965
+ }
1966
+ },
1967
+ "title": "FrontierDebtReport",
1968
+ "type": "object"
1969
+ },
1970
+ "IdentityContributionStatus": {
1971
+ "description": "How identity evidence may contribute to runtime packet capital.",
1972
+ "enum": [
1973
+ "verified",
1974
+ "provisional",
1975
+ "diagnostic",
1976
+ "quarantined",
1977
+ "rejected"
1978
+ ],
1979
+ "title": "IdentityContributionStatus",
1980
+ "type": "string"
1981
+ },
1982
+ "IdentityTrustProfile": {
1983
+ "description": "Operational trust profile for protocol-relative identity checks.",
1984
+ "enum": [
1985
+ "development",
1986
+ "research",
1987
+ "controlled",
1988
+ "federated",
1989
+ "production",
1990
+ "adversarial"
1991
+ ],
1992
+ "title": "IdentityTrustProfile",
1993
+ "type": "string"
1994
+ },
1995
+ "IntakeProvenanceRecord": {
1996
+ "description": "Sanitized provenance for external packet candidates.",
1997
+ "properties": {
1998
+ "accepted": {
1999
+ "default": false,
2000
+ "title": "Accepted",
2001
+ "type": "boolean"
2002
+ },
2003
+ "byte_count": {
2004
+ "default": 0,
2005
+ "title": "Byte Count",
2006
+ "type": "integer"
2007
+ },
2008
+ "content_sha256": {
2009
+ "anyOf": [
2010
+ {
2011
+ "type": "string"
2012
+ },
2013
+ {
2014
+ "type": "null"
2015
+ }
2016
+ ],
2017
+ "default": null,
2018
+ "title": "Content Sha256"
2019
+ },
2020
+ "evidence_refs": {
2021
+ "items": {
2022
+ "type": "string"
2023
+ },
2024
+ "title": "Evidence Refs",
2025
+ "type": "array"
2026
+ },
2027
+ "final_url": {
2028
+ "anyOf": [
2029
+ {
2030
+ "type": "string"
2031
+ },
2032
+ {
2033
+ "type": "null"
2034
+ }
2035
+ ],
2036
+ "default": null,
2037
+ "title": "Final Url"
2038
+ },
2039
+ "media_type": {
2040
+ "anyOf": [
2041
+ {
2042
+ "type": "string"
2043
+ },
2044
+ {
2045
+ "type": "null"
2046
+ }
2047
+ ],
2048
+ "default": null,
2049
+ "title": "Media Type"
2050
+ },
2051
+ "provenance_id": {
2052
+ "title": "Provenance Id",
2053
+ "type": "string"
2054
+ },
2055
+ "public_source_ref": {
2056
+ "title": "Public Source Ref",
2057
+ "type": "string"
2058
+ },
2059
+ "reasons": {
2060
+ "items": {
2061
+ "type": "string"
2062
+ },
2063
+ "title": "Reasons",
2064
+ "type": "array"
2065
+ },
2066
+ "redirect_chain": {
2067
+ "items": {
2068
+ "type": "string"
2069
+ },
2070
+ "title": "Redirect Chain",
2071
+ "type": "array"
2072
+ },
2073
+ "residual_coordinates": {
2074
+ "items": {
2075
+ "type": "string"
2076
+ },
2077
+ "title": "Residual Coordinates",
2078
+ "type": "array"
2079
+ },
2080
+ "robots_decision": {
2081
+ "anyOf": [
2082
+ {
2083
+ "$ref": "#/$defs/RobotsDecision"
2084
+ },
2085
+ {
2086
+ "type": "null"
2087
+ }
2088
+ ],
2089
+ "default": null
2090
+ },
2091
+ "source_kind": {
2092
+ "$ref": "#/$defs/PacketSourceKind"
2093
+ },
2094
+ "source_ref": {
2095
+ "title": "Source Ref",
2096
+ "type": "string"
2097
+ },
2098
+ "status_code": {
2099
+ "anyOf": [
2100
+ {
2101
+ "type": "integer"
2102
+ },
2103
+ {
2104
+ "type": "null"
2105
+ }
2106
+ ],
2107
+ "default": null,
2108
+ "title": "Status Code"
2109
+ }
2110
+ },
2111
+ "required": [
2112
+ "provenance_id",
2113
+ "source_kind",
2114
+ "source_ref",
2115
+ "public_source_ref"
2116
+ ],
2117
+ "title": "IntakeProvenanceRecord",
2118
+ "type": "object"
2119
+ },
2120
+ "InterventionCandidate": {
2121
+ "properties": {
2122
+ "action": {
2123
+ "$ref": "#/$defs/PhaseControlAction"
2124
+ },
2125
+ "baseline_proxy_mass": {
2126
+ "default": 0.0,
2127
+ "title": "Baseline Proxy Mass",
2128
+ "type": "number"
2129
+ },
2130
+ "candidate_id": {
2131
+ "title": "Candidate Id",
2132
+ "type": "string"
2133
+ },
2134
+ "controlled_proxy_mass": {
2135
+ "default": 0.0,
2136
+ "title": "Controlled Proxy Mass",
2137
+ "type": "number"
2138
+ },
2139
+ "finite_proxy_gain": {
2140
+ "default": 0.0,
2141
+ "title": "Finite Proxy Gain",
2142
+ "type": "number"
2143
+ },
2144
+ "finite_scope_usable": {
2145
+ "default": false,
2146
+ "title": "Finite Scope Usable",
2147
+ "type": "boolean"
2148
+ },
2149
+ "missing_obligations": {
2150
+ "items": {
2151
+ "type": "string"
2152
+ },
2153
+ "title": "Missing Obligations",
2154
+ "type": "array"
2155
+ },
2156
+ "operationally_usable": {
2157
+ "default": false,
2158
+ "title": "Operationally Usable",
2159
+ "type": "boolean"
2160
+ },
2161
+ "reasons": {
2162
+ "items": {
2163
+ "type": "string"
2164
+ },
2165
+ "title": "Reasons",
2166
+ "type": "array"
2167
+ },
2168
+ "required_evidence_routes": {
2169
+ "items": {
2170
+ "type": "string"
2171
+ },
2172
+ "title": "Required Evidence Routes",
2173
+ "type": "array"
2174
+ },
2175
+ "residual_charge": {
2176
+ "default": 0.0,
2177
+ "title": "Residual Charge",
2178
+ "type": "number"
2179
+ },
2180
+ "residual_ledger": {
2181
+ "$ref": "#/$defs/Ledger"
2182
+ },
2183
+ "resource_cost": {
2184
+ "additionalProperties": {
2185
+ "type": "number"
2186
+ },
2187
+ "title": "Resource Cost",
2188
+ "type": "object"
2189
+ },
2190
+ "risk_charge": {
2191
+ "default": 0.0,
2192
+ "title": "Risk Charge",
2193
+ "type": "number"
2194
+ },
2195
+ "score": {
2196
+ "default": 0.0,
2197
+ "title": "Score",
2198
+ "type": "number"
2199
+ },
2200
+ "settled": {
2201
+ "default": false,
2202
+ "title": "Settled",
2203
+ "type": "boolean"
2204
+ }
2205
+ },
2206
+ "required": [
2207
+ "candidate_id",
2208
+ "action"
2209
+ ],
2210
+ "title": "InterventionCandidate",
2211
+ "type": "object"
2212
+ },
2213
+ "Ledger": {
2214
+ "description": "A finite typed ledger with explicit coordinate kinds.",
2215
+ "properties": {
2216
+ "coordinates": {
2217
+ "additionalProperties": {
2218
+ "$ref": "#/$defs/LedgerCoordinate"
2219
+ },
2220
+ "title": "Coordinates",
2221
+ "type": "object"
2222
+ }
2223
+ },
2224
+ "title": "Ledger",
2225
+ "type": "object"
2226
+ },
2227
+ "LedgerCoordinate": {
2228
+ "description": "One typed coordinate in a finite certificate ledger.",
2229
+ "properties": {
2230
+ "description": {
2231
+ "anyOf": [
2232
+ {
2233
+ "type": "string"
2234
+ },
2235
+ {
2236
+ "type": "null"
2237
+ }
2238
+ ],
2239
+ "default": null,
2240
+ "title": "Description"
2241
+ },
2242
+ "evidence_refs": {
2243
+ "items": {
2244
+ "type": "string"
2245
+ },
2246
+ "title": "Evidence Refs",
2247
+ "type": "array"
2248
+ },
2249
+ "evidence_status": {
2250
+ "$ref": "#/$defs/EvidenceStatus",
2251
+ "default": "declared"
2252
+ },
2253
+ "kind": {
2254
+ "$ref": "#/$defs/CoordinateKind",
2255
+ "default": "burden"
2256
+ },
2257
+ "known": {
2258
+ "default": true,
2259
+ "title": "Known",
2260
+ "type": "boolean"
2261
+ },
2262
+ "name": {
2263
+ "title": "Name",
2264
+ "type": "string"
2265
+ },
2266
+ "unit": {
2267
+ "default": "dimensionless",
2268
+ "title": "Unit",
2269
+ "type": "string"
2270
+ },
2271
+ "value": {
2272
+ "title": "Value",
2273
+ "type": "number"
2274
+ }
2275
+ },
2276
+ "required": [
2277
+ "name",
2278
+ "value"
2279
+ ],
2280
+ "title": "LedgerCoordinate",
2281
+ "type": "object"
2282
+ },
2283
+ "OccupationLedger": {
2284
+ "description": "Finite attention occupation by queue class.",
2285
+ "properties": {
2286
+ "attention_budget": {
2287
+ "title": "Attention Budget",
2288
+ "type": "number"
2289
+ },
2290
+ "occupied": {
2291
+ "default": 0.0,
2292
+ "title": "Occupied",
2293
+ "type": "number"
2294
+ },
2295
+ "occupied_by_class": {
2296
+ "additionalProperties": {
2297
+ "type": "number"
2298
+ },
2299
+ "title": "Occupied By Class",
2300
+ "type": "object"
2301
+ },
2302
+ "unknown_occupation": {
2303
+ "items": {
2304
+ "type": "string"
2305
+ },
2306
+ "title": "Unknown Occupation",
2307
+ "type": "array"
2308
+ }
2309
+ },
2310
+ "required": [
2311
+ "attention_budget"
2312
+ ],
2313
+ "title": "OccupationLedger",
2314
+ "type": "object"
2315
+ },
2316
+ "PacketIngestionReport": {
2317
+ "description": "Packet ingestion result for local, live, or agent-output sources.",
2318
+ "properties": {
2319
+ "accepted": {
2320
+ "title": "Accepted",
2321
+ "type": "boolean"
2322
+ },
2323
+ "packets": {
2324
+ "items": {
2325
+ "$ref": "#/$defs/CapabilityPacketCandidate"
2326
+ },
2327
+ "title": "Packets",
2328
+ "type": "array"
2329
+ },
2330
+ "provenance": {
2331
+ "items": {
2332
+ "$ref": "#/$defs/IntakeProvenanceRecord"
2333
+ },
2334
+ "title": "Provenance",
2335
+ "type": "array"
2336
+ },
2337
+ "reasons": {
2338
+ "items": {
2339
+ "type": "string"
2340
+ },
2341
+ "title": "Reasons",
2342
+ "type": "array"
2343
+ },
2344
+ "rejected_sources": {
2345
+ "items": {
2346
+ "type": "string"
2347
+ },
2348
+ "title": "Rejected Sources",
2349
+ "type": "array"
2350
+ },
2351
+ "report_id": {
2352
+ "title": "Report Id",
2353
+ "type": "string"
2354
+ },
2355
+ "residual_ledger": {
2356
+ "$ref": "#/$defs/Ledger"
2357
+ },
2358
+ "source_kind": {
2359
+ "$ref": "#/$defs/PacketSourceKind"
2360
+ },
2361
+ "web_fetch_reports": {
2362
+ "items": {
2363
+ "$ref": "#/$defs/WebFetchReport"
2364
+ },
2365
+ "title": "Web Fetch Reports",
2366
+ "type": "array"
2367
+ }
2368
+ },
2369
+ "required": [
2370
+ "report_id",
2371
+ "accepted",
2372
+ "source_kind"
2373
+ ],
2374
+ "title": "PacketIngestionReport",
2375
+ "type": "object"
2376
+ },
2377
+ "PacketPromotionReport": {
2378
+ "description": "Batch packet promotion output for runtime steps.",
2379
+ "properties": {
2380
+ "accepted": {
2381
+ "default": false,
2382
+ "title": "Accepted",
2383
+ "type": "boolean"
2384
+ },
2385
+ "identity_contribution_summary": {
2386
+ "additionalProperties": {
2387
+ "type": "integer"
2388
+ },
2389
+ "title": "Identity Contribution Summary",
2390
+ "type": "object"
2391
+ },
2392
+ "rejected_packets": {
2393
+ "items": {
2394
+ "$ref": "#/$defs/PacketRejection"
2395
+ },
2396
+ "title": "Rejected Packets",
2397
+ "type": "array"
2398
+ },
2399
+ "report_id": {
2400
+ "title": "Report Id",
2401
+ "type": "string"
2402
+ },
2403
+ "residual_ledger": {
2404
+ "$ref": "#/$defs/Ledger"
2405
+ },
2406
+ "safety_invariants": {
2407
+ "items": {
2408
+ "type": "string"
2409
+ },
2410
+ "title": "Safety Invariants",
2411
+ "type": "array"
2412
+ },
2413
+ "verified_packets": {
2414
+ "items": {
2415
+ "$ref": "#/$defs/VerifiedCapabilityPacket"
2416
+ },
2417
+ "title": "Verified Packets",
2418
+ "type": "array"
2419
+ }
2420
+ },
2421
+ "required": [
2422
+ "report_id"
2423
+ ],
2424
+ "title": "PacketPromotionReport",
2425
+ "type": "object"
2426
+ },
2427
+ "PacketRejection": {
2428
+ "description": "Machine-readable packet promotion rejection.",
2429
+ "properties": {
2430
+ "identity_contribution_status": {
2431
+ "$ref": "#/$defs/IdentityContributionStatus",
2432
+ "default": "rejected"
2433
+ },
2434
+ "packet_id": {
2435
+ "title": "Packet Id",
2436
+ "type": "string"
2437
+ },
2438
+ "reasons": {
2439
+ "items": {
2440
+ "type": "string"
2441
+ },
2442
+ "title": "Reasons",
2443
+ "type": "array"
2444
+ },
2445
+ "residual_ledger": {
2446
+ "$ref": "#/$defs/Ledger"
2447
+ },
2448
+ "source_candidate_id": {
2449
+ "title": "Source Candidate Id",
2450
+ "type": "string"
2451
+ },
2452
+ "status": {
2453
+ "$ref": "#/$defs/ClaimStatus",
2454
+ "default": "diagnostic"
2455
+ }
2456
+ },
2457
+ "required": [
2458
+ "packet_id",
2459
+ "source_candidate_id"
2460
+ ],
2461
+ "title": "PacketRejection",
2462
+ "type": "object"
2463
+ },
2464
+ "PacketSourceKind": {
2465
+ "enum": [
2466
+ "local",
2467
+ "github",
2468
+ "zenodo",
2469
+ "arxiv",
2470
+ "http",
2471
+ "web-page",
2472
+ "rss",
2473
+ "atom",
2474
+ "json-feed",
2475
+ "ndjson",
2476
+ "agent-message",
2477
+ "agent-inbox",
2478
+ "web-crawl",
2479
+ "agent-output",
2480
+ "auto"
2481
+ ],
2482
+ "title": "PacketSourceKind",
2483
+ "type": "string"
2484
+ },
2485
+ "PhaseAccelerationScore": {
2486
+ "description": "Finite ECPT ASI-proxy acceleration score for ranking runtime outputs.",
2487
+ "properties": {
2488
+ "components": {
2489
+ "additionalProperties": {
2490
+ "type": "number"
2491
+ },
2492
+ "title": "Components",
2493
+ "type": "object"
2494
+ },
2495
+ "false_liquidity_charge": {
2496
+ "default": 0.0,
2497
+ "title": "False Liquidity Charge",
2498
+ "type": "number"
2499
+ },
2500
+ "finite_proxy_gain": {
2501
+ "default": 0.0,
2502
+ "title": "Finite Proxy Gain",
2503
+ "type": "number"
2504
+ },
2505
+ "missing_route_charge": {
2506
+ "default": 0.0,
2507
+ "title": "Missing Route Charge",
2508
+ "type": "number"
2509
+ },
2510
+ "psi_distance_reduction": {
2511
+ "default": 0.0,
2512
+ "title": "Psi Distance Reduction",
2513
+ "type": "number"
2514
+ },
2515
+ "residual_debt_charge": {
2516
+ "default": 0.0,
2517
+ "title": "Residual Debt Charge",
2518
+ "type": "number"
2519
+ },
2520
+ "risk_charge": {
2521
+ "default": 0.0,
2522
+ "title": "Risk Charge",
2523
+ "type": "number"
2524
+ },
2525
+ "score_id": {
2526
+ "title": "Score Id",
2527
+ "type": "string"
2528
+ },
2529
+ "stale_packet_charge": {
2530
+ "default": 0.0,
2531
+ "title": "Stale Packet Charge",
2532
+ "type": "number"
2533
+ },
2534
+ "total_score": {
2535
+ "title": "Total Score",
2536
+ "type": "number"
2537
+ },
2538
+ "verification_throughput_score": {
2539
+ "default": 0.0,
2540
+ "title": "Verification Throughput Score",
2541
+ "type": "number"
2542
+ }
2543
+ },
2544
+ "required": [
2545
+ "score_id",
2546
+ "total_score"
2547
+ ],
2548
+ "title": "PhaseAccelerationScore",
2549
+ "type": "object"
2550
+ },
2551
+ "PhaseControlAction": {
2552
+ "properties": {
2553
+ "action_id": {
2554
+ "title": "Action Id",
2555
+ "type": "string"
2556
+ },
2557
+ "activation_delta": {
2558
+ "default": 0.0,
2559
+ "title": "Activation Delta",
2560
+ "type": "number"
2561
+ },
2562
+ "burden_delta": {
2563
+ "default": 0.0,
2564
+ "title": "Burden Delta",
2565
+ "type": "number"
2566
+ },
2567
+ "postconditions": {
2568
+ "items": {
2569
+ "type": "string"
2570
+ },
2571
+ "title": "Postconditions",
2572
+ "type": "array"
2573
+ },
2574
+ "preconditions": {
2575
+ "items": {
2576
+ "type": "string"
2577
+ },
2578
+ "title": "Preconditions",
2579
+ "type": "array"
2580
+ },
2581
+ "required_obligations": {
2582
+ "items": {
2583
+ "type": "string"
2584
+ },
2585
+ "title": "Required Obligations",
2586
+ "type": "array"
2587
+ },
2588
+ "residual_charge": {
2589
+ "default": 0.0,
2590
+ "title": "Residual Charge",
2591
+ "type": "number"
2592
+ },
2593
+ "resource_cost": {
2594
+ "additionalProperties": {
2595
+ "type": "number"
2596
+ },
2597
+ "title": "Resource Cost",
2598
+ "type": "object"
2599
+ },
2600
+ "risk_charge": {
2601
+ "default": 0.0,
2602
+ "title": "Risk Charge",
2603
+ "type": "number"
2604
+ },
2605
+ "source_nodes": {
2606
+ "items": {
2607
+ "type": "string"
2608
+ },
2609
+ "title": "Source Nodes",
2610
+ "type": "array"
2611
+ },
2612
+ "target_node": {
2613
+ "title": "Target Node",
2614
+ "type": "string"
2615
+ },
2616
+ "verifier_routes": {
2617
+ "items": {
2618
+ "type": "string"
2619
+ },
2620
+ "title": "Verifier Routes",
2621
+ "type": "array"
2622
+ }
2623
+ },
2624
+ "required": [
2625
+ "action_id",
2626
+ "target_node"
2627
+ ],
2628
+ "title": "PhaseControlAction",
2629
+ "type": "object"
2630
+ },
2631
+ "PhaseControlAuditSummary": {
2632
+ "description": "Typed ECPT phase-control diagnostics derived from a finite runtime step.",
2633
+ "properties": {
2634
+ "baseline_comparison_label": {
2635
+ "default": "unavailable",
2636
+ "title": "Baseline Comparison Label",
2637
+ "type": "string"
2638
+ },
2639
+ "baseline_comparison_ready": {
2640
+ "default": false,
2641
+ "title": "Baseline Comparison Ready",
2642
+ "type": "boolean"
2643
+ },
2644
+ "baseline_proxy_mass": {
2645
+ "default": 0.0,
2646
+ "title": "Baseline Proxy Mass",
2647
+ "type": "number"
2648
+ },
2649
+ "candidate_count": {
2650
+ "default": 0,
2651
+ "title": "Candidate Count",
2652
+ "type": "integer"
2653
+ },
2654
+ "controlled_proxy_mass": {
2655
+ "default": 0.0,
2656
+ "title": "Controlled Proxy Mass",
2657
+ "type": "number"
2658
+ },
2659
+ "duplicate_mass_excluded": {
2660
+ "default": false,
2661
+ "title": "Duplicate Mass Excluded",
2662
+ "type": "boolean"
2663
+ },
2664
+ "execution_availability_required": {
2665
+ "default": true,
2666
+ "title": "Execution Availability Required",
2667
+ "type": "boolean"
2668
+ },
2669
+ "execution_available_path_count": {
2670
+ "default": 0,
2671
+ "title": "Execution Available Path Count",
2672
+ "type": "integer"
2673
+ },
2674
+ "finite_proxy_gain_total": {
2675
+ "default": 0.0,
2676
+ "title": "Finite Proxy Gain Total",
2677
+ "type": "number"
2678
+ },
2679
+ "missing_obligation_count": {
2680
+ "default": 0,
2681
+ "title": "Missing Obligation Count",
2682
+ "type": "integer"
2683
+ },
2684
+ "operationally_usable": {
2685
+ "default": false,
2686
+ "title": "Operationally Usable",
2687
+ "type": "boolean"
2688
+ },
2689
+ "partial": {
2690
+ "default": false,
2691
+ "title": "Partial",
2692
+ "type": "boolean"
2693
+ },
2694
+ "proxy_bundle_coordinate_count": {
2695
+ "default": 0,
2696
+ "title": "Proxy Bundle Coordinate Count",
2697
+ "type": "integer"
2698
+ },
2699
+ "proxy_bundle_mass": {
2700
+ "default": 0.0,
2701
+ "title": "Proxy Bundle Mass",
2702
+ "type": "number"
2703
+ },
2704
+ "proxy_target_grounding_refs": {
2705
+ "items": {
2706
+ "type": "string"
2707
+ },
2708
+ "title": "Proxy Target Grounding Refs",
2709
+ "type": "array"
2710
+ },
2711
+ "proxy_target_grounding_required": {
2712
+ "default": true,
2713
+ "title": "Proxy Target Grounding Required",
2714
+ "type": "boolean"
2715
+ },
2716
+ "queue_capacity_constraints_visible": {
2717
+ "default": false,
2718
+ "title": "Queue Capacity Constraints Visible",
2719
+ "type": "boolean"
2720
+ },
2721
+ "queue_capacity_margin": {
2722
+ "default": 0.0,
2723
+ "title": "Queue Capacity Margin",
2724
+ "type": "number"
2725
+ },
2726
+ "reasons": {
2727
+ "items": {
2728
+ "type": "string"
2729
+ },
2730
+ "title": "Reasons",
2731
+ "type": "array"
2732
+ },
2733
+ "selected_action_count": {
2734
+ "default": 0,
2735
+ "title": "Selected Action Count",
2736
+ "type": "integer"
2737
+ },
2738
+ "settled": {
2739
+ "default": false,
2740
+ "title": "Settled",
2741
+ "type": "boolean"
2742
+ },
2743
+ "split_certificate_refs": {
2744
+ "items": {
2745
+ "type": "string"
2746
+ },
2747
+ "title": "Split Certificate Refs",
2748
+ "type": "array"
2749
+ },
2750
+ "split_certified_quotient_ready": {
2751
+ "default": false,
2752
+ "title": "Split Certified Quotient Ready",
2753
+ "type": "boolean"
2754
+ },
2755
+ "summary_id": {
2756
+ "default": "phase-control-audit:runtime",
2757
+ "title": "Summary Id",
2758
+ "type": "string"
2759
+ },
2760
+ "target_id": {
2761
+ "default": "",
2762
+ "title": "Target Id",
2763
+ "type": "string"
2764
+ },
2765
+ "target_node_count": {
2766
+ "default": 0,
2767
+ "title": "Target Node Count",
2768
+ "type": "integer"
2769
+ }
2770
+ },
2771
+ "title": "PhaseControlAuditSummary",
2772
+ "type": "object"
2773
+ },
2774
+ "PhaseControlEnvelope": {
2775
+ "properties": {
2776
+ "control_surface": {
2777
+ "additionalProperties": {
2778
+ "type": "number"
2779
+ },
2780
+ "title": "Control Surface",
2781
+ "type": "object"
2782
+ },
2783
+ "envelope_id": {
2784
+ "title": "Envelope Id",
2785
+ "type": "string"
2786
+ },
2787
+ "finite_horizon": {
2788
+ "default": 0,
2789
+ "title": "Finite Horizon",
2790
+ "type": "integer"
2791
+ },
2792
+ "finite_state_space": {
2793
+ "items": {
2794
+ "type": "string"
2795
+ },
2796
+ "title": "Finite State Space",
2797
+ "type": "array",
2798
+ "uniqueItems": true
2799
+ },
2800
+ "phase_response": {
2801
+ "additionalProperties": {
2802
+ "type": "number"
2803
+ },
2804
+ "title": "Phase Response",
2805
+ "type": "object"
2806
+ },
2807
+ "residual": {
2808
+ "default": 0.0,
2809
+ "title": "Residual",
2810
+ "type": "number"
2811
+ },
2812
+ "thermodynamic_obligation_ids": {
2813
+ "items": {
2814
+ "type": "string"
2815
+ },
2816
+ "title": "Thermodynamic Obligation Ids",
2817
+ "type": "array",
2818
+ "uniqueItems": true
2819
+ }
2820
+ },
2821
+ "required": [
2822
+ "envelope_id"
2823
+ ],
2824
+ "title": "PhaseControlEnvelope",
2825
+ "type": "object"
2826
+ },
2827
+ "PhaseControlObjective": {
2828
+ "properties": {
2829
+ "horizon": {
2830
+ "default": 1,
2831
+ "title": "Horizon",
2832
+ "type": "integer"
2833
+ },
2834
+ "objective_id": {
2835
+ "title": "Objective Id",
2836
+ "type": "string"
2837
+ },
2838
+ "objective_kind": {
2839
+ "default": "maximize-finite-asi-proxy-mass",
2840
+ "title": "Objective Kind",
2841
+ "type": "string"
2842
+ },
2843
+ "residual_budget": {
2844
+ "default": 0.0,
2845
+ "title": "Residual Budget",
2846
+ "type": "number"
2847
+ },
2848
+ "risk_tolerance": {
2849
+ "default": 0.0,
2850
+ "title": "Risk Tolerance",
2851
+ "type": "number"
2852
+ },
2853
+ "route_preferences": {
2854
+ "items": {
2855
+ "type": "string"
2856
+ },
2857
+ "title": "Route Preferences",
2858
+ "type": "array"
2859
+ },
2860
+ "target": {
2861
+ "$ref": "#/$defs/ASIProxyTargetContract"
2862
+ }
2863
+ },
2864
+ "required": [
2865
+ "objective_id",
2866
+ "target"
2867
+ ],
2868
+ "title": "PhaseControlObjective",
2869
+ "type": "object"
2870
+ },
2871
+ "PhaseControlPlan": {
2872
+ "properties": {
2873
+ "accepted": {
2874
+ "default": false,
2875
+ "title": "Accepted",
2876
+ "type": "boolean"
2877
+ },
2878
+ "candidates": {
2879
+ "items": {
2880
+ "$ref": "#/$defs/InterventionCandidate"
2881
+ },
2882
+ "title": "Candidates",
2883
+ "type": "array"
2884
+ },
2885
+ "finite_proxy_gain_total": {
2886
+ "default": 0.0,
2887
+ "title": "Finite Proxy Gain Total",
2888
+ "type": "number"
2889
+ },
2890
+ "missing_obligations": {
2891
+ "items": {
2892
+ "type": "string"
2893
+ },
2894
+ "title": "Missing Obligations",
2895
+ "type": "array"
2896
+ },
2897
+ "objective_id": {
2898
+ "title": "Objective Id",
2899
+ "type": "string"
2900
+ },
2901
+ "operationally_usable": {
2902
+ "default": false,
2903
+ "title": "Operationally Usable",
2904
+ "type": "boolean"
2905
+ },
2906
+ "partial": {
2907
+ "default": true,
2908
+ "title": "Partial",
2909
+ "type": "boolean"
2910
+ },
2911
+ "plan_id": {
2912
+ "title": "Plan Id",
2913
+ "type": "string"
2914
+ },
2915
+ "profile": {
2916
+ "default": "development",
2917
+ "title": "Profile",
2918
+ "type": "string"
2919
+ },
2920
+ "reasons": {
2921
+ "items": {
2922
+ "type": "string"
2923
+ },
2924
+ "title": "Reasons",
2925
+ "type": "array"
2926
+ },
2927
+ "required_evidence_routes": {
2928
+ "items": {
2929
+ "type": "string"
2930
+ },
2931
+ "title": "Required Evidence Routes",
2932
+ "type": "array"
2933
+ },
2934
+ "residual_ledger": {
2935
+ "$ref": "#/$defs/Ledger"
2936
+ },
2937
+ "score": {
2938
+ "default": 0.0,
2939
+ "title": "Score",
2940
+ "type": "number"
2941
+ },
2942
+ "selected_actions": {
2943
+ "items": {
2944
+ "$ref": "#/$defs/PhaseControlAction"
2945
+ },
2946
+ "title": "Selected Actions",
2947
+ "type": "array"
2948
+ },
2949
+ "settled": {
2950
+ "default": false,
2951
+ "title": "Settled",
2952
+ "type": "boolean"
2953
+ },
2954
+ "status": {
2955
+ "$ref": "#/$defs/ClaimStatus",
2956
+ "default": "diagnostic"
2957
+ }
2958
+ },
2959
+ "required": [
2960
+ "plan_id",
2961
+ "objective_id"
2962
+ ],
2963
+ "title": "PhaseControlPlan",
2964
+ "type": "object"
2965
+ },
2966
+ "PhaseControlRunReport": {
2967
+ "properties": {
2968
+ "baseline_reachable_mass": {
2969
+ "additionalProperties": {
2970
+ "type": "number"
2971
+ },
2972
+ "title": "Baseline Reachable Mass",
2973
+ "type": "object"
2974
+ },
2975
+ "controlled_reachable_mass": {
2976
+ "additionalProperties": {
2977
+ "type": "number"
2978
+ },
2979
+ "title": "Controlled Reachable Mass",
2980
+ "type": "object"
2981
+ },
2982
+ "plan": {
2983
+ "$ref": "#/$defs/PhaseControlPlan"
2984
+ },
2985
+ "report_id": {
2986
+ "title": "Report Id",
2987
+ "type": "string"
2988
+ },
2989
+ "safety_invariants": {
2990
+ "items": {
2991
+ "type": "string"
2992
+ },
2993
+ "title": "Safety Invariants",
2994
+ "type": "array"
2995
+ },
2996
+ "state_id": {
2997
+ "title": "State Id",
2998
+ "type": "string"
2999
+ },
3000
+ "target_id": {
3001
+ "title": "Target Id",
3002
+ "type": "string"
3003
+ }
3004
+ },
3005
+ "required": [
3006
+ "report_id",
3007
+ "state_id",
3008
+ "target_id",
3009
+ "plan"
3010
+ ],
3011
+ "title": "PhaseControlRunReport",
3012
+ "type": "object"
3013
+ },
3014
+ "PhaseControlState": {
3015
+ "properties": {
3016
+ "budgets": {
3017
+ "additionalProperties": {
3018
+ "type": "number"
3019
+ },
3020
+ "title": "Budgets",
3021
+ "type": "object"
3022
+ },
3023
+ "constraint_frame": {
3024
+ "$ref": "#/$defs/ConstraintFrame"
3025
+ },
3026
+ "envelope": {
3027
+ "anyOf": [
3028
+ {
3029
+ "$ref": "#/$defs/PhaseControlEnvelope"
3030
+ },
3031
+ {
3032
+ "type": "null"
3033
+ }
3034
+ ],
3035
+ "default": null
3036
+ },
3037
+ "graph": {
3038
+ "$ref": "#/$defs/CapabilityHypergraph"
3039
+ },
3040
+ "present_obligations": {
3041
+ "items": {
3042
+ "type": "string"
3043
+ },
3044
+ "title": "Present Obligations",
3045
+ "type": "array"
3046
+ },
3047
+ "route_ids": {
3048
+ "items": {
3049
+ "type": "string"
3050
+ },
3051
+ "title": "Route Ids",
3052
+ "type": "array"
3053
+ },
3054
+ "state_id": {
3055
+ "title": "State Id",
3056
+ "type": "string"
3057
+ },
3058
+ "state_vector": {
3059
+ "$ref": "#/$defs/CapabilityStateVector"
3060
+ }
3061
+ },
3062
+ "required": [
3063
+ "state_id",
3064
+ "graph",
3065
+ "state_vector"
3066
+ ],
3067
+ "title": "PhaseControlState",
3068
+ "type": "object"
3069
+ },
3070
+ "PsiDashboard": {
3071
+ "description": "ECPT ASI-proxy phase bundle dashboard.",
3072
+ "properties": {
3073
+ "components": {
3074
+ "additionalProperties": {
3075
+ "type": "number"
3076
+ },
3077
+ "title": "Components",
3078
+ "type": "object"
3079
+ },
3080
+ "dashboard_id": {
3081
+ "title": "Dashboard Id",
3082
+ "type": "string"
3083
+ },
3084
+ "distance_to_threshold": {
3085
+ "additionalProperties": {
3086
+ "type": "number"
3087
+ },
3088
+ "title": "Distance To Threshold",
3089
+ "type": "object"
3090
+ },
3091
+ "limiting_components": {
3092
+ "items": {
3093
+ "type": "string"
3094
+ },
3095
+ "title": "Limiting Components",
3096
+ "type": "array"
3097
+ },
3098
+ "residual_ledger": {
3099
+ "$ref": "#/$defs/Ledger"
3100
+ },
3101
+ "safety_invariants": {
3102
+ "items": {
3103
+ "type": "string"
3104
+ },
3105
+ "title": "Safety Invariants",
3106
+ "type": "array"
3107
+ },
3108
+ "threshold": {
3109
+ "additionalProperties": {
3110
+ "type": "number"
3111
+ },
3112
+ "title": "Threshold",
3113
+ "type": "object"
3114
+ },
3115
+ "throughput": {
3116
+ "$ref": "#/$defs/VerificationThroughputReport"
3117
+ }
3118
+ },
3119
+ "required": [
3120
+ "dashboard_id",
3121
+ "components",
3122
+ "threshold",
3123
+ "distance_to_threshold"
3124
+ ],
3125
+ "title": "PsiDashboard",
3126
+ "type": "object"
3127
+ },
3128
+ "QuarantineLedger": {
3129
+ "description": "Fail-closed quarantine and rollback ledger.",
3130
+ "properties": {
3131
+ "quarantined_items": {
3132
+ "items": {
3133
+ "type": "string"
3134
+ },
3135
+ "title": "Quarantined Items",
3136
+ "type": "array"
3137
+ },
3138
+ "reasons": {
3139
+ "additionalProperties": {
3140
+ "items": {
3141
+ "type": "string"
3142
+ },
3143
+ "type": "array"
3144
+ },
3145
+ "title": "Reasons",
3146
+ "type": "object"
3147
+ },
3148
+ "rollback_items": {
3149
+ "items": {
3150
+ "type": "string"
3151
+ },
3152
+ "title": "Rollback Items",
3153
+ "type": "array"
3154
+ }
3155
+ },
3156
+ "title": "QuarantineLedger",
3157
+ "type": "object"
3158
+ },
3159
+ "ResourceEnvelope": {
3160
+ "description": "Finite resource envelope for protocol-competitive runtime comparison.",
3161
+ "properties": {
3162
+ "compute_cost": {
3163
+ "default": 0.0,
3164
+ "title": "Compute Cost",
3165
+ "type": "number"
3166
+ },
3167
+ "human_review_budget": {
3168
+ "default": 0.0,
3169
+ "title": "Human Review Budget",
3170
+ "type": "number"
3171
+ },
3172
+ "network_calls": {
3173
+ "default": 0,
3174
+ "title": "Network Calls",
3175
+ "type": "integer"
3176
+ },
3177
+ "risk_budget": {
3178
+ "default": 0.0,
3179
+ "title": "Risk Budget",
3180
+ "type": "number"
3181
+ },
3182
+ "token_budget": {
3183
+ "default": 0,
3184
+ "title": "Token Budget",
3185
+ "type": "integer"
3186
+ },
3187
+ "verifier_calls": {
3188
+ "default": 0,
3189
+ "title": "Verifier Calls",
3190
+ "type": "integer"
3191
+ },
3192
+ "wall_time_seconds": {
3193
+ "default": 0.0,
3194
+ "title": "Wall Time Seconds",
3195
+ "type": "number"
3196
+ }
3197
+ },
3198
+ "title": "ResourceEnvelope",
3199
+ "type": "object"
3200
+ },
3201
+ "ResourceMatchedBaselineConfig": {
3202
+ "description": "Baseline comparability contract for ECPT acceleration certificates.",
3203
+ "properties": {
3204
+ "constraint_frame_id": {
3205
+ "default": "default-constraint-frame",
3206
+ "title": "Constraint Frame Id",
3207
+ "type": "string"
3208
+ },
3209
+ "observation_protocol_id": {
3210
+ "default": "default-observation-protocol",
3211
+ "title": "Observation Protocol Id",
3212
+ "type": "string"
3213
+ },
3214
+ "receiver_family": {
3215
+ "items": {
3216
+ "type": "string"
3217
+ },
3218
+ "title": "Receiver Family",
3219
+ "type": "array"
3220
+ },
3221
+ "resource_envelope": {
3222
+ "$ref": "#/$defs/ResourceEnvelope"
3223
+ },
3224
+ "tolerance": {
3225
+ "default": 0.0,
3226
+ "title": "Tolerance",
3227
+ "type": "number"
3228
+ },
3229
+ "validity_domain": {
3230
+ "default": "protocol-relative-finite",
3231
+ "title": "Validity Domain",
3232
+ "type": "string"
3233
+ }
3234
+ },
3235
+ "title": "ResourceMatchedBaselineConfig",
3236
+ "type": "object"
3237
+ },
3238
+ "RiskBudgetLedger": {
3239
+ "description": "Finite SQOT risk budget ledger.",
3240
+ "properties": {
3241
+ "risk_budget": {
3242
+ "default": 0.0,
3243
+ "title": "Risk Budget",
3244
+ "type": "number"
3245
+ },
3246
+ "risk_charges": {
3247
+ "additionalProperties": {
3248
+ "type": "number"
3249
+ },
3250
+ "title": "Risk Charges",
3251
+ "type": "object"
3252
+ }
3253
+ },
3254
+ "title": "RiskBudgetLedger",
3255
+ "type": "object"
3256
+ },
3257
+ "RobotsDecision": {
3258
+ "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.",
3259
+ "properties": {
3260
+ "allowed": {
3261
+ "default": true,
3262
+ "title": "Allowed",
3263
+ "type": "boolean"
3264
+ },
3265
+ "decision_id": {
3266
+ "default": "robots:not-checked",
3267
+ "title": "Decision Id",
3268
+ "type": "string"
3269
+ },
3270
+ "mode": {
3271
+ "default": "not-checked",
3272
+ "title": "Mode",
3273
+ "type": "string"
3274
+ },
3275
+ "reason": {
3276
+ "default": "robots policy was recorded but not enforced",
3277
+ "title": "Reason",
3278
+ "type": "string"
3279
+ },
3280
+ "residual_coordinate": {
3281
+ "anyOf": [
3282
+ {
3283
+ "type": "string"
3284
+ },
3285
+ {
3286
+ "type": "null"
3287
+ }
3288
+ ],
3289
+ "default": null,
3290
+ "title": "Residual Coordinate"
3291
+ },
3292
+ "source_ref": {
3293
+ "default": "",
3294
+ "title": "Source Ref",
3295
+ "type": "string"
3296
+ }
3297
+ },
3298
+ "title": "RobotsDecision",
3299
+ "type": "object"
3300
+ },
3301
+ "RouteExecutionRequest": {
3302
+ "description": "Verifier-route work item emitted by the runtime.",
3303
+ "properties": {
3304
+ "obligation_category": {
3305
+ "title": "Obligation Category",
3306
+ "type": "string"
3307
+ },
3308
+ "priority_score": {
3309
+ "default": 0.0,
3310
+ "title": "Priority Score",
3311
+ "type": "number"
3312
+ },
3313
+ "request_id": {
3314
+ "title": "Request Id",
3315
+ "type": "string"
3316
+ },
3317
+ "required_evidence_kind": {
3318
+ "items": {
3319
+ "type": "string"
3320
+ },
3321
+ "title": "Required Evidence Kind",
3322
+ "type": "array"
3323
+ },
3324
+ "residual_external_obligations": {
3325
+ "items": {
3326
+ "type": "string"
3327
+ },
3328
+ "title": "Residual External Obligations",
3329
+ "type": "array"
3330
+ },
3331
+ "residual_policy": {
3332
+ "title": "Residual Policy",
3333
+ "type": "string"
3334
+ },
3335
+ "route_id": {
3336
+ "title": "Route Id",
3337
+ "type": "string"
3338
+ },
3339
+ "safe_default": {
3340
+ "title": "Safe Default",
3341
+ "type": "string"
3342
+ },
3343
+ "settlement_scope": {
3344
+ "items": {
3345
+ "type": "string"
3346
+ },
3347
+ "title": "Settlement Scope",
3348
+ "type": "array"
3349
+ },
3350
+ "status": {
3351
+ "$ref": "#/$defs/ClaimStatus",
3352
+ "default": "diagnostic"
3353
+ },
3354
+ "verifier_route": {
3355
+ "title": "Verifier Route",
3356
+ "type": "string"
3357
+ }
3358
+ },
3359
+ "required": [
3360
+ "request_id",
3361
+ "route_id",
3362
+ "verifier_route",
3363
+ "obligation_category",
3364
+ "safe_default",
3365
+ "residual_policy"
3366
+ ],
3367
+ "title": "RouteExecutionRequest",
3368
+ "type": "object"
3369
+ },
3370
+ "RuntimeEvent": {
3371
+ "description": "Append-only runtime event for audit and replay.",
3372
+ "properties": {
3373
+ "event_id": {
3374
+ "title": "Event Id",
3375
+ "type": "string"
3376
+ },
3377
+ "event_type": {
3378
+ "title": "Event Type",
3379
+ "type": "string"
3380
+ },
3381
+ "payload_ref": {
3382
+ "title": "Payload Ref",
3383
+ "type": "string"
3384
+ },
3385
+ "payload_sha256": {
3386
+ "title": "Payload Sha256",
3387
+ "type": "string"
3388
+ },
3389
+ "residual_delta": {
3390
+ "$ref": "#/$defs/Ledger"
3391
+ },
3392
+ "step_index": {
3393
+ "title": "Step Index",
3394
+ "type": "integer"
3395
+ },
3396
+ "timestamp": {
3397
+ "anyOf": [
3398
+ {
3399
+ "type": "string"
3400
+ },
3401
+ {
3402
+ "type": "null"
3403
+ }
3404
+ ],
3405
+ "default": null,
3406
+ "title": "Timestamp"
3407
+ }
3408
+ },
3409
+ "required": [
3410
+ "event_id",
3411
+ "event_type",
3412
+ "step_index",
3413
+ "payload_ref",
3414
+ "payload_sha256"
3415
+ ],
3416
+ "title": "RuntimeEvent",
3417
+ "type": "object"
3418
+ },
3419
+ "RuntimeEventLog": {
3420
+ "description": "Deterministic event log with aggregate hash.",
3421
+ "properties": {
3422
+ "aggregate_sha256": {
3423
+ "default": "0000000000000000000000000000000000000000000000000000000000000000",
3424
+ "title": "Aggregate Sha256",
3425
+ "type": "string"
3426
+ },
3427
+ "events": {
3428
+ "items": {
3429
+ "$ref": "#/$defs/RuntimeEvent"
3430
+ },
3431
+ "title": "Events",
3432
+ "type": "array"
3433
+ }
3434
+ },
3435
+ "title": "RuntimeEventLog",
3436
+ "type": "object"
3437
+ },
3438
+ "RuntimeRunReport": {
3439
+ "description": "Multi-step runtime trajectory used for finite acceleration comparison.",
3440
+ "properties": {
3441
+ "accepted": {
3442
+ "default": false,
3443
+ "title": "Accepted",
3444
+ "type": "boolean"
3445
+ },
3446
+ "baseline_config": {
3447
+ "anyOf": [
3448
+ {
3449
+ "$ref": "#/$defs/ResourceMatchedBaselineConfig"
3450
+ },
3451
+ {
3452
+ "type": "null"
3453
+ }
3454
+ ],
3455
+ "default": null
3456
+ },
3457
+ "cumulative_residual_ledger": {
3458
+ "$ref": "#/$defs/Ledger"
3459
+ },
3460
+ "finite_checks_passed": {
3461
+ "default": false,
3462
+ "title": "Finite Checks Passed",
3463
+ "type": "boolean"
3464
+ },
3465
+ "initial_state_id": {
3466
+ "title": "Initial State Id",
3467
+ "type": "string"
3468
+ },
3469
+ "operationally_usable": {
3470
+ "default": false,
3471
+ "title": "Operationally Usable",
3472
+ "type": "boolean"
3473
+ },
3474
+ "psi_trajectory": {
3475
+ "items": {
3476
+ "$ref": "#/$defs/PsiDashboard"
3477
+ },
3478
+ "title": "Psi Trajectory",
3479
+ "type": "array"
3480
+ },
3481
+ "reports": {
3482
+ "items": {
3483
+ "$ref": "#/$defs/RuntimeStepReport"
3484
+ },
3485
+ "title": "Reports",
3486
+ "type": "array"
3487
+ },
3488
+ "resource_envelope": {
3489
+ "$ref": "#/$defs/ResourceEnvelope"
3490
+ },
3491
+ "resource_units": {
3492
+ "default": 0.0,
3493
+ "title": "Resource Units",
3494
+ "type": "number"
3495
+ },
3496
+ "run_id": {
3497
+ "title": "Run Id",
3498
+ "type": "string"
3499
+ },
3500
+ "score_trajectory": {
3501
+ "items": {
3502
+ "$ref": "#/$defs/PhaseAccelerationScore"
3503
+ },
3504
+ "title": "Score Trajectory",
3505
+ "type": "array"
3506
+ },
3507
+ "settled": {
3508
+ "default": false,
3509
+ "title": "Settled",
3510
+ "type": "boolean"
3511
+ },
3512
+ "threshold_crossing_step": {
3513
+ "anyOf": [
3514
+ {
3515
+ "type": "integer"
3516
+ },
3517
+ {
3518
+ "type": "null"
3519
+ }
3520
+ ],
3521
+ "default": null,
3522
+ "title": "Threshold Crossing Step"
3523
+ }
3524
+ },
3525
+ "required": [
3526
+ "run_id",
3527
+ "initial_state_id"
3528
+ ],
3529
+ "title": "RuntimeRunReport",
3530
+ "type": "object"
3531
+ },
3532
+ "RuntimeState": {
3533
+ "description": "Persistent runtime state for one ECPT active agent session.",
3534
+ "properties": {
3535
+ "accepted_agent_ids": {
3536
+ "items": {
3537
+ "type": "string"
3538
+ },
3539
+ "title": "Accepted Agent Ids",
3540
+ "type": "array"
3541
+ },
3542
+ "accepted_public_key_ids": {
3543
+ "items": {
3544
+ "type": "string"
3545
+ },
3546
+ "title": "Accepted Public Key Ids",
3547
+ "type": "array"
3548
+ },
3549
+ "collective_certificate_refs": {
3550
+ "items": {
3551
+ "type": "string"
3552
+ },
3553
+ "title": "Collective Certificate Refs",
3554
+ "type": "array"
3555
+ },
3556
+ "event_log": {
3557
+ "$ref": "#/$defs/RuntimeEventLog"
3558
+ },
3559
+ "execution_report_refs": {
3560
+ "items": {
3561
+ "type": "string"
3562
+ },
3563
+ "title": "Execution Report Refs",
3564
+ "type": "array"
3565
+ },
3566
+ "identity_attestation_refs": {
3567
+ "items": {
3568
+ "type": "string"
3569
+ },
3570
+ "title": "Identity Attestation Refs",
3571
+ "type": "array"
3572
+ },
3573
+ "identity_mode": {
3574
+ "default": "declared",
3575
+ "title": "Identity Mode",
3576
+ "type": "string"
3577
+ },
3578
+ "last_acceleration_certificate_refs": {
3579
+ "items": {
3580
+ "type": "string"
3581
+ },
3582
+ "title": "Last Acceleration Certificate Refs",
3583
+ "type": "array"
3584
+ },
3585
+ "packet_lineage_refs": {
3586
+ "items": {
3587
+ "type": "string"
3588
+ },
3589
+ "title": "Packet Lineage Refs",
3590
+ "type": "array"
3591
+ },
3592
+ "packet_registry": {
3593
+ "$ref": "#/$defs/CapabilityPacketRegistry"
3594
+ },
3595
+ "phase_actions": {
3596
+ "items": {
3597
+ "$ref": "#/$defs/PhaseControlAction"
3598
+ },
3599
+ "title": "Phase Actions",
3600
+ "type": "array"
3601
+ },
3602
+ "phase_objective": {
3603
+ "$ref": "#/$defs/PhaseControlObjective"
3604
+ },
3605
+ "phase_state": {
3606
+ "$ref": "#/$defs/PhaseControlState"
3607
+ },
3608
+ "psi_threshold": {
3609
+ "additionalProperties": {
3610
+ "type": "number"
3611
+ },
3612
+ "title": "Psi Threshold",
3613
+ "type": "object"
3614
+ },
3615
+ "quarantine_ledger": {
3616
+ "$ref": "#/$defs/QuarantineLedger"
3617
+ },
3618
+ "residual_ledger": {
3619
+ "$ref": "#/$defs/Ledger"
3620
+ },
3621
+ "route_batch_refs": {
3622
+ "items": {
3623
+ "type": "string"
3624
+ },
3625
+ "title": "Route Batch Refs",
3626
+ "type": "array"
3627
+ },
3628
+ "runtime_memory": {
3629
+ "items": {
3630
+ "type": "string"
3631
+ },
3632
+ "title": "Runtime Memory",
3633
+ "type": "array"
3634
+ },
3635
+ "state_id": {
3636
+ "title": "State Id",
3637
+ "type": "string"
3638
+ },
3639
+ "step_index": {
3640
+ "default": 0,
3641
+ "title": "Step Index",
3642
+ "type": "integer"
3643
+ },
3644
+ "verified_packets": {
3645
+ "items": {
3646
+ "$ref": "#/$defs/VerifiedCapabilityPacket"
3647
+ },
3648
+ "title": "Verified Packets",
3649
+ "type": "array"
3650
+ },
3651
+ "verifier_resolution_inventory": {
3652
+ "items": {
3653
+ "$ref": "#/$defs/VerifierResolution"
3654
+ },
3655
+ "title": "Verifier Resolution Inventory",
3656
+ "type": "array"
3657
+ }
3658
+ },
3659
+ "required": [
3660
+ "state_id",
3661
+ "phase_state",
3662
+ "phase_objective"
3663
+ ],
3664
+ "title": "RuntimeState",
3665
+ "type": "object"
3666
+ },
3667
+ "RuntimeStepReport": {
3668
+ "description": "One deterministic runtime step result.",
3669
+ "properties": {
3670
+ "acceleration_certificate_eligible": {
3671
+ "default": false,
3672
+ "title": "Acceleration Certificate Eligible",
3673
+ "type": "boolean"
3674
+ },
3675
+ "accepted": {
3676
+ "title": "Accepted",
3677
+ "type": "boolean"
3678
+ },
3679
+ "action_commits": {
3680
+ "items": {
3681
+ "$ref": "#/$defs/ActionCommit"
3682
+ },
3683
+ "title": "Action Commits",
3684
+ "type": "array"
3685
+ },
3686
+ "agent_tasks": {
3687
+ "items": {
3688
+ "$ref": "#/$defs/AgentTask"
3689
+ },
3690
+ "title": "Agent Tasks",
3691
+ "type": "array"
3692
+ },
3693
+ "allow_live_connectors": {
3694
+ "default": false,
3695
+ "title": "Allow Live Connectors",
3696
+ "type": "boolean"
3697
+ },
3698
+ "basin_reachability": {
3699
+ "anyOf": [
3700
+ {
3701
+ "$ref": "#/$defs/BasinReachabilityReport"
3702
+ },
3703
+ {
3704
+ "type": "null"
3705
+ }
3706
+ ],
3707
+ "default": null
3708
+ },
3709
+ "bottleneck_plan": {
3710
+ "$ref": "#/$defs/BottleneckInversionPlan"
3711
+ },
3712
+ "bottleneck_witness_reports": {
3713
+ "items": {
3714
+ "$ref": "#/$defs/BottleneckWitnessReport"
3715
+ },
3716
+ "title": "Bottleneck Witness Reports",
3717
+ "type": "array"
3718
+ },
3719
+ "bottleneck_witness_tasks": {
3720
+ "items": {
3721
+ "$ref": "#/$defs/AgentTask"
3722
+ },
3723
+ "title": "Bottleneck Witness Tasks",
3724
+ "type": "array"
3725
+ },
3726
+ "edge_relation_reports": {
3727
+ "items": {
3728
+ "$ref": "#/$defs/EdgeRelationVerificationReport"
3729
+ },
3730
+ "title": "Edge Relation Reports",
3731
+ "type": "array"
3732
+ },
3733
+ "event_log_delta": {
3734
+ "$ref": "#/$defs/RuntimeEventLog"
3735
+ },
3736
+ "evidence_resolution_batch": {
3737
+ "$ref": "#/$defs/EvidenceResolutionBatch"
3738
+ },
3739
+ "finite_checks_passed": {
3740
+ "default": false,
3741
+ "title": "Finite Checks Passed",
3742
+ "type": "boolean"
3743
+ },
3744
+ "frontier_debt_report": {
3745
+ "$ref": "#/$defs/FrontierDebtReport"
3746
+ },
3747
+ "frontier_debt_summary": {
3748
+ "additionalProperties": {
3749
+ "anyOf": [
3750
+ {
3751
+ "type": "integer"
3752
+ },
3753
+ {
3754
+ "type": "number"
3755
+ }
3756
+ ]
3757
+ },
3758
+ "title": "Frontier Debt Summary",
3759
+ "type": "object"
3760
+ },
3761
+ "ingestion_reports": {
3762
+ "items": {
3763
+ "$ref": "#/$defs/PacketIngestionReport"
3764
+ },
3765
+ "title": "Ingestion Reports",
3766
+ "type": "array"
3767
+ },
3768
+ "input_id": {
3769
+ "title": "Input Id",
3770
+ "type": "string"
3771
+ },
3772
+ "missing_obligations": {
3773
+ "items": {
3774
+ "type": "string"
3775
+ },
3776
+ "title": "Missing Obligations",
3777
+ "type": "array"
3778
+ },
3779
+ "operationally_usable": {
3780
+ "default": false,
3781
+ "title": "Operationally Usable",
3782
+ "type": "boolean"
3783
+ },
3784
+ "phase_acceleration_score": {
3785
+ "$ref": "#/$defs/PhaseAccelerationScore"
3786
+ },
3787
+ "phase_control_audit": {
3788
+ "$ref": "#/$defs/PhaseControlAuditSummary"
3789
+ },
3790
+ "phase_control_summary": {
3791
+ "additionalProperties": {
3792
+ "anyOf": [
3793
+ {
3794
+ "type": "string"
3795
+ },
3796
+ {
3797
+ "type": "integer"
3798
+ },
3799
+ {
3800
+ "type": "number"
3801
+ },
3802
+ {
3803
+ "type": "boolean"
3804
+ }
3805
+ ]
3806
+ },
3807
+ "title": "Phase Control Summary",
3808
+ "type": "object"
3809
+ },
3810
+ "phase_run_report": {
3811
+ "$ref": "#/$defs/PhaseControlRunReport"
3812
+ },
3813
+ "promotion_report": {
3814
+ "$ref": "#/$defs/PacketPromotionReport"
3815
+ },
3816
+ "psi": {
3817
+ "$ref": "#/$defs/PsiDashboard"
3818
+ },
3819
+ "reasons": {
3820
+ "items": {
3821
+ "type": "string"
3822
+ },
3823
+ "title": "Reasons",
3824
+ "type": "array"
3825
+ },
3826
+ "registry": {
3827
+ "$ref": "#/$defs/CapabilityPacketRegistry"
3828
+ },
3829
+ "report_id": {
3830
+ "title": "Report Id",
3831
+ "type": "string"
3832
+ },
3833
+ "residual_ledger": {
3834
+ "$ref": "#/$defs/Ledger"
3835
+ },
3836
+ "route_execution_requests": {
3837
+ "items": {
3838
+ "$ref": "#/$defs/RouteExecutionRequest"
3839
+ },
3840
+ "title": "Route Execution Requests",
3841
+ "type": "array"
3842
+ },
3843
+ "safety_invariants": {
3844
+ "items": {
3845
+ "type": "string"
3846
+ },
3847
+ "title": "Safety Invariants",
3848
+ "type": "array"
3849
+ },
3850
+ "salience_schedule": {
3851
+ "$ref": "#/$defs/SalienceScheduleReport"
3852
+ },
3853
+ "schema_valid": {
3854
+ "default": true,
3855
+ "title": "Schema Valid",
3856
+ "type": "boolean"
3857
+ },
3858
+ "settled": {
3859
+ "default": false,
3860
+ "title": "Settled",
3861
+ "type": "boolean"
3862
+ },
3863
+ "state_id": {
3864
+ "title": "State Id",
3865
+ "type": "string"
3866
+ },
3867
+ "status": {
3868
+ "$ref": "#/$defs/ClaimStatus",
3869
+ "default": "diagnostic"
3870
+ },
3871
+ "step_index": {
3872
+ "title": "Step Index",
3873
+ "type": "integer"
3874
+ },
3875
+ "verified_packet_count": {
3876
+ "default": 0,
3877
+ "title": "Verified Packet Count",
3878
+ "type": "integer"
3879
+ }
3880
+ },
3881
+ "required": [
3882
+ "report_id",
3883
+ "state_id",
3884
+ "input_id",
3885
+ "step_index",
3886
+ "accepted",
3887
+ "registry",
3888
+ "psi",
3889
+ "bottleneck_plan",
3890
+ "phase_run_report",
3891
+ "salience_schedule",
3892
+ "phase_acceleration_score"
3893
+ ],
3894
+ "title": "RuntimeStepReport",
3895
+ "type": "object"
3896
+ },
3897
+ "SalienceDecision": {
3898
+ "enum": [
3899
+ "run",
3900
+ "defer",
3901
+ "quarantine",
3902
+ "rollback",
3903
+ "abstain"
3904
+ ],
3905
+ "title": "SalienceDecision",
3906
+ "type": "string"
3907
+ },
3908
+ "SalienceScheduleReport": {
3909
+ "description": "Deterministic SQOT scheduling output for agent runners.",
3910
+ "properties": {
3911
+ "accepted": {
3912
+ "default": false,
3913
+ "title": "Accepted",
3914
+ "type": "boolean"
3915
+ },
3916
+ "adversarial_transfer_charge": {
3917
+ "default": 0.0,
3918
+ "title": "Adversarial Transfer Charge",
3919
+ "type": "number"
3920
+ },
3921
+ "aggregation_group_counts": {
3922
+ "additionalProperties": {
3923
+ "type": "integer"
3924
+ },
3925
+ "title": "Aggregation Group Counts",
3926
+ "type": "object"
3927
+ },
3928
+ "aggregation_group_occupation": {
3929
+ "additionalProperties": {
3930
+ "type": "number"
3931
+ },
3932
+ "title": "Aggregation Group Occupation",
3933
+ "type": "object"
3934
+ },
3935
+ "audit_recursion_violations": {
3936
+ "items": {
3937
+ "type": "string"
3938
+ },
3939
+ "title": "Audit Recursion Violations",
3940
+ "type": "array"
3941
+ },
3942
+ "decisions": {
3943
+ "items": {
3944
+ "$ref": "#/$defs/SalienceSchedulingDecision"
3945
+ },
3946
+ "title": "Decisions",
3947
+ "type": "array"
3948
+ },
3949
+ "diagnostic_reserve": {
3950
+ "$ref": "#/$defs/DiagnosticReservePolicy"
3951
+ },
3952
+ "distributed_origin_count": {
3953
+ "default": 0,
3954
+ "title": "Distributed Origin Count",
3955
+ "type": "integer"
3956
+ },
3957
+ "effective_diagnostic_reserve": {
3958
+ "default": 0.0,
3959
+ "title": "Effective Diagnostic Reserve",
3960
+ "type": "number"
3961
+ },
3962
+ "false_liquidity_rate": {
3963
+ "default": 0.0,
3964
+ "title": "False Liquidity Rate",
3965
+ "type": "number"
3966
+ },
3967
+ "label_laundering_suspicions": {
3968
+ "items": {
3969
+ "type": "string"
3970
+ },
3971
+ "title": "Label Laundering Suspicions",
3972
+ "type": "array"
3973
+ },
3974
+ "latency_deadline_loss": {
3975
+ "default": 0.0,
3976
+ "title": "Latency Deadline Loss",
3977
+ "type": "number"
3978
+ },
3979
+ "low_contribution_occupation": {
3980
+ "default": 0.0,
3981
+ "title": "Low Contribution Occupation",
3982
+ "type": "number"
3983
+ },
3984
+ "occupation_ledger": {
3985
+ "$ref": "#/$defs/OccupationLedger"
3986
+ },
3987
+ "privacy_rejoin_refs": {
3988
+ "items": {
3989
+ "type": "string"
3990
+ },
3991
+ "title": "Privacy Rejoin Refs",
3992
+ "type": "array"
3993
+ },
3994
+ "profile": {
3995
+ "default": "development",
3996
+ "title": "Profile",
3997
+ "type": "string"
3998
+ },
3999
+ "protocol_integrity_refs": {
4000
+ "items": {
4001
+ "type": "string"
4002
+ },
4003
+ "title": "Protocol Integrity Refs",
4004
+ "type": "array"
4005
+ },
4006
+ "quarantine_ledger": {
4007
+ "$ref": "#/$defs/QuarantineLedger"
4008
+ },
4009
+ "report_id": {
4010
+ "title": "Report Id",
4011
+ "type": "string"
4012
+ },
4013
+ "residual_debt_growth": {
4014
+ "default": 0.0,
4015
+ "title": "Residual Debt Growth",
4016
+ "type": "number"
4017
+ },
4018
+ "risk_ledger": {
4019
+ "$ref": "#/$defs/RiskBudgetLedger"
4020
+ },
4021
+ "rollback_class_summary": {
4022
+ "additionalProperties": {
4023
+ "type": "integer"
4024
+ },
4025
+ "title": "Rollback Class Summary",
4026
+ "type": "object"
4027
+ },
4028
+ "safety_invariants": {
4029
+ "items": {
4030
+ "type": "string"
4031
+ },
4032
+ "title": "Safety Invariants",
4033
+ "type": "array"
4034
+ },
4035
+ "sovereignty_kernel_refs": {
4036
+ "items": {
4037
+ "type": "string"
4038
+ },
4039
+ "title": "Sovereignty Kernel Refs",
4040
+ "type": "array"
4041
+ },
4042
+ "stale_packet_ratio": {
4043
+ "default": 0.0,
4044
+ "title": "Stale Packet Ratio",
4045
+ "type": "number"
4046
+ },
4047
+ "thermodynamic_discharge_charge": {
4048
+ "default": 0.0,
4049
+ "title": "Thermodynamic Discharge Charge",
4050
+ "type": "number"
4051
+ },
4052
+ "unresolved_obligation_backlog": {
4053
+ "default": 0,
4054
+ "title": "Unresolved Obligation Backlog",
4055
+ "type": "integer"
4056
+ },
4057
+ "verifier_latency_proxy": {
4058
+ "default": 0.0,
4059
+ "title": "Verifier Latency Proxy",
4060
+ "type": "number"
4061
+ }
4062
+ },
4063
+ "required": [
4064
+ "report_id",
4065
+ "occupation_ledger"
4066
+ ],
4067
+ "title": "SalienceScheduleReport",
4068
+ "type": "object"
4069
+ },
4070
+ "SalienceSchedulingDecision": {
4071
+ "description": "One scheduler decision with explicit residual accounting.",
4072
+ "properties": {
4073
+ "decision": {
4074
+ "$ref": "#/$defs/SalienceDecision"
4075
+ },
4076
+ "operationally_usable": {
4077
+ "default": false,
4078
+ "title": "Operationally Usable",
4079
+ "type": "boolean"
4080
+ },
4081
+ "priority_score": {
4082
+ "title": "Priority Score",
4083
+ "type": "number"
4084
+ },
4085
+ "reasons": {
4086
+ "items": {
4087
+ "type": "string"
4088
+ },
4089
+ "title": "Reasons",
4090
+ "type": "array"
4091
+ },
4092
+ "record_id": {
4093
+ "title": "Record Id",
4094
+ "type": "string"
4095
+ },
4096
+ "residual_ledger": {
4097
+ "$ref": "#/$defs/Ledger"
4098
+ },
4099
+ "settled": {
4100
+ "default": false,
4101
+ "title": "Settled",
4102
+ "type": "boolean"
4103
+ },
4104
+ "status": {
4105
+ "$ref": "#/$defs/ClaimStatus",
4106
+ "default": "diagnostic"
4107
+ }
4108
+ },
4109
+ "required": [
4110
+ "record_id",
4111
+ "decision",
4112
+ "priority_score"
4113
+ ],
4114
+ "title": "SalienceSchedulingDecision",
4115
+ "type": "object"
4116
+ },
4117
+ "SybilResistanceLedger": {
4118
+ "description": "Population-level Sybil-resistance judgment and residual ledger.",
4119
+ "properties": {
4120
+ "accepted": {
4121
+ "default": false,
4122
+ "title": "Accepted",
4123
+ "type": "boolean"
4124
+ },
4125
+ "accepted_agent_ids": {
4126
+ "items": {
4127
+ "type": "string"
4128
+ },
4129
+ "title": "Accepted Agent Ids",
4130
+ "type": "array"
4131
+ },
4132
+ "accepted_public_key_ids": {
4133
+ "items": {
4134
+ "type": "string"
4135
+ },
4136
+ "title": "Accepted Public Key Ids",
4137
+ "type": "array"
4138
+ },
4139
+ "clone_fanout_groups": {
4140
+ "items": {
4141
+ "type": "string"
4142
+ },
4143
+ "title": "Clone Fanout Groups",
4144
+ "type": "array"
4145
+ },
4146
+ "duplicate_agent_ids": {
4147
+ "items": {
4148
+ "type": "string"
4149
+ },
4150
+ "title": "Duplicate Agent Ids",
4151
+ "type": "array"
4152
+ },
4153
+ "duplicate_credential_refs": {
4154
+ "items": {
4155
+ "type": "string"
4156
+ },
4157
+ "title": "Duplicate Credential Refs",
4158
+ "type": "array"
4159
+ },
4160
+ "duplicate_public_key_fingerprints": {
4161
+ "items": {
4162
+ "type": "string"
4163
+ },
4164
+ "title": "Duplicate Public Key Fingerprints",
4165
+ "type": "array"
4166
+ },
4167
+ "duplicate_public_key_ids": {
4168
+ "items": {
4169
+ "type": "string"
4170
+ },
4171
+ "title": "Duplicate Public Key Ids",
4172
+ "type": "array"
4173
+ },
4174
+ "expired_agent_ids": {
4175
+ "items": {
4176
+ "type": "string"
4177
+ },
4178
+ "title": "Expired Agent Ids",
4179
+ "type": "array"
4180
+ },
4181
+ "failed_signature_agent_ids": {
4182
+ "items": {
4183
+ "type": "string"
4184
+ },
4185
+ "title": "Failed Signature Agent Ids",
4186
+ "type": "array"
4187
+ },
4188
+ "finite_checks_passed": {
4189
+ "default": false,
4190
+ "title": "Finite Checks Passed",
4191
+ "type": "boolean"
4192
+ },
4193
+ "fleet_overrepresented": {
4194
+ "items": {
4195
+ "type": "string"
4196
+ },
4197
+ "title": "Fleet Overrepresented",
4198
+ "type": "array"
4199
+ },
4200
+ "identity_check_reports": {
4201
+ "items": {
4202
+ "$ref": "#/$defs/AgentIdentityCheckReport"
4203
+ },
4204
+ "title": "Identity Check Reports",
4205
+ "type": "array"
4206
+ },
4207
+ "identity_count": {
4208
+ "title": "Identity Count",
4209
+ "type": "integer"
4210
+ },
4211
+ "issuer_overrepresented": {
4212
+ "items": {
4213
+ "type": "string"
4214
+ },
4215
+ "title": "Issuer Overrepresented",
4216
+ "type": "array"
4217
+ },
4218
+ "ledger_id": {
4219
+ "title": "Ledger Id",
4220
+ "type": "string"
4221
+ },
4222
+ "missing_evidence_refs": {
4223
+ "items": {
4224
+ "type": "string"
4225
+ },
4226
+ "title": "Missing Evidence Refs",
4227
+ "type": "array"
4228
+ },
4229
+ "model_overrepresented": {
4230
+ "items": {
4231
+ "type": "string"
4232
+ },
4233
+ "title": "Model Overrepresented",
4234
+ "type": "array"
4235
+ },
4236
+ "operationally_usable": {
4237
+ "default": false,
4238
+ "title": "Operationally Usable",
4239
+ "type": "boolean"
4240
+ },
4241
+ "policy_explanation": {
4242
+ "additionalProperties": {
4243
+ "type": "string"
4244
+ },
4245
+ "title": "Policy Explanation",
4246
+ "type": "object"
4247
+ },
4248
+ "policy_id": {
4249
+ "title": "Policy Id",
4250
+ "type": "string"
4251
+ },
4252
+ "policy_overrepresented": {
4253
+ "items": {
4254
+ "type": "string"
4255
+ },
4256
+ "title": "Policy Overrepresented",
4257
+ "type": "array"
4258
+ },
4259
+ "population_id": {
4260
+ "title": "Population Id",
4261
+ "type": "string"
4262
+ },
4263
+ "reasons": {
4264
+ "items": {
4265
+ "type": "string"
4266
+ },
4267
+ "title": "Reasons",
4268
+ "type": "array"
4269
+ },
4270
+ "rejected_agent_ids": {
4271
+ "items": {
4272
+ "type": "string"
4273
+ },
4274
+ "title": "Rejected Agent Ids",
4275
+ "type": "array"
4276
+ },
4277
+ "residual_ledger": {
4278
+ "$ref": "#/$defs/Ledger"
4279
+ },
4280
+ "revoked_agent_ids": {
4281
+ "items": {
4282
+ "type": "string"
4283
+ },
4284
+ "title": "Revoked Agent Ids",
4285
+ "type": "array"
4286
+ },
4287
+ "settled": {
4288
+ "default": false,
4289
+ "title": "Settled",
4290
+ "type": "boolean"
4291
+ },
4292
+ "trust_profile": {
4293
+ "$ref": "#/$defs/IdentityTrustProfile",
4294
+ "default": "production"
4295
+ }
4296
+ },
4297
+ "required": [
4298
+ "ledger_id",
4299
+ "population_id",
4300
+ "policy_id",
4301
+ "identity_count"
4302
+ ],
4303
+ "title": "SybilResistanceLedger",
4304
+ "type": "object"
4305
+ },
4306
+ "VerificationThroughputReport": {
4307
+ "description": "Finite throughput dashboard for verifier queue health.",
4308
+ "properties": {
4309
+ "abstained_packets": {
4310
+ "default": 0,
4311
+ "title": "Abstained Packets",
4312
+ "type": "integer"
4313
+ },
4314
+ "accepted_packets": {
4315
+ "default": 0,
4316
+ "title": "Accepted Packets",
4317
+ "type": "integer"
4318
+ },
4319
+ "evidence_hash_mismatch_rate": {
4320
+ "default": 0.0,
4321
+ "title": "Evidence Hash Mismatch Rate",
4322
+ "type": "number"
4323
+ },
4324
+ "false_liquidity_rate": {
4325
+ "default": 0.0,
4326
+ "title": "False Liquidity Rate",
4327
+ "type": "number"
4328
+ },
4329
+ "low_contribution_queue_occupation": {
4330
+ "default": 0.0,
4331
+ "title": "Low Contribution Queue Occupation",
4332
+ "type": "number"
4333
+ },
4334
+ "packet_inflow": {
4335
+ "default": 0,
4336
+ "title": "Packet Inflow",
4337
+ "type": "integer"
4338
+ },
4339
+ "rejected_packets": {
4340
+ "default": 0,
4341
+ "title": "Rejected Packets",
4342
+ "type": "integer"
4343
+ },
4344
+ "residual_debt_growth": {
4345
+ "default": 0.0,
4346
+ "title": "Residual Debt Growth",
4347
+ "type": "number"
4348
+ },
4349
+ "stale_packet_ratio": {
4350
+ "default": 0.0,
4351
+ "title": "Stale Packet Ratio",
4352
+ "type": "number"
4353
+ },
4354
+ "unresolved_obligation_backlog": {
4355
+ "default": 0,
4356
+ "title": "Unresolved Obligation Backlog",
4357
+ "type": "integer"
4358
+ },
4359
+ "verifier_latency_proxy": {
4360
+ "default": 0.0,
4361
+ "title": "Verifier Latency Proxy",
4362
+ "type": "number"
4363
+ }
4364
+ },
4365
+ "title": "VerificationThroughputReport",
4366
+ "type": "object"
4367
+ },
4368
+ "VerifiedCapabilityPacket": {
4369
+ "description": "Finite-scope reusable packet capital after verifier and edge checks.",
4370
+ "properties": {
4371
+ "accepted_edge_witness_ids": {
4372
+ "items": {
4373
+ "type": "string"
4374
+ },
4375
+ "title": "Accepted Edge Witness Ids",
4376
+ "type": "array"
4377
+ },
4378
+ "execution_available": {
4379
+ "default": false,
4380
+ "title": "Execution Available",
4381
+ "type": "boolean"
4382
+ },
4383
+ "expires_at": {
4384
+ "anyOf": [
4385
+ {
4386
+ "type": "string"
4387
+ },
4388
+ {
4389
+ "type": "null"
4390
+ }
4391
+ ],
4392
+ "default": null,
4393
+ "title": "Expires At"
4394
+ },
4395
+ "identity_contribution_status": {
4396
+ "$ref": "#/$defs/IdentityContributionStatus",
4397
+ "default": "verified"
4398
+ },
4399
+ "issuer_agent_id": {
4400
+ "anyOf": [
4401
+ {
4402
+ "type": "string"
4403
+ },
4404
+ {
4405
+ "type": "null"
4406
+ }
4407
+ ],
4408
+ "default": null,
4409
+ "title": "Issuer Agent Id"
4410
+ },
4411
+ "issuer_attestation_id": {
4412
+ "anyOf": [
4413
+ {
4414
+ "type": "string"
4415
+ },
4416
+ {
4417
+ "type": "null"
4418
+ }
4419
+ ],
4420
+ "default": null,
4421
+ "title": "Issuer Attestation Id"
4422
+ },
4423
+ "issuer_public_key_id": {
4424
+ "anyOf": [
4425
+ {
4426
+ "type": "string"
4427
+ },
4428
+ {
4429
+ "type": "null"
4430
+ }
4431
+ ],
4432
+ "default": null,
4433
+ "title": "Issuer Public Key Id"
4434
+ },
4435
+ "liquidity_score": {
4436
+ "default": 0.0,
4437
+ "title": "Liquidity Score",
4438
+ "type": "number"
4439
+ },
4440
+ "operationally_usable": {
4441
+ "default": false,
4442
+ "title": "Operationally Usable",
4443
+ "type": "boolean"
4444
+ },
4445
+ "packet_id": {
4446
+ "title": "Packet Id",
4447
+ "type": "string"
4448
+ },
4449
+ "receiver_family": {
4450
+ "items": {
4451
+ "type": "string"
4452
+ },
4453
+ "title": "Receiver Family",
4454
+ "type": "array"
4455
+ },
4456
+ "residual_external_obligations": {
4457
+ "items": {
4458
+ "type": "string"
4459
+ },
4460
+ "title": "Residual External Obligations",
4461
+ "type": "array"
4462
+ },
4463
+ "residual_ledger": {
4464
+ "$ref": "#/$defs/Ledger"
4465
+ },
4466
+ "rollback_receipt": {
4467
+ "anyOf": [
4468
+ {
4469
+ "type": "string"
4470
+ },
4471
+ {
4472
+ "type": "null"
4473
+ }
4474
+ ],
4475
+ "default": null,
4476
+ "title": "Rollback Receipt"
4477
+ },
4478
+ "settled": {
4479
+ "default": false,
4480
+ "title": "Settled",
4481
+ "type": "boolean"
4482
+ },
4483
+ "settlement_scope": {
4484
+ "items": {
4485
+ "type": "string"
4486
+ },
4487
+ "title": "Settlement Scope",
4488
+ "type": "array"
4489
+ },
4490
+ "source_candidate_id": {
4491
+ "title": "Source Candidate Id",
4492
+ "type": "string"
4493
+ },
4494
+ "validity_domain": {
4495
+ "default": "protocol-relative-finite",
4496
+ "title": "Validity Domain",
4497
+ "type": "string"
4498
+ },
4499
+ "verification_resolution_ids": {
4500
+ "items": {
4501
+ "type": "string"
4502
+ },
4503
+ "title": "Verification Resolution Ids",
4504
+ "type": "array"
4505
+ }
4506
+ },
4507
+ "required": [
4508
+ "packet_id",
4509
+ "source_candidate_id"
4510
+ ],
4511
+ "title": "VerifiedCapabilityPacket",
4512
+ "type": "object"
4513
+ },
4514
+ "VerifierResolution": {
4515
+ "description": "Adapter-route resolution result that preserves safe failure behavior.",
4516
+ "properties": {
4517
+ "accepted": {
4518
+ "title": "Accepted",
4519
+ "type": "boolean"
4520
+ },
4521
+ "accepted_obligation_ids": {
4522
+ "items": {
4523
+ "type": "string"
4524
+ },
4525
+ "title": "Accepted Obligation Ids",
4526
+ "type": "array"
4527
+ },
4528
+ "availability": {
4529
+ "title": "Availability",
4530
+ "type": "string"
4531
+ },
4532
+ "binding_id": {
4533
+ "anyOf": [
4534
+ {
4535
+ "type": "string"
4536
+ },
4537
+ {
4538
+ "type": "null"
4539
+ }
4540
+ ],
4541
+ "default": null,
4542
+ "title": "Binding Id"
4543
+ },
4544
+ "discharge_level": {
4545
+ "$ref": "#/$defs/DischargeLevel",
4546
+ "default": "external_domain_required"
4547
+ },
4548
+ "domain_witness_required": {
4549
+ "default": false,
4550
+ "title": "Domain Witness Required",
4551
+ "type": "boolean"
4552
+ },
4553
+ "evidence_artifact_ids": {
4554
+ "items": {
4555
+ "type": "string"
4556
+ },
4557
+ "title": "Evidence Artifact Ids",
4558
+ "type": "array"
4559
+ },
4560
+ "evidence_envelope_id": {
4561
+ "anyOf": [
4562
+ {
4563
+ "type": "string"
4564
+ },
4565
+ {
4566
+ "type": "null"
4567
+ }
4568
+ ],
4569
+ "default": null,
4570
+ "title": "Evidence Envelope Id"
4571
+ },
4572
+ "finite_scope_usable": {
4573
+ "default": false,
4574
+ "title": "Finite Scope Usable",
4575
+ "type": "boolean"
4576
+ },
4577
+ "missing_evidence_kind": {
4578
+ "items": {
4579
+ "type": "string"
4580
+ },
4581
+ "title": "Missing Evidence Kind",
4582
+ "type": "array"
4583
+ },
4584
+ "operationally_usable": {
4585
+ "default": false,
4586
+ "title": "Operationally Usable",
4587
+ "type": "boolean"
4588
+ },
4589
+ "profile": {
4590
+ "$ref": "#/$defs/EvidenceVerificationProfile",
4591
+ "default": "development"
4592
+ },
4593
+ "reasons": {
4594
+ "items": {
4595
+ "type": "string"
4596
+ },
4597
+ "title": "Reasons",
4598
+ "type": "array"
4599
+ },
4600
+ "rejected_obligation_ids": {
4601
+ "items": {
4602
+ "type": "string"
4603
+ },
4604
+ "title": "Rejected Obligation Ids",
4605
+ "type": "array"
4606
+ },
4607
+ "residual_external_obligations": {
4608
+ "items": {
4609
+ "type": "string"
4610
+ },
4611
+ "title": "Residual External Obligations",
4612
+ "type": "array"
4613
+ },
4614
+ "residual_ledger": {
4615
+ "$ref": "#/$defs/Ledger"
4616
+ },
4617
+ "resolution_digest": {
4618
+ "title": "Resolution Digest",
4619
+ "type": "string"
4620
+ },
4621
+ "resolution_id": {
4622
+ "title": "Resolution Id",
4623
+ "type": "string"
4624
+ },
4625
+ "route_id": {
4626
+ "title": "Route Id",
4627
+ "type": "string"
4628
+ },
4629
+ "safe_default": {
4630
+ "default": "diagnostic-with-unresolved-obligations",
4631
+ "title": "Safe Default",
4632
+ "type": "string"
4633
+ },
4634
+ "settled": {
4635
+ "default": false,
4636
+ "title": "Settled",
4637
+ "type": "boolean"
4638
+ },
4639
+ "settled_scope": {
4640
+ "items": {
4641
+ "type": "string"
4642
+ },
4643
+ "title": "Settled Scope",
4644
+ "type": "array"
4645
+ },
4646
+ "status": {
4647
+ "$ref": "#/$defs/ClaimStatus"
4648
+ }
4649
+ },
4650
+ "required": [
4651
+ "resolution_id",
4652
+ "route_id",
4653
+ "accepted",
4654
+ "status",
4655
+ "availability",
4656
+ "resolution_digest"
4657
+ ],
4658
+ "title": "VerifierResolution",
4659
+ "type": "object"
4660
+ },
4661
+ "WebFetchReport": {
4662
+ "description": "Portable audit record for one bounded HTTP(S) resource fetch.",
4663
+ "properties": {
4664
+ "accepted": {
4665
+ "default": false,
4666
+ "title": "Accepted",
4667
+ "type": "boolean"
4668
+ },
4669
+ "byte_count": {
4670
+ "default": 0,
4671
+ "title": "Byte Count",
4672
+ "type": "integer"
4673
+ },
4674
+ "content_sha256": {
4675
+ "anyOf": [
4676
+ {
4677
+ "type": "string"
4678
+ },
4679
+ {
4680
+ "type": "null"
4681
+ }
4682
+ ],
4683
+ "default": null,
4684
+ "title": "Content Sha256"
4685
+ },
4686
+ "content_type": {
4687
+ "anyOf": [
4688
+ {
4689
+ "type": "string"
4690
+ },
4691
+ {
4692
+ "type": "null"
4693
+ }
4694
+ ],
4695
+ "default": null,
4696
+ "title": "Content Type"
4697
+ },
4698
+ "final_url": {
4699
+ "default": "",
4700
+ "title": "Final Url",
4701
+ "type": "string"
4702
+ },
4703
+ "reasons": {
4704
+ "items": {
4705
+ "type": "string"
4706
+ },
4707
+ "title": "Reasons",
4708
+ "type": "array"
4709
+ },
4710
+ "redirect_chain": {
4711
+ "items": {
4712
+ "type": "string"
4713
+ },
4714
+ "title": "Redirect Chain",
4715
+ "type": "array"
4716
+ },
4717
+ "report_id": {
4718
+ "title": "Report Id",
4719
+ "type": "string"
4720
+ },
4721
+ "requested_url": {
4722
+ "title": "Requested Url",
4723
+ "type": "string"
4724
+ },
4725
+ "robots_decision": {
4726
+ "$ref": "#/$defs/RobotsDecision"
4727
+ },
4728
+ "status_code": {
4729
+ "anyOf": [
4730
+ {
4731
+ "type": "integer"
4732
+ },
4733
+ {
4734
+ "type": "null"
4735
+ }
4736
+ ],
4737
+ "default": null,
4738
+ "title": "Status Code"
4739
+ }
4740
+ },
4741
+ "required": [
4742
+ "report_id",
4743
+ "requested_url"
4744
+ ],
4745
+ "title": "WebFetchReport",
4746
+ "type": "object"
4747
+ }
4748
+ },
4749
+ "description": "Deterministic export of a runtime store.",
4750
+ "properties": {
4751
+ "aggregate_sha256": {
4752
+ "default": "0000000000000000000000000000000000000000000000000000000000000000",
4753
+ "title": "Aggregate Sha256",
4754
+ "type": "string"
4755
+ },
4756
+ "attestations": {
4757
+ "items": {
4758
+ "$ref": "#/$defs/AgentIdentityAttestation"
4759
+ },
4760
+ "title": "Attestations",
4761
+ "type": "array"
4762
+ },
4763
+ "certificates": {
4764
+ "items": {
4765
+ "$ref": "#/$defs/AccelerationCertificate"
4766
+ },
4767
+ "title": "Certificates",
4768
+ "type": "array"
4769
+ },
4770
+ "events": {
4771
+ "items": {
4772
+ "$ref": "#/$defs/RuntimeEvent"
4773
+ },
4774
+ "title": "Events",
4775
+ "type": "array"
4776
+ },
4777
+ "identities": {
4778
+ "items": {
4779
+ "$ref": "#/$defs/CryptographicAgentIdentity"
4780
+ },
4781
+ "title": "Identities",
4782
+ "type": "array"
4783
+ },
4784
+ "runs": {
4785
+ "items": {
4786
+ "$ref": "#/$defs/RuntimeRunReport"
4787
+ },
4788
+ "title": "Runs",
4789
+ "type": "array"
4790
+ },
4791
+ "snapshot_id": {
4792
+ "title": "Snapshot Id",
4793
+ "type": "string"
4794
+ },
4795
+ "states": {
4796
+ "items": {
4797
+ "$ref": "#/$defs/RuntimeState"
4798
+ },
4799
+ "title": "States",
4800
+ "type": "array"
4801
+ },
4802
+ "sybil_ledgers": {
4803
+ "items": {
4804
+ "$ref": "#/$defs/SybilResistanceLedger"
4805
+ },
4806
+ "title": "Sybil Ledgers",
4807
+ "type": "array"
4808
+ }
4809
+ },
4810
+ "required": [
4811
+ "snapshot_id"
4812
+ ],
4813
+ "title": "RuntimeStoreSnapshot",
4814
+ "type": "object"
4815
+ }