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