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,2250 @@
1
+ {
2
+ "$defs": {
3
+ "ASIProxyTargetContract": {
4
+ "description": "Protocol-relative ASI-proxy target, not an unobserved ASI proof claim.",
5
+ "properties": {
6
+ "forbidden_obligations": {
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "title": "Forbidden Obligations",
11
+ "type": "array"
12
+ },
13
+ "minimum_proxy_mass": {
14
+ "default": 0.0,
15
+ "title": "Minimum Proxy Mass",
16
+ "type": "number"
17
+ },
18
+ "proxy_coordinates": {
19
+ "additionalProperties": {
20
+ "type": "number"
21
+ },
22
+ "title": "Proxy Coordinates",
23
+ "type": "object"
24
+ },
25
+ "required_obligations": {
26
+ "items": {
27
+ "type": "string"
28
+ },
29
+ "title": "Required Obligations",
30
+ "type": "array"
31
+ },
32
+ "residual_policy": {
33
+ "default": "preserve-unresolved-asi-proxy-residuals",
34
+ "title": "Residual Policy",
35
+ "type": "string"
36
+ },
37
+ "target_id": {
38
+ "title": "Target Id",
39
+ "type": "string"
40
+ },
41
+ "target_nodes": {
42
+ "items": {
43
+ "type": "string"
44
+ },
45
+ "title": "Target Nodes",
46
+ "type": "array"
47
+ }
48
+ },
49
+ "required": [
50
+ "target_id"
51
+ ],
52
+ "title": "ASIProxyTargetContract",
53
+ "type": "object"
54
+ },
55
+ "AgentIdentityCheckReport": {
56
+ "description": "Fail-closed verification report for identity or attestation evidence.",
57
+ "properties": {
58
+ "accepted": {
59
+ "default": false,
60
+ "title": "Accepted",
61
+ "type": "boolean"
62
+ },
63
+ "agent_id": {
64
+ "title": "Agent Id",
65
+ "type": "string"
66
+ },
67
+ "digest_valid": {
68
+ "default": false,
69
+ "title": "Digest Valid",
70
+ "type": "boolean"
71
+ },
72
+ "fingerprint": {
73
+ "anyOf": [
74
+ {
75
+ "type": "string"
76
+ },
77
+ {
78
+ "type": "null"
79
+ }
80
+ ],
81
+ "default": null,
82
+ "title": "Fingerprint"
83
+ },
84
+ "fingerprint_valid": {
85
+ "default": false,
86
+ "title": "Fingerprint Valid",
87
+ "type": "boolean"
88
+ },
89
+ "finite_checks_passed": {
90
+ "default": false,
91
+ "title": "Finite Checks Passed",
92
+ "type": "boolean"
93
+ },
94
+ "key_valid": {
95
+ "default": false,
96
+ "title": "Key Valid",
97
+ "type": "boolean"
98
+ },
99
+ "non_expired": {
100
+ "default": false,
101
+ "title": "Non Expired",
102
+ "type": "boolean"
103
+ },
104
+ "non_revoked": {
105
+ "default": false,
106
+ "title": "Non Revoked",
107
+ "type": "boolean"
108
+ },
109
+ "operationally_usable": {
110
+ "default": false,
111
+ "title": "Operationally Usable",
112
+ "type": "boolean"
113
+ },
114
+ "payload_digest": {
115
+ "anyOf": [
116
+ {
117
+ "type": "string"
118
+ },
119
+ {
120
+ "type": "null"
121
+ }
122
+ ],
123
+ "default": null,
124
+ "title": "Payload Digest"
125
+ },
126
+ "policy_digest_present": {
127
+ "default": false,
128
+ "title": "Policy Digest Present",
129
+ "type": "boolean"
130
+ },
131
+ "public_key_id": {
132
+ "anyOf": [
133
+ {
134
+ "type": "string"
135
+ },
136
+ {
137
+ "type": "null"
138
+ }
139
+ ],
140
+ "default": null,
141
+ "title": "Public Key Id"
142
+ },
143
+ "reasons": {
144
+ "items": {
145
+ "type": "string"
146
+ },
147
+ "title": "Reasons",
148
+ "type": "array"
149
+ },
150
+ "report_id": {
151
+ "title": "Report Id",
152
+ "type": "string"
153
+ },
154
+ "residual_ledger": {
155
+ "$ref": "#/$defs/Ledger"
156
+ },
157
+ "settled": {
158
+ "default": false,
159
+ "title": "Settled",
160
+ "type": "boolean"
161
+ },
162
+ "signature_suite": {
163
+ "anyOf": [
164
+ {
165
+ "type": "string"
166
+ },
167
+ {
168
+ "type": "null"
169
+ }
170
+ ],
171
+ "default": null,
172
+ "title": "Signature Suite"
173
+ },
174
+ "signature_valid": {
175
+ "default": false,
176
+ "title": "Signature Valid",
177
+ "type": "boolean"
178
+ }
179
+ },
180
+ "required": [
181
+ "report_id",
182
+ "agent_id"
183
+ ],
184
+ "title": "AgentIdentityCheckReport",
185
+ "type": "object"
186
+ },
187
+ "CapabilityEdge": {
188
+ "properties": {
189
+ "activation_weight": {
190
+ "default": 1.0,
191
+ "title": "Activation Weight",
192
+ "type": "number"
193
+ },
194
+ "burden": {
195
+ "default": 0.0,
196
+ "title": "Burden",
197
+ "type": "number"
198
+ },
199
+ "edge_id": {
200
+ "title": "Edge Id",
201
+ "type": "string"
202
+ },
203
+ "required_capacity": {
204
+ "additionalProperties": {
205
+ "type": "number"
206
+ },
207
+ "title": "Required Capacity",
208
+ "type": "object"
209
+ },
210
+ "sources": {
211
+ "items": {
212
+ "type": "string"
213
+ },
214
+ "title": "Sources",
215
+ "type": "array"
216
+ },
217
+ "status": {
218
+ "$ref": "#/$defs/ClaimStatus",
219
+ "default": "provisional"
220
+ },
221
+ "target": {
222
+ "title": "Target",
223
+ "type": "string"
224
+ }
225
+ },
226
+ "required": [
227
+ "edge_id",
228
+ "sources",
229
+ "target"
230
+ ],
231
+ "title": "CapabilityEdge",
232
+ "type": "object"
233
+ },
234
+ "CapabilityHypergraph": {
235
+ "properties": {
236
+ "edges": {
237
+ "items": {
238
+ "$ref": "#/$defs/CapabilityEdge"
239
+ },
240
+ "title": "Edges",
241
+ "type": "array"
242
+ },
243
+ "nodes": {
244
+ "items": {
245
+ "type": "string"
246
+ },
247
+ "title": "Nodes",
248
+ "type": "array",
249
+ "uniqueItems": true
250
+ },
251
+ "seed_mass": {
252
+ "additionalProperties": {
253
+ "type": "number"
254
+ },
255
+ "title": "Seed Mass",
256
+ "type": "object"
257
+ }
258
+ },
259
+ "title": "CapabilityHypergraph",
260
+ "type": "object"
261
+ },
262
+ "CapabilityPacket": {
263
+ "properties": {
264
+ "burden": {
265
+ "default": 0.0,
266
+ "title": "Burden",
267
+ "type": "number"
268
+ },
269
+ "coordinates": {
270
+ "additionalProperties": {
271
+ "type": "number"
272
+ },
273
+ "title": "Coordinates",
274
+ "type": "object"
275
+ },
276
+ "duplicate_mass": {
277
+ "default": 0.0,
278
+ "title": "Duplicate Mass",
279
+ "type": "number"
280
+ },
281
+ "packet_id": {
282
+ "title": "Packet Id",
283
+ "type": "string"
284
+ },
285
+ "status": {
286
+ "$ref": "#/$defs/ClaimStatus",
287
+ "default": "provisional"
288
+ },
289
+ "validity_domain": {
290
+ "default": "global",
291
+ "title": "Validity Domain",
292
+ "type": "string"
293
+ }
294
+ },
295
+ "required": [
296
+ "packet_id"
297
+ ],
298
+ "title": "CapabilityPacket",
299
+ "type": "object"
300
+ },
301
+ "CapabilityPacketCandidate": {
302
+ "description": "An observable artifact that may become an ECPT capability packet.",
303
+ "properties": {
304
+ "authority_granted": {
305
+ "default": true,
306
+ "title": "Authority Granted",
307
+ "type": "boolean"
308
+ },
309
+ "authority_required": {
310
+ "default": false,
311
+ "title": "Authority Required",
312
+ "type": "boolean"
313
+ },
314
+ "claim": {
315
+ "title": "Claim",
316
+ "type": "string"
317
+ },
318
+ "content_sha256": {
319
+ "title": "Content Sha256",
320
+ "type": "string"
321
+ },
322
+ "dependencies": {
323
+ "items": {
324
+ "type": "string"
325
+ },
326
+ "title": "Dependencies",
327
+ "type": "array"
328
+ },
329
+ "evidence_hash_valid": {
330
+ "default": true,
331
+ "title": "Evidence Hash Valid",
332
+ "type": "boolean"
333
+ },
334
+ "evidence_refs": {
335
+ "items": {
336
+ "type": "string"
337
+ },
338
+ "title": "Evidence Refs",
339
+ "type": "array"
340
+ },
341
+ "expected_downstream_gain": {
342
+ "default": 0.0,
343
+ "title": "Expected Downstream Gain",
344
+ "type": "number"
345
+ },
346
+ "expires_at": {
347
+ "anyOf": [
348
+ {
349
+ "type": "string"
350
+ },
351
+ {
352
+ "type": "null"
353
+ }
354
+ ],
355
+ "default": null,
356
+ "title": "Expires At"
357
+ },
358
+ "freshness": {
359
+ "default": 1.0,
360
+ "title": "Freshness",
361
+ "type": "number"
362
+ },
363
+ "hazard_charge": {
364
+ "default": 0.0,
365
+ "title": "Hazard Charge",
366
+ "type": "number"
367
+ },
368
+ "identity_contribution_status": {
369
+ "$ref": "#/$defs/IdentityContributionStatus",
370
+ "default": "provisional"
371
+ },
372
+ "issuer_agent_id": {
373
+ "anyOf": [
374
+ {
375
+ "type": "string"
376
+ },
377
+ {
378
+ "type": "null"
379
+ }
380
+ ],
381
+ "default": null,
382
+ "title": "Issuer Agent Id"
383
+ },
384
+ "issuer_attestation_id": {
385
+ "anyOf": [
386
+ {
387
+ "type": "string"
388
+ },
389
+ {
390
+ "type": "null"
391
+ }
392
+ ],
393
+ "default": null,
394
+ "title": "Issuer Attestation Id"
395
+ },
396
+ "issuer_public_key_id": {
397
+ "anyOf": [
398
+ {
399
+ "type": "string"
400
+ },
401
+ {
402
+ "type": "null"
403
+ }
404
+ ],
405
+ "default": null,
406
+ "title": "Issuer Public Key Id"
407
+ },
408
+ "issuer_signature_ref": {
409
+ "anyOf": [
410
+ {
411
+ "type": "string"
412
+ },
413
+ {
414
+ "type": "null"
415
+ }
416
+ ],
417
+ "default": null,
418
+ "title": "Issuer Signature Ref"
419
+ },
420
+ "packet_id": {
421
+ "title": "Packet Id",
422
+ "type": "string"
423
+ },
424
+ "receiver_family": {
425
+ "items": {
426
+ "type": "string"
427
+ },
428
+ "title": "Receiver Family",
429
+ "type": "array"
430
+ },
431
+ "residual_charge": {
432
+ "default": 0.0,
433
+ "title": "Residual Charge",
434
+ "type": "number"
435
+ },
436
+ "reuse_context": {
437
+ "default": "general",
438
+ "title": "Reuse Context",
439
+ "type": "string"
440
+ },
441
+ "rollback_available": {
442
+ "default": true,
443
+ "title": "Rollback Available",
444
+ "type": "boolean"
445
+ },
446
+ "route_safe": {
447
+ "default": true,
448
+ "title": "Route Safe",
449
+ "type": "boolean"
450
+ },
451
+ "salience_class": {
452
+ "default": "default",
453
+ "title": "Salience Class",
454
+ "type": "string"
455
+ },
456
+ "source_kind": {
457
+ "$ref": "#/$defs/PacketSourceKind",
458
+ "default": "local"
459
+ },
460
+ "source_ref": {
461
+ "title": "Source Ref",
462
+ "type": "string"
463
+ },
464
+ "status": {
465
+ "$ref": "#/$defs/ClaimStatus",
466
+ "default": "provisional"
467
+ },
468
+ "tags": {
469
+ "items": {
470
+ "type": "string"
471
+ },
472
+ "title": "Tags",
473
+ "type": "array"
474
+ },
475
+ "verification_cost": {
476
+ "default": 0.0,
477
+ "title": "Verification Cost",
478
+ "type": "number"
479
+ },
480
+ "verifier_routes": {
481
+ "items": {
482
+ "type": "string"
483
+ },
484
+ "title": "Verifier Routes",
485
+ "type": "array"
486
+ }
487
+ },
488
+ "required": [
489
+ "packet_id",
490
+ "source_ref",
491
+ "content_sha256",
492
+ "claim"
493
+ ],
494
+ "title": "CapabilityPacketCandidate",
495
+ "type": "object"
496
+ },
497
+ "CapabilityPacketRegistry": {
498
+ "description": "Deterministic packet registry for an ECPT packet ecology run.",
499
+ "properties": {
500
+ "edges": {
501
+ "items": {
502
+ "$ref": "#/$defs/EdgeWitness"
503
+ },
504
+ "title": "Edges",
505
+ "type": "array"
506
+ },
507
+ "packets": {
508
+ "items": {
509
+ "$ref": "#/$defs/CapabilityPacketCandidate"
510
+ },
511
+ "title": "Packets",
512
+ "type": "array"
513
+ },
514
+ "registry_id": {
515
+ "title": "Registry Id",
516
+ "type": "string"
517
+ },
518
+ "residual_ledger": {
519
+ "$ref": "#/$defs/Ledger"
520
+ }
521
+ },
522
+ "required": [
523
+ "registry_id"
524
+ ],
525
+ "title": "CapabilityPacketRegistry",
526
+ "type": "object"
527
+ },
528
+ "CapabilityStateVector": {
529
+ "properties": {
530
+ "burden_ledger": {
531
+ "$ref": "#/$defs/Ledger"
532
+ },
533
+ "packets": {
534
+ "items": {
535
+ "$ref": "#/$defs/CapabilityPacket"
536
+ },
537
+ "title": "Packets",
538
+ "type": "array"
539
+ },
540
+ "validity_domain": {
541
+ "default": "global",
542
+ "title": "Validity Domain",
543
+ "type": "string"
544
+ }
545
+ },
546
+ "title": "CapabilityStateVector",
547
+ "type": "object"
548
+ },
549
+ "ClaimStatus": {
550
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
551
+ "enum": [
552
+ "rejected",
553
+ "expired",
554
+ "diagnostic",
555
+ "relaxed",
556
+ "risk-provisional",
557
+ "speculative",
558
+ "provisional",
559
+ "partial",
560
+ "settled"
561
+ ],
562
+ "title": "ClaimStatus",
563
+ "type": "string"
564
+ },
565
+ "ConstraintFrame": {
566
+ "properties": {
567
+ "capacity": {
568
+ "$ref": "#/$defs/Ledger"
569
+ },
570
+ "expires": {
571
+ "items": {
572
+ "type": "string"
573
+ },
574
+ "title": "Expires",
575
+ "type": "array",
576
+ "uniqueItems": true
577
+ },
578
+ "hard_gates": {
579
+ "additionalProperties": {
580
+ "type": "boolean"
581
+ },
582
+ "title": "Hard Gates",
583
+ "type": "object"
584
+ },
585
+ "hazards": {
586
+ "$ref": "#/$defs/Ledger"
587
+ },
588
+ "queue": {
589
+ "$ref": "#/$defs/Ledger"
590
+ }
591
+ },
592
+ "title": "ConstraintFrame",
593
+ "type": "object"
594
+ },
595
+ "CoordinateKind": {
596
+ "enum": [
597
+ "benefit",
598
+ "burden",
599
+ "residual",
600
+ "tolerance",
601
+ "resource",
602
+ "metadata"
603
+ ],
604
+ "title": "CoordinateKind",
605
+ "type": "string"
606
+ },
607
+ "DischargeLevel": {
608
+ "enum": [
609
+ "finite_value_check",
610
+ "replay_check",
611
+ "contract_enforced",
612
+ "external_domain_required"
613
+ ],
614
+ "title": "DischargeLevel",
615
+ "type": "string"
616
+ },
617
+ "EdgeWitness": {
618
+ "description": "Finite witness that one or more packets support another packet or receiver.",
619
+ "properties": {
620
+ "accepted": {
621
+ "default": false,
622
+ "title": "Accepted",
623
+ "type": "boolean"
624
+ },
625
+ "confidence": {
626
+ "default": 0.0,
627
+ "title": "Confidence",
628
+ "type": "number"
629
+ },
630
+ "edge_id": {
631
+ "title": "Edge Id",
632
+ "type": "string"
633
+ },
634
+ "edge_type": {
635
+ "default": "semantic-dependency",
636
+ "title": "Edge Type",
637
+ "type": "string"
638
+ },
639
+ "evidence_refs": {
640
+ "items": {
641
+ "type": "string"
642
+ },
643
+ "title": "Evidence Refs",
644
+ "type": "array"
645
+ },
646
+ "expires_at": {
647
+ "anyOf": [
648
+ {
649
+ "type": "string"
650
+ },
651
+ {
652
+ "type": "null"
653
+ }
654
+ ],
655
+ "default": null,
656
+ "title": "Expires At"
657
+ },
658
+ "reasons": {
659
+ "items": {
660
+ "type": "string"
661
+ },
662
+ "title": "Reasons",
663
+ "type": "array"
664
+ },
665
+ "residual": {
666
+ "default": 0.0,
667
+ "title": "Residual",
668
+ "type": "number"
669
+ },
670
+ "source_packet_ids": {
671
+ "items": {
672
+ "type": "string"
673
+ },
674
+ "title": "Source Packet Ids",
675
+ "type": "array"
676
+ },
677
+ "target_packet_id": {
678
+ "title": "Target Packet Id",
679
+ "type": "string"
680
+ }
681
+ },
682
+ "required": [
683
+ "edge_id",
684
+ "source_packet_ids",
685
+ "target_packet_id"
686
+ ],
687
+ "title": "EdgeWitness",
688
+ "type": "object"
689
+ },
690
+ "EdgeWitnessCertificate": {
691
+ "description": "Auditable finite certificate for a packet ecology edge.",
692
+ "properties": {
693
+ "accepted": {
694
+ "default": false,
695
+ "title": "Accepted",
696
+ "type": "boolean"
697
+ },
698
+ "certificate_id": {
699
+ "title": "Certificate Id",
700
+ "type": "string"
701
+ },
702
+ "confidence_lower_bound": {
703
+ "default": 0.0,
704
+ "title": "Confidence Lower Bound",
705
+ "type": "number"
706
+ },
707
+ "edge_id": {
708
+ "title": "Edge Id",
709
+ "type": "string"
710
+ },
711
+ "evidence_refs": {
712
+ "items": {
713
+ "type": "string"
714
+ },
715
+ "title": "Evidence Refs",
716
+ "type": "array"
717
+ },
718
+ "expires_at": {
719
+ "anyOf": [
720
+ {
721
+ "type": "string"
722
+ },
723
+ {
724
+ "type": "null"
725
+ }
726
+ ],
727
+ "default": null,
728
+ "title": "Expires At"
729
+ },
730
+ "false_edge_residual": {
731
+ "default": 1.0,
732
+ "title": "False Edge Residual",
733
+ "type": "number"
734
+ },
735
+ "reasons": {
736
+ "items": {
737
+ "type": "string"
738
+ },
739
+ "title": "Reasons",
740
+ "type": "array"
741
+ },
742
+ "relation_evidence": {
743
+ "additionalProperties": {
744
+ "type": "string"
745
+ },
746
+ "title": "Relation Evidence",
747
+ "type": "object"
748
+ },
749
+ "relation_type": {
750
+ "default": "semantic-dependency",
751
+ "title": "Relation Type",
752
+ "type": "string"
753
+ },
754
+ "residual_ledger": {
755
+ "$ref": "#/$defs/Ledger"
756
+ },
757
+ "source_packet_ids": {
758
+ "items": {
759
+ "type": "string"
760
+ },
761
+ "title": "Source Packet Ids",
762
+ "type": "array"
763
+ },
764
+ "target_packet_id": {
765
+ "title": "Target Packet Id",
766
+ "type": "string"
767
+ },
768
+ "verifier_resolution_id": {
769
+ "anyOf": [
770
+ {
771
+ "type": "string"
772
+ },
773
+ {
774
+ "type": "null"
775
+ }
776
+ ],
777
+ "default": null,
778
+ "title": "Verifier Resolution Id"
779
+ }
780
+ },
781
+ "required": [
782
+ "certificate_id",
783
+ "edge_id",
784
+ "target_packet_id"
785
+ ],
786
+ "title": "EdgeWitnessCertificate",
787
+ "type": "object"
788
+ },
789
+ "EvidenceArtifact": {
790
+ "description": "Replayable evidence metadata for an external verifier route.",
791
+ "properties": {
792
+ "artifact_id": {
793
+ "title": "Artifact Id",
794
+ "type": "string"
795
+ },
796
+ "attestation_ref": {
797
+ "anyOf": [
798
+ {
799
+ "type": "string"
800
+ },
801
+ {
802
+ "type": "null"
803
+ }
804
+ ],
805
+ "default": null,
806
+ "title": "Attestation Ref"
807
+ },
808
+ "attestation_verified": {
809
+ "default": false,
810
+ "title": "Attestation Verified",
811
+ "type": "boolean"
812
+ },
813
+ "content_ref": {
814
+ "anyOf": [
815
+ {
816
+ "type": "string"
817
+ },
818
+ {
819
+ "type": "null"
820
+ }
821
+ ],
822
+ "default": null,
823
+ "title": "Content Ref"
824
+ },
825
+ "evidence_kind": {
826
+ "title": "Evidence Kind",
827
+ "type": "string"
828
+ },
829
+ "media_type": {
830
+ "title": "Media Type",
831
+ "type": "string"
832
+ },
833
+ "produced_at": {
834
+ "title": "Produced At",
835
+ "type": "string"
836
+ },
837
+ "producer_id": {
838
+ "title": "Producer Id",
839
+ "type": "string"
840
+ },
841
+ "schema_sha256": {
842
+ "title": "Schema Sha256",
843
+ "type": "string"
844
+ },
845
+ "schema_uri": {
846
+ "title": "Schema Uri",
847
+ "type": "string"
848
+ },
849
+ "sha256": {
850
+ "title": "Sha256",
851
+ "type": "string"
852
+ },
853
+ "signature": {
854
+ "anyOf": [
855
+ {
856
+ "type": "string"
857
+ },
858
+ {
859
+ "type": "null"
860
+ }
861
+ ],
862
+ "default": null,
863
+ "title": "Signature"
864
+ },
865
+ "signature_algorithm": {
866
+ "anyOf": [
867
+ {
868
+ "type": "string"
869
+ },
870
+ {
871
+ "type": "null"
872
+ }
873
+ ],
874
+ "default": null,
875
+ "title": "Signature Algorithm"
876
+ },
877
+ "verifier_id": {
878
+ "title": "Verifier Id",
879
+ "type": "string"
880
+ },
881
+ "verifier_version": {
882
+ "title": "Verifier Version",
883
+ "type": "string"
884
+ }
885
+ },
886
+ "required": [
887
+ "artifact_id",
888
+ "evidence_kind",
889
+ "sha256",
890
+ "media_type",
891
+ "schema_uri",
892
+ "schema_sha256",
893
+ "producer_id",
894
+ "produced_at",
895
+ "verifier_id",
896
+ "verifier_version"
897
+ ],
898
+ "title": "EvidenceArtifact",
899
+ "type": "object"
900
+ },
901
+ "EvidenceStatus": {
902
+ "enum": [
903
+ "verified",
904
+ "declared",
905
+ "unknown"
906
+ ],
907
+ "title": "EvidenceStatus",
908
+ "type": "string"
909
+ },
910
+ "EvidenceVerificationProfile": {
911
+ "enum": [
912
+ "development",
913
+ "research",
914
+ "production"
915
+ ],
916
+ "title": "EvidenceVerificationProfile",
917
+ "type": "string"
918
+ },
919
+ "IdentityContributionStatus": {
920
+ "description": "How identity evidence may contribute to runtime packet capital.",
921
+ "enum": [
922
+ "verified",
923
+ "provisional",
924
+ "diagnostic",
925
+ "quarantined",
926
+ "rejected"
927
+ ],
928
+ "title": "IdentityContributionStatus",
929
+ "type": "string"
930
+ },
931
+ "IdentityTrustProfile": {
932
+ "description": "Operational trust profile for protocol-relative identity checks.",
933
+ "enum": [
934
+ "development",
935
+ "research",
936
+ "controlled",
937
+ "federated",
938
+ "production",
939
+ "adversarial"
940
+ ],
941
+ "title": "IdentityTrustProfile",
942
+ "type": "string"
943
+ },
944
+ "Ledger": {
945
+ "description": "A finite typed ledger with explicit coordinate kinds.",
946
+ "properties": {
947
+ "coordinates": {
948
+ "additionalProperties": {
949
+ "$ref": "#/$defs/LedgerCoordinate"
950
+ },
951
+ "title": "Coordinates",
952
+ "type": "object"
953
+ }
954
+ },
955
+ "title": "Ledger",
956
+ "type": "object"
957
+ },
958
+ "LedgerCoordinate": {
959
+ "description": "One typed coordinate in a finite certificate ledger.",
960
+ "properties": {
961
+ "description": {
962
+ "anyOf": [
963
+ {
964
+ "type": "string"
965
+ },
966
+ {
967
+ "type": "null"
968
+ }
969
+ ],
970
+ "default": null,
971
+ "title": "Description"
972
+ },
973
+ "evidence_refs": {
974
+ "items": {
975
+ "type": "string"
976
+ },
977
+ "title": "Evidence Refs",
978
+ "type": "array"
979
+ },
980
+ "evidence_status": {
981
+ "$ref": "#/$defs/EvidenceStatus",
982
+ "default": "declared"
983
+ },
984
+ "kind": {
985
+ "$ref": "#/$defs/CoordinateKind",
986
+ "default": "burden"
987
+ },
988
+ "known": {
989
+ "default": true,
990
+ "title": "Known",
991
+ "type": "boolean"
992
+ },
993
+ "name": {
994
+ "title": "Name",
995
+ "type": "string"
996
+ },
997
+ "unit": {
998
+ "default": "dimensionless",
999
+ "title": "Unit",
1000
+ "type": "string"
1001
+ },
1002
+ "value": {
1003
+ "title": "Value",
1004
+ "type": "number"
1005
+ }
1006
+ },
1007
+ "required": [
1008
+ "name",
1009
+ "value"
1010
+ ],
1011
+ "title": "LedgerCoordinate",
1012
+ "type": "object"
1013
+ },
1014
+ "PacketSourceKind": {
1015
+ "enum": [
1016
+ "local",
1017
+ "github",
1018
+ "zenodo",
1019
+ "arxiv",
1020
+ "http",
1021
+ "web-page",
1022
+ "rss",
1023
+ "atom",
1024
+ "json-feed",
1025
+ "ndjson",
1026
+ "agent-message",
1027
+ "agent-inbox",
1028
+ "web-crawl",
1029
+ "agent-output",
1030
+ "auto"
1031
+ ],
1032
+ "title": "PacketSourceKind",
1033
+ "type": "string"
1034
+ },
1035
+ "PhaseControlAction": {
1036
+ "properties": {
1037
+ "action_id": {
1038
+ "title": "Action Id",
1039
+ "type": "string"
1040
+ },
1041
+ "activation_delta": {
1042
+ "default": 0.0,
1043
+ "title": "Activation Delta",
1044
+ "type": "number"
1045
+ },
1046
+ "burden_delta": {
1047
+ "default": 0.0,
1048
+ "title": "Burden Delta",
1049
+ "type": "number"
1050
+ },
1051
+ "postconditions": {
1052
+ "items": {
1053
+ "type": "string"
1054
+ },
1055
+ "title": "Postconditions",
1056
+ "type": "array"
1057
+ },
1058
+ "preconditions": {
1059
+ "items": {
1060
+ "type": "string"
1061
+ },
1062
+ "title": "Preconditions",
1063
+ "type": "array"
1064
+ },
1065
+ "required_obligations": {
1066
+ "items": {
1067
+ "type": "string"
1068
+ },
1069
+ "title": "Required Obligations",
1070
+ "type": "array"
1071
+ },
1072
+ "residual_charge": {
1073
+ "default": 0.0,
1074
+ "title": "Residual Charge",
1075
+ "type": "number"
1076
+ },
1077
+ "resource_cost": {
1078
+ "additionalProperties": {
1079
+ "type": "number"
1080
+ },
1081
+ "title": "Resource Cost",
1082
+ "type": "object"
1083
+ },
1084
+ "risk_charge": {
1085
+ "default": 0.0,
1086
+ "title": "Risk Charge",
1087
+ "type": "number"
1088
+ },
1089
+ "source_nodes": {
1090
+ "items": {
1091
+ "type": "string"
1092
+ },
1093
+ "title": "Source Nodes",
1094
+ "type": "array"
1095
+ },
1096
+ "target_node": {
1097
+ "title": "Target Node",
1098
+ "type": "string"
1099
+ },
1100
+ "verifier_routes": {
1101
+ "items": {
1102
+ "type": "string"
1103
+ },
1104
+ "title": "Verifier Routes",
1105
+ "type": "array"
1106
+ }
1107
+ },
1108
+ "required": [
1109
+ "action_id",
1110
+ "target_node"
1111
+ ],
1112
+ "title": "PhaseControlAction",
1113
+ "type": "object"
1114
+ },
1115
+ "PhaseControlEnvelope": {
1116
+ "properties": {
1117
+ "control_surface": {
1118
+ "additionalProperties": {
1119
+ "type": "number"
1120
+ },
1121
+ "title": "Control Surface",
1122
+ "type": "object"
1123
+ },
1124
+ "envelope_id": {
1125
+ "title": "Envelope Id",
1126
+ "type": "string"
1127
+ },
1128
+ "finite_horizon": {
1129
+ "default": 0,
1130
+ "title": "Finite Horizon",
1131
+ "type": "integer"
1132
+ },
1133
+ "finite_state_space": {
1134
+ "items": {
1135
+ "type": "string"
1136
+ },
1137
+ "title": "Finite State Space",
1138
+ "type": "array",
1139
+ "uniqueItems": true
1140
+ },
1141
+ "phase_response": {
1142
+ "additionalProperties": {
1143
+ "type": "number"
1144
+ },
1145
+ "title": "Phase Response",
1146
+ "type": "object"
1147
+ },
1148
+ "residual": {
1149
+ "default": 0.0,
1150
+ "title": "Residual",
1151
+ "type": "number"
1152
+ },
1153
+ "thermodynamic_obligation_ids": {
1154
+ "items": {
1155
+ "type": "string"
1156
+ },
1157
+ "title": "Thermodynamic Obligation Ids",
1158
+ "type": "array",
1159
+ "uniqueItems": true
1160
+ }
1161
+ },
1162
+ "required": [
1163
+ "envelope_id"
1164
+ ],
1165
+ "title": "PhaseControlEnvelope",
1166
+ "type": "object"
1167
+ },
1168
+ "PhaseControlObjective": {
1169
+ "properties": {
1170
+ "horizon": {
1171
+ "default": 1,
1172
+ "title": "Horizon",
1173
+ "type": "integer"
1174
+ },
1175
+ "objective_id": {
1176
+ "title": "Objective Id",
1177
+ "type": "string"
1178
+ },
1179
+ "objective_kind": {
1180
+ "default": "maximize-finite-asi-proxy-mass",
1181
+ "title": "Objective Kind",
1182
+ "type": "string"
1183
+ },
1184
+ "residual_budget": {
1185
+ "default": 0.0,
1186
+ "title": "Residual Budget",
1187
+ "type": "number"
1188
+ },
1189
+ "risk_tolerance": {
1190
+ "default": 0.0,
1191
+ "title": "Risk Tolerance",
1192
+ "type": "number"
1193
+ },
1194
+ "route_preferences": {
1195
+ "items": {
1196
+ "type": "string"
1197
+ },
1198
+ "title": "Route Preferences",
1199
+ "type": "array"
1200
+ },
1201
+ "target": {
1202
+ "$ref": "#/$defs/ASIProxyTargetContract"
1203
+ }
1204
+ },
1205
+ "required": [
1206
+ "objective_id",
1207
+ "target"
1208
+ ],
1209
+ "title": "PhaseControlObjective",
1210
+ "type": "object"
1211
+ },
1212
+ "PhaseControlState": {
1213
+ "properties": {
1214
+ "budgets": {
1215
+ "additionalProperties": {
1216
+ "type": "number"
1217
+ },
1218
+ "title": "Budgets",
1219
+ "type": "object"
1220
+ },
1221
+ "constraint_frame": {
1222
+ "$ref": "#/$defs/ConstraintFrame"
1223
+ },
1224
+ "envelope": {
1225
+ "anyOf": [
1226
+ {
1227
+ "$ref": "#/$defs/PhaseControlEnvelope"
1228
+ },
1229
+ {
1230
+ "type": "null"
1231
+ }
1232
+ ],
1233
+ "default": null
1234
+ },
1235
+ "graph": {
1236
+ "$ref": "#/$defs/CapabilityHypergraph"
1237
+ },
1238
+ "present_obligations": {
1239
+ "items": {
1240
+ "type": "string"
1241
+ },
1242
+ "title": "Present Obligations",
1243
+ "type": "array"
1244
+ },
1245
+ "route_ids": {
1246
+ "items": {
1247
+ "type": "string"
1248
+ },
1249
+ "title": "Route Ids",
1250
+ "type": "array"
1251
+ },
1252
+ "state_id": {
1253
+ "title": "State Id",
1254
+ "type": "string"
1255
+ },
1256
+ "state_vector": {
1257
+ "$ref": "#/$defs/CapabilityStateVector"
1258
+ }
1259
+ },
1260
+ "required": [
1261
+ "state_id",
1262
+ "graph",
1263
+ "state_vector"
1264
+ ],
1265
+ "title": "PhaseControlState",
1266
+ "type": "object"
1267
+ },
1268
+ "QuarantineLedger": {
1269
+ "description": "Fail-closed quarantine and rollback ledger.",
1270
+ "properties": {
1271
+ "quarantined_items": {
1272
+ "items": {
1273
+ "type": "string"
1274
+ },
1275
+ "title": "Quarantined Items",
1276
+ "type": "array"
1277
+ },
1278
+ "reasons": {
1279
+ "additionalProperties": {
1280
+ "items": {
1281
+ "type": "string"
1282
+ },
1283
+ "type": "array"
1284
+ },
1285
+ "title": "Reasons",
1286
+ "type": "object"
1287
+ },
1288
+ "rollback_items": {
1289
+ "items": {
1290
+ "type": "string"
1291
+ },
1292
+ "title": "Rollback Items",
1293
+ "type": "array"
1294
+ }
1295
+ },
1296
+ "title": "QuarantineLedger",
1297
+ "type": "object"
1298
+ },
1299
+ "RuntimeEvent": {
1300
+ "description": "Append-only runtime event for audit and replay.",
1301
+ "properties": {
1302
+ "event_id": {
1303
+ "title": "Event Id",
1304
+ "type": "string"
1305
+ },
1306
+ "event_type": {
1307
+ "title": "Event Type",
1308
+ "type": "string"
1309
+ },
1310
+ "payload_ref": {
1311
+ "title": "Payload Ref",
1312
+ "type": "string"
1313
+ },
1314
+ "payload_sha256": {
1315
+ "title": "Payload Sha256",
1316
+ "type": "string"
1317
+ },
1318
+ "residual_delta": {
1319
+ "$ref": "#/$defs/Ledger"
1320
+ },
1321
+ "step_index": {
1322
+ "title": "Step Index",
1323
+ "type": "integer"
1324
+ },
1325
+ "timestamp": {
1326
+ "anyOf": [
1327
+ {
1328
+ "type": "string"
1329
+ },
1330
+ {
1331
+ "type": "null"
1332
+ }
1333
+ ],
1334
+ "default": null,
1335
+ "title": "Timestamp"
1336
+ }
1337
+ },
1338
+ "required": [
1339
+ "event_id",
1340
+ "event_type",
1341
+ "step_index",
1342
+ "payload_ref",
1343
+ "payload_sha256"
1344
+ ],
1345
+ "title": "RuntimeEvent",
1346
+ "type": "object"
1347
+ },
1348
+ "RuntimeEventLog": {
1349
+ "description": "Deterministic event log with aggregate hash.",
1350
+ "properties": {
1351
+ "aggregate_sha256": {
1352
+ "default": "0000000000000000000000000000000000000000000000000000000000000000",
1353
+ "title": "Aggregate Sha256",
1354
+ "type": "string"
1355
+ },
1356
+ "events": {
1357
+ "items": {
1358
+ "$ref": "#/$defs/RuntimeEvent"
1359
+ },
1360
+ "title": "Events",
1361
+ "type": "array"
1362
+ }
1363
+ },
1364
+ "title": "RuntimeEventLog",
1365
+ "type": "object"
1366
+ },
1367
+ "RuntimeIdentityContext": {
1368
+ "description": "Accepted identity context derived from a population Sybil ledger.",
1369
+ "properties": {
1370
+ "accepted": {
1371
+ "default": false,
1372
+ "title": "Accepted",
1373
+ "type": "boolean"
1374
+ },
1375
+ "accepted_agent_ids": {
1376
+ "items": {
1377
+ "type": "string"
1378
+ },
1379
+ "title": "Accepted Agent Ids",
1380
+ "type": "array"
1381
+ },
1382
+ "accepted_public_key_ids": {
1383
+ "items": {
1384
+ "type": "string"
1385
+ },
1386
+ "title": "Accepted Public Key Ids",
1387
+ "type": "array"
1388
+ },
1389
+ "context_id": {
1390
+ "default": "runtime-identity-context",
1391
+ "title": "Context Id",
1392
+ "type": "string"
1393
+ },
1394
+ "identity_profile": {
1395
+ "$ref": "#/$defs/IdentityTrustProfile",
1396
+ "default": "development"
1397
+ },
1398
+ "reasons": {
1399
+ "items": {
1400
+ "type": "string"
1401
+ },
1402
+ "title": "Reasons",
1403
+ "type": "array"
1404
+ },
1405
+ "sybil_ledger": {
1406
+ "anyOf": [
1407
+ {
1408
+ "$ref": "#/$defs/SybilResistanceLedger"
1409
+ },
1410
+ {
1411
+ "type": "null"
1412
+ }
1413
+ ],
1414
+ "default": null
1415
+ }
1416
+ },
1417
+ "title": "RuntimeIdentityContext",
1418
+ "type": "object"
1419
+ },
1420
+ "RuntimeState": {
1421
+ "description": "Persistent runtime state for one ECPT active agent session.",
1422
+ "properties": {
1423
+ "accepted_agent_ids": {
1424
+ "items": {
1425
+ "type": "string"
1426
+ },
1427
+ "title": "Accepted Agent Ids",
1428
+ "type": "array"
1429
+ },
1430
+ "accepted_public_key_ids": {
1431
+ "items": {
1432
+ "type": "string"
1433
+ },
1434
+ "title": "Accepted Public Key Ids",
1435
+ "type": "array"
1436
+ },
1437
+ "collective_certificate_refs": {
1438
+ "items": {
1439
+ "type": "string"
1440
+ },
1441
+ "title": "Collective Certificate Refs",
1442
+ "type": "array"
1443
+ },
1444
+ "event_log": {
1445
+ "$ref": "#/$defs/RuntimeEventLog"
1446
+ },
1447
+ "execution_report_refs": {
1448
+ "items": {
1449
+ "type": "string"
1450
+ },
1451
+ "title": "Execution Report Refs",
1452
+ "type": "array"
1453
+ },
1454
+ "identity_attestation_refs": {
1455
+ "items": {
1456
+ "type": "string"
1457
+ },
1458
+ "title": "Identity Attestation Refs",
1459
+ "type": "array"
1460
+ },
1461
+ "identity_mode": {
1462
+ "default": "declared",
1463
+ "title": "Identity Mode",
1464
+ "type": "string"
1465
+ },
1466
+ "last_acceleration_certificate_refs": {
1467
+ "items": {
1468
+ "type": "string"
1469
+ },
1470
+ "title": "Last Acceleration Certificate Refs",
1471
+ "type": "array"
1472
+ },
1473
+ "packet_lineage_refs": {
1474
+ "items": {
1475
+ "type": "string"
1476
+ },
1477
+ "title": "Packet Lineage Refs",
1478
+ "type": "array"
1479
+ },
1480
+ "packet_registry": {
1481
+ "$ref": "#/$defs/CapabilityPacketRegistry"
1482
+ },
1483
+ "phase_actions": {
1484
+ "items": {
1485
+ "$ref": "#/$defs/PhaseControlAction"
1486
+ },
1487
+ "title": "Phase Actions",
1488
+ "type": "array"
1489
+ },
1490
+ "phase_objective": {
1491
+ "$ref": "#/$defs/PhaseControlObjective"
1492
+ },
1493
+ "phase_state": {
1494
+ "$ref": "#/$defs/PhaseControlState"
1495
+ },
1496
+ "psi_threshold": {
1497
+ "additionalProperties": {
1498
+ "type": "number"
1499
+ },
1500
+ "title": "Psi Threshold",
1501
+ "type": "object"
1502
+ },
1503
+ "quarantine_ledger": {
1504
+ "$ref": "#/$defs/QuarantineLedger"
1505
+ },
1506
+ "residual_ledger": {
1507
+ "$ref": "#/$defs/Ledger"
1508
+ },
1509
+ "route_batch_refs": {
1510
+ "items": {
1511
+ "type": "string"
1512
+ },
1513
+ "title": "Route Batch Refs",
1514
+ "type": "array"
1515
+ },
1516
+ "runtime_memory": {
1517
+ "items": {
1518
+ "type": "string"
1519
+ },
1520
+ "title": "Runtime Memory",
1521
+ "type": "array"
1522
+ },
1523
+ "state_id": {
1524
+ "title": "State Id",
1525
+ "type": "string"
1526
+ },
1527
+ "step_index": {
1528
+ "default": 0,
1529
+ "title": "Step Index",
1530
+ "type": "integer"
1531
+ },
1532
+ "verified_packets": {
1533
+ "items": {
1534
+ "$ref": "#/$defs/VerifiedCapabilityPacket"
1535
+ },
1536
+ "title": "Verified Packets",
1537
+ "type": "array"
1538
+ },
1539
+ "verifier_resolution_inventory": {
1540
+ "items": {
1541
+ "$ref": "#/$defs/VerifierResolution"
1542
+ },
1543
+ "title": "Verifier Resolution Inventory",
1544
+ "type": "array"
1545
+ }
1546
+ },
1547
+ "required": [
1548
+ "state_id",
1549
+ "phase_state",
1550
+ "phase_objective"
1551
+ ],
1552
+ "title": "RuntimeState",
1553
+ "type": "object"
1554
+ },
1555
+ "RuntimeStepInput": {
1556
+ "description": "One batch of observations, agent output, packets, and source refs.",
1557
+ "properties": {
1558
+ "agent_output": {
1559
+ "anyOf": [
1560
+ {
1561
+ "type": "string"
1562
+ },
1563
+ {
1564
+ "type": "null"
1565
+ }
1566
+ ],
1567
+ "default": null,
1568
+ "title": "Agent Output"
1569
+ },
1570
+ "allow_live_connectors": {
1571
+ "title": "Allow Live Connectors",
1572
+ "type": "boolean"
1573
+ },
1574
+ "edge_certificates": {
1575
+ "items": {
1576
+ "$ref": "#/$defs/EdgeWitnessCertificate"
1577
+ },
1578
+ "title": "Edge Certificates",
1579
+ "type": "array"
1580
+ },
1581
+ "evidence_envelope_refs": {
1582
+ "items": {
1583
+ "type": "string"
1584
+ },
1585
+ "title": "Evidence Envelope Refs",
1586
+ "type": "array"
1587
+ },
1588
+ "evidence_envelopes": {
1589
+ "items": {
1590
+ "$ref": "#/$defs/VerifierEvidenceEnvelope"
1591
+ },
1592
+ "title": "Evidence Envelopes",
1593
+ "type": "array"
1594
+ },
1595
+ "input_id": {
1596
+ "title": "Input Id",
1597
+ "type": "string"
1598
+ },
1599
+ "live_sources": {
1600
+ "items": {
1601
+ "type": "string"
1602
+ },
1603
+ "title": "Live Sources",
1604
+ "type": "array"
1605
+ },
1606
+ "local_sources": {
1607
+ "items": {
1608
+ "type": "string"
1609
+ },
1610
+ "title": "Local Sources",
1611
+ "type": "array"
1612
+ },
1613
+ "packets": {
1614
+ "items": {
1615
+ "$ref": "#/$defs/CapabilityPacketCandidate"
1616
+ },
1617
+ "title": "Packets",
1618
+ "type": "array"
1619
+ }
1620
+ },
1621
+ "required": [
1622
+ "input_id"
1623
+ ],
1624
+ "title": "RuntimeStepInput",
1625
+ "type": "object"
1626
+ },
1627
+ "SybilResistanceLedger": {
1628
+ "description": "Population-level Sybil-resistance judgment and residual ledger.",
1629
+ "properties": {
1630
+ "accepted": {
1631
+ "default": false,
1632
+ "title": "Accepted",
1633
+ "type": "boolean"
1634
+ },
1635
+ "accepted_agent_ids": {
1636
+ "items": {
1637
+ "type": "string"
1638
+ },
1639
+ "title": "Accepted Agent Ids",
1640
+ "type": "array"
1641
+ },
1642
+ "accepted_public_key_ids": {
1643
+ "items": {
1644
+ "type": "string"
1645
+ },
1646
+ "title": "Accepted Public Key Ids",
1647
+ "type": "array"
1648
+ },
1649
+ "clone_fanout_groups": {
1650
+ "items": {
1651
+ "type": "string"
1652
+ },
1653
+ "title": "Clone Fanout Groups",
1654
+ "type": "array"
1655
+ },
1656
+ "duplicate_agent_ids": {
1657
+ "items": {
1658
+ "type": "string"
1659
+ },
1660
+ "title": "Duplicate Agent Ids",
1661
+ "type": "array"
1662
+ },
1663
+ "duplicate_credential_refs": {
1664
+ "items": {
1665
+ "type": "string"
1666
+ },
1667
+ "title": "Duplicate Credential Refs",
1668
+ "type": "array"
1669
+ },
1670
+ "duplicate_public_key_fingerprints": {
1671
+ "items": {
1672
+ "type": "string"
1673
+ },
1674
+ "title": "Duplicate Public Key Fingerprints",
1675
+ "type": "array"
1676
+ },
1677
+ "duplicate_public_key_ids": {
1678
+ "items": {
1679
+ "type": "string"
1680
+ },
1681
+ "title": "Duplicate Public Key Ids",
1682
+ "type": "array"
1683
+ },
1684
+ "expired_agent_ids": {
1685
+ "items": {
1686
+ "type": "string"
1687
+ },
1688
+ "title": "Expired Agent Ids",
1689
+ "type": "array"
1690
+ },
1691
+ "failed_signature_agent_ids": {
1692
+ "items": {
1693
+ "type": "string"
1694
+ },
1695
+ "title": "Failed Signature Agent Ids",
1696
+ "type": "array"
1697
+ },
1698
+ "finite_checks_passed": {
1699
+ "default": false,
1700
+ "title": "Finite Checks Passed",
1701
+ "type": "boolean"
1702
+ },
1703
+ "fleet_overrepresented": {
1704
+ "items": {
1705
+ "type": "string"
1706
+ },
1707
+ "title": "Fleet Overrepresented",
1708
+ "type": "array"
1709
+ },
1710
+ "identity_check_reports": {
1711
+ "items": {
1712
+ "$ref": "#/$defs/AgentIdentityCheckReport"
1713
+ },
1714
+ "title": "Identity Check Reports",
1715
+ "type": "array"
1716
+ },
1717
+ "identity_count": {
1718
+ "title": "Identity Count",
1719
+ "type": "integer"
1720
+ },
1721
+ "issuer_overrepresented": {
1722
+ "items": {
1723
+ "type": "string"
1724
+ },
1725
+ "title": "Issuer Overrepresented",
1726
+ "type": "array"
1727
+ },
1728
+ "ledger_id": {
1729
+ "title": "Ledger Id",
1730
+ "type": "string"
1731
+ },
1732
+ "missing_evidence_refs": {
1733
+ "items": {
1734
+ "type": "string"
1735
+ },
1736
+ "title": "Missing Evidence Refs",
1737
+ "type": "array"
1738
+ },
1739
+ "model_overrepresented": {
1740
+ "items": {
1741
+ "type": "string"
1742
+ },
1743
+ "title": "Model Overrepresented",
1744
+ "type": "array"
1745
+ },
1746
+ "operationally_usable": {
1747
+ "default": false,
1748
+ "title": "Operationally Usable",
1749
+ "type": "boolean"
1750
+ },
1751
+ "policy_explanation": {
1752
+ "additionalProperties": {
1753
+ "type": "string"
1754
+ },
1755
+ "title": "Policy Explanation",
1756
+ "type": "object"
1757
+ },
1758
+ "policy_id": {
1759
+ "title": "Policy Id",
1760
+ "type": "string"
1761
+ },
1762
+ "policy_overrepresented": {
1763
+ "items": {
1764
+ "type": "string"
1765
+ },
1766
+ "title": "Policy Overrepresented",
1767
+ "type": "array"
1768
+ },
1769
+ "population_id": {
1770
+ "title": "Population Id",
1771
+ "type": "string"
1772
+ },
1773
+ "reasons": {
1774
+ "items": {
1775
+ "type": "string"
1776
+ },
1777
+ "title": "Reasons",
1778
+ "type": "array"
1779
+ },
1780
+ "rejected_agent_ids": {
1781
+ "items": {
1782
+ "type": "string"
1783
+ },
1784
+ "title": "Rejected Agent Ids",
1785
+ "type": "array"
1786
+ },
1787
+ "residual_ledger": {
1788
+ "$ref": "#/$defs/Ledger"
1789
+ },
1790
+ "revoked_agent_ids": {
1791
+ "items": {
1792
+ "type": "string"
1793
+ },
1794
+ "title": "Revoked Agent Ids",
1795
+ "type": "array"
1796
+ },
1797
+ "settled": {
1798
+ "default": false,
1799
+ "title": "Settled",
1800
+ "type": "boolean"
1801
+ },
1802
+ "trust_profile": {
1803
+ "$ref": "#/$defs/IdentityTrustProfile",
1804
+ "default": "production"
1805
+ }
1806
+ },
1807
+ "required": [
1808
+ "ledger_id",
1809
+ "population_id",
1810
+ "policy_id",
1811
+ "identity_count"
1812
+ ],
1813
+ "title": "SybilResistanceLedger",
1814
+ "type": "object"
1815
+ },
1816
+ "VerifiedCapabilityPacket": {
1817
+ "description": "Finite-scope reusable packet capital after verifier and edge checks.",
1818
+ "properties": {
1819
+ "accepted_edge_witness_ids": {
1820
+ "items": {
1821
+ "type": "string"
1822
+ },
1823
+ "title": "Accepted Edge Witness Ids",
1824
+ "type": "array"
1825
+ },
1826
+ "execution_available": {
1827
+ "default": false,
1828
+ "title": "Execution Available",
1829
+ "type": "boolean"
1830
+ },
1831
+ "expires_at": {
1832
+ "anyOf": [
1833
+ {
1834
+ "type": "string"
1835
+ },
1836
+ {
1837
+ "type": "null"
1838
+ }
1839
+ ],
1840
+ "default": null,
1841
+ "title": "Expires At"
1842
+ },
1843
+ "identity_contribution_status": {
1844
+ "$ref": "#/$defs/IdentityContributionStatus",
1845
+ "default": "verified"
1846
+ },
1847
+ "issuer_agent_id": {
1848
+ "anyOf": [
1849
+ {
1850
+ "type": "string"
1851
+ },
1852
+ {
1853
+ "type": "null"
1854
+ }
1855
+ ],
1856
+ "default": null,
1857
+ "title": "Issuer Agent Id"
1858
+ },
1859
+ "issuer_attestation_id": {
1860
+ "anyOf": [
1861
+ {
1862
+ "type": "string"
1863
+ },
1864
+ {
1865
+ "type": "null"
1866
+ }
1867
+ ],
1868
+ "default": null,
1869
+ "title": "Issuer Attestation Id"
1870
+ },
1871
+ "issuer_public_key_id": {
1872
+ "anyOf": [
1873
+ {
1874
+ "type": "string"
1875
+ },
1876
+ {
1877
+ "type": "null"
1878
+ }
1879
+ ],
1880
+ "default": null,
1881
+ "title": "Issuer Public Key Id"
1882
+ },
1883
+ "liquidity_score": {
1884
+ "default": 0.0,
1885
+ "title": "Liquidity Score",
1886
+ "type": "number"
1887
+ },
1888
+ "operationally_usable": {
1889
+ "default": false,
1890
+ "title": "Operationally Usable",
1891
+ "type": "boolean"
1892
+ },
1893
+ "packet_id": {
1894
+ "title": "Packet Id",
1895
+ "type": "string"
1896
+ },
1897
+ "receiver_family": {
1898
+ "items": {
1899
+ "type": "string"
1900
+ },
1901
+ "title": "Receiver Family",
1902
+ "type": "array"
1903
+ },
1904
+ "residual_external_obligations": {
1905
+ "items": {
1906
+ "type": "string"
1907
+ },
1908
+ "title": "Residual External Obligations",
1909
+ "type": "array"
1910
+ },
1911
+ "residual_ledger": {
1912
+ "$ref": "#/$defs/Ledger"
1913
+ },
1914
+ "rollback_receipt": {
1915
+ "anyOf": [
1916
+ {
1917
+ "type": "string"
1918
+ },
1919
+ {
1920
+ "type": "null"
1921
+ }
1922
+ ],
1923
+ "default": null,
1924
+ "title": "Rollback Receipt"
1925
+ },
1926
+ "settled": {
1927
+ "default": false,
1928
+ "title": "Settled",
1929
+ "type": "boolean"
1930
+ },
1931
+ "settlement_scope": {
1932
+ "items": {
1933
+ "type": "string"
1934
+ },
1935
+ "title": "Settlement Scope",
1936
+ "type": "array"
1937
+ },
1938
+ "source_candidate_id": {
1939
+ "title": "Source Candidate Id",
1940
+ "type": "string"
1941
+ },
1942
+ "validity_domain": {
1943
+ "default": "protocol-relative-finite",
1944
+ "title": "Validity Domain",
1945
+ "type": "string"
1946
+ },
1947
+ "verification_resolution_ids": {
1948
+ "items": {
1949
+ "type": "string"
1950
+ },
1951
+ "title": "Verification Resolution Ids",
1952
+ "type": "array"
1953
+ }
1954
+ },
1955
+ "required": [
1956
+ "packet_id",
1957
+ "source_candidate_id"
1958
+ ],
1959
+ "title": "VerifiedCapabilityPacket",
1960
+ "type": "object"
1961
+ },
1962
+ "VerifierEvidenceEnvelope": {
1963
+ "description": "Finite evidence envelope supplied to an adapter route.",
1964
+ "properties": {
1965
+ "deterministic": {
1966
+ "default": true,
1967
+ "title": "Deterministic",
1968
+ "type": "boolean"
1969
+ },
1970
+ "envelope_id": {
1971
+ "title": "Envelope Id",
1972
+ "type": "string"
1973
+ },
1974
+ "envelope_schema_version": {
1975
+ "default": "verifier-evidence-envelope-2.0",
1976
+ "title": "Envelope Schema Version",
1977
+ "type": "string"
1978
+ },
1979
+ "evidence_artifacts": {
1980
+ "items": {
1981
+ "$ref": "#/$defs/EvidenceArtifact"
1982
+ },
1983
+ "title": "Evidence Artifacts",
1984
+ "type": "array"
1985
+ },
1986
+ "evidence_kind": {
1987
+ "items": {
1988
+ "type": "string"
1989
+ },
1990
+ "title": "Evidence Kind",
1991
+ "type": "array"
1992
+ },
1993
+ "evidence_refs": {
1994
+ "items": {
1995
+ "type": "string"
1996
+ },
1997
+ "title": "Evidence Refs",
1998
+ "type": "array"
1999
+ },
2000
+ "obligation_ids": {
2001
+ "items": {
2002
+ "type": "string"
2003
+ },
2004
+ "title": "Obligation Ids",
2005
+ "type": "array"
2006
+ },
2007
+ "residual_coordinates": {
2008
+ "additionalProperties": {
2009
+ "type": "number"
2010
+ },
2011
+ "title": "Residual Coordinates",
2012
+ "type": "object"
2013
+ },
2014
+ "route_id": {
2015
+ "title": "Route Id",
2016
+ "type": "string"
2017
+ }
2018
+ },
2019
+ "required": [
2020
+ "envelope_id",
2021
+ "route_id"
2022
+ ],
2023
+ "title": "VerifierEvidenceEnvelope",
2024
+ "type": "object"
2025
+ },
2026
+ "VerifierResolution": {
2027
+ "description": "Adapter-route resolution result that preserves safe failure behavior.",
2028
+ "properties": {
2029
+ "accepted": {
2030
+ "title": "Accepted",
2031
+ "type": "boolean"
2032
+ },
2033
+ "accepted_obligation_ids": {
2034
+ "items": {
2035
+ "type": "string"
2036
+ },
2037
+ "title": "Accepted Obligation Ids",
2038
+ "type": "array"
2039
+ },
2040
+ "availability": {
2041
+ "title": "Availability",
2042
+ "type": "string"
2043
+ },
2044
+ "binding_id": {
2045
+ "anyOf": [
2046
+ {
2047
+ "type": "string"
2048
+ },
2049
+ {
2050
+ "type": "null"
2051
+ }
2052
+ ],
2053
+ "default": null,
2054
+ "title": "Binding Id"
2055
+ },
2056
+ "discharge_level": {
2057
+ "$ref": "#/$defs/DischargeLevel",
2058
+ "default": "external_domain_required"
2059
+ },
2060
+ "domain_witness_required": {
2061
+ "default": false,
2062
+ "title": "Domain Witness Required",
2063
+ "type": "boolean"
2064
+ },
2065
+ "evidence_artifact_ids": {
2066
+ "items": {
2067
+ "type": "string"
2068
+ },
2069
+ "title": "Evidence Artifact Ids",
2070
+ "type": "array"
2071
+ },
2072
+ "evidence_envelope_id": {
2073
+ "anyOf": [
2074
+ {
2075
+ "type": "string"
2076
+ },
2077
+ {
2078
+ "type": "null"
2079
+ }
2080
+ ],
2081
+ "default": null,
2082
+ "title": "Evidence Envelope Id"
2083
+ },
2084
+ "finite_scope_usable": {
2085
+ "default": false,
2086
+ "title": "Finite Scope Usable",
2087
+ "type": "boolean"
2088
+ },
2089
+ "missing_evidence_kind": {
2090
+ "items": {
2091
+ "type": "string"
2092
+ },
2093
+ "title": "Missing Evidence Kind",
2094
+ "type": "array"
2095
+ },
2096
+ "operationally_usable": {
2097
+ "default": false,
2098
+ "title": "Operationally Usable",
2099
+ "type": "boolean"
2100
+ },
2101
+ "profile": {
2102
+ "$ref": "#/$defs/EvidenceVerificationProfile",
2103
+ "default": "development"
2104
+ },
2105
+ "reasons": {
2106
+ "items": {
2107
+ "type": "string"
2108
+ },
2109
+ "title": "Reasons",
2110
+ "type": "array"
2111
+ },
2112
+ "rejected_obligation_ids": {
2113
+ "items": {
2114
+ "type": "string"
2115
+ },
2116
+ "title": "Rejected Obligation Ids",
2117
+ "type": "array"
2118
+ },
2119
+ "residual_external_obligations": {
2120
+ "items": {
2121
+ "type": "string"
2122
+ },
2123
+ "title": "Residual External Obligations",
2124
+ "type": "array"
2125
+ },
2126
+ "residual_ledger": {
2127
+ "$ref": "#/$defs/Ledger"
2128
+ },
2129
+ "resolution_digest": {
2130
+ "title": "Resolution Digest",
2131
+ "type": "string"
2132
+ },
2133
+ "resolution_id": {
2134
+ "title": "Resolution Id",
2135
+ "type": "string"
2136
+ },
2137
+ "route_id": {
2138
+ "title": "Route Id",
2139
+ "type": "string"
2140
+ },
2141
+ "safe_default": {
2142
+ "default": "diagnostic-with-unresolved-obligations",
2143
+ "title": "Safe Default",
2144
+ "type": "string"
2145
+ },
2146
+ "settled": {
2147
+ "default": false,
2148
+ "title": "Settled",
2149
+ "type": "boolean"
2150
+ },
2151
+ "settled_scope": {
2152
+ "items": {
2153
+ "type": "string"
2154
+ },
2155
+ "title": "Settled Scope",
2156
+ "type": "array"
2157
+ },
2158
+ "status": {
2159
+ "$ref": "#/$defs/ClaimStatus"
2160
+ }
2161
+ },
2162
+ "required": [
2163
+ "resolution_id",
2164
+ "route_id",
2165
+ "accepted",
2166
+ "status",
2167
+ "availability",
2168
+ "resolution_digest"
2169
+ ],
2170
+ "title": "VerifierResolution",
2171
+ "type": "object"
2172
+ }
2173
+ },
2174
+ "description": "High-level request for agents that do not want to assemble runtime records.",
2175
+ "properties": {
2176
+ "agent_output": {
2177
+ "anyOf": [
2178
+ {
2179
+ "type": "string"
2180
+ },
2181
+ {
2182
+ "type": "null"
2183
+ }
2184
+ ],
2185
+ "default": null,
2186
+ "title": "Agent Output"
2187
+ },
2188
+ "allow_live_connectors": {
2189
+ "title": "Allow Live Connectors",
2190
+ "type": "boolean"
2191
+ },
2192
+ "identity_context": {
2193
+ "anyOf": [
2194
+ {
2195
+ "$ref": "#/$defs/RuntimeIdentityContext"
2196
+ },
2197
+ {
2198
+ "type": "null"
2199
+ }
2200
+ ],
2201
+ "default": null
2202
+ },
2203
+ "identity_profile": {
2204
+ "anyOf": [
2205
+ {
2206
+ "type": "string"
2207
+ },
2208
+ {
2209
+ "type": "null"
2210
+ }
2211
+ ],
2212
+ "default": null,
2213
+ "title": "Identity Profile"
2214
+ },
2215
+ "profile": {
2216
+ "default": "development",
2217
+ "title": "Profile",
2218
+ "type": "string"
2219
+ },
2220
+ "request_id": {
2221
+ "default": "agent-intake",
2222
+ "title": "Request Id",
2223
+ "type": "string"
2224
+ },
2225
+ "state": {
2226
+ "anyOf": [
2227
+ {
2228
+ "$ref": "#/$defs/RuntimeState"
2229
+ },
2230
+ {
2231
+ "type": "null"
2232
+ }
2233
+ ],
2234
+ "default": null
2235
+ },
2236
+ "step_input": {
2237
+ "anyOf": [
2238
+ {
2239
+ "$ref": "#/$defs/RuntimeStepInput"
2240
+ },
2241
+ {
2242
+ "type": "null"
2243
+ }
2244
+ ],
2245
+ "default": null
2246
+ }
2247
+ },
2248
+ "title": "AgentIntakeRequest",
2249
+ "type": "object"
2250
+ }