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