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,1438 @@
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
+ "CapabilityEdge": {
56
+ "properties": {
57
+ "activation_weight": {
58
+ "default": 1.0,
59
+ "title": "Activation Weight",
60
+ "type": "number"
61
+ },
62
+ "burden": {
63
+ "default": 0.0,
64
+ "title": "Burden",
65
+ "type": "number"
66
+ },
67
+ "edge_id": {
68
+ "title": "Edge Id",
69
+ "type": "string"
70
+ },
71
+ "required_capacity": {
72
+ "additionalProperties": {
73
+ "type": "number"
74
+ },
75
+ "title": "Required Capacity",
76
+ "type": "object"
77
+ },
78
+ "sources": {
79
+ "items": {
80
+ "type": "string"
81
+ },
82
+ "title": "Sources",
83
+ "type": "array"
84
+ },
85
+ "status": {
86
+ "$ref": "#/$defs/ClaimStatus",
87
+ "default": "provisional"
88
+ },
89
+ "target": {
90
+ "title": "Target",
91
+ "type": "string"
92
+ }
93
+ },
94
+ "required": [
95
+ "edge_id",
96
+ "sources",
97
+ "target"
98
+ ],
99
+ "title": "CapabilityEdge",
100
+ "type": "object"
101
+ },
102
+ "CapabilityHypergraph": {
103
+ "properties": {
104
+ "edges": {
105
+ "items": {
106
+ "$ref": "#/$defs/CapabilityEdge"
107
+ },
108
+ "title": "Edges",
109
+ "type": "array"
110
+ },
111
+ "nodes": {
112
+ "items": {
113
+ "type": "string"
114
+ },
115
+ "title": "Nodes",
116
+ "type": "array",
117
+ "uniqueItems": true
118
+ },
119
+ "seed_mass": {
120
+ "additionalProperties": {
121
+ "type": "number"
122
+ },
123
+ "title": "Seed Mass",
124
+ "type": "object"
125
+ }
126
+ },
127
+ "title": "CapabilityHypergraph",
128
+ "type": "object"
129
+ },
130
+ "CapabilityPacket": {
131
+ "properties": {
132
+ "burden": {
133
+ "default": 0.0,
134
+ "title": "Burden",
135
+ "type": "number"
136
+ },
137
+ "coordinates": {
138
+ "additionalProperties": {
139
+ "type": "number"
140
+ },
141
+ "title": "Coordinates",
142
+ "type": "object"
143
+ },
144
+ "duplicate_mass": {
145
+ "default": 0.0,
146
+ "title": "Duplicate Mass",
147
+ "type": "number"
148
+ },
149
+ "packet_id": {
150
+ "title": "Packet Id",
151
+ "type": "string"
152
+ },
153
+ "status": {
154
+ "$ref": "#/$defs/ClaimStatus",
155
+ "default": "provisional"
156
+ },
157
+ "validity_domain": {
158
+ "default": "global",
159
+ "title": "Validity Domain",
160
+ "type": "string"
161
+ }
162
+ },
163
+ "required": [
164
+ "packet_id"
165
+ ],
166
+ "title": "CapabilityPacket",
167
+ "type": "object"
168
+ },
169
+ "CapabilityPacketCandidate": {
170
+ "description": "An observable artifact that may become an ECPT capability packet.",
171
+ "properties": {
172
+ "authority_granted": {
173
+ "default": true,
174
+ "title": "Authority Granted",
175
+ "type": "boolean"
176
+ },
177
+ "authority_required": {
178
+ "default": false,
179
+ "title": "Authority Required",
180
+ "type": "boolean"
181
+ },
182
+ "claim": {
183
+ "title": "Claim",
184
+ "type": "string"
185
+ },
186
+ "content_sha256": {
187
+ "title": "Content Sha256",
188
+ "type": "string"
189
+ },
190
+ "dependencies": {
191
+ "items": {
192
+ "type": "string"
193
+ },
194
+ "title": "Dependencies",
195
+ "type": "array"
196
+ },
197
+ "evidence_hash_valid": {
198
+ "default": true,
199
+ "title": "Evidence Hash Valid",
200
+ "type": "boolean"
201
+ },
202
+ "evidence_refs": {
203
+ "items": {
204
+ "type": "string"
205
+ },
206
+ "title": "Evidence Refs",
207
+ "type": "array"
208
+ },
209
+ "expected_downstream_gain": {
210
+ "default": 0.0,
211
+ "title": "Expected Downstream Gain",
212
+ "type": "number"
213
+ },
214
+ "expires_at": {
215
+ "anyOf": [
216
+ {
217
+ "type": "string"
218
+ },
219
+ {
220
+ "type": "null"
221
+ }
222
+ ],
223
+ "default": null,
224
+ "title": "Expires At"
225
+ },
226
+ "freshness": {
227
+ "default": 1.0,
228
+ "title": "Freshness",
229
+ "type": "number"
230
+ },
231
+ "hazard_charge": {
232
+ "default": 0.0,
233
+ "title": "Hazard Charge",
234
+ "type": "number"
235
+ },
236
+ "identity_contribution_status": {
237
+ "$ref": "#/$defs/IdentityContributionStatus",
238
+ "default": "provisional"
239
+ },
240
+ "issuer_agent_id": {
241
+ "anyOf": [
242
+ {
243
+ "type": "string"
244
+ },
245
+ {
246
+ "type": "null"
247
+ }
248
+ ],
249
+ "default": null,
250
+ "title": "Issuer Agent Id"
251
+ },
252
+ "issuer_attestation_id": {
253
+ "anyOf": [
254
+ {
255
+ "type": "string"
256
+ },
257
+ {
258
+ "type": "null"
259
+ }
260
+ ],
261
+ "default": null,
262
+ "title": "Issuer Attestation Id"
263
+ },
264
+ "issuer_public_key_id": {
265
+ "anyOf": [
266
+ {
267
+ "type": "string"
268
+ },
269
+ {
270
+ "type": "null"
271
+ }
272
+ ],
273
+ "default": null,
274
+ "title": "Issuer Public Key Id"
275
+ },
276
+ "issuer_signature_ref": {
277
+ "anyOf": [
278
+ {
279
+ "type": "string"
280
+ },
281
+ {
282
+ "type": "null"
283
+ }
284
+ ],
285
+ "default": null,
286
+ "title": "Issuer Signature Ref"
287
+ },
288
+ "packet_id": {
289
+ "title": "Packet Id",
290
+ "type": "string"
291
+ },
292
+ "receiver_family": {
293
+ "items": {
294
+ "type": "string"
295
+ },
296
+ "title": "Receiver Family",
297
+ "type": "array"
298
+ },
299
+ "residual_charge": {
300
+ "default": 0.0,
301
+ "title": "Residual Charge",
302
+ "type": "number"
303
+ },
304
+ "reuse_context": {
305
+ "default": "general",
306
+ "title": "Reuse Context",
307
+ "type": "string"
308
+ },
309
+ "rollback_available": {
310
+ "default": true,
311
+ "title": "Rollback Available",
312
+ "type": "boolean"
313
+ },
314
+ "route_safe": {
315
+ "default": true,
316
+ "title": "Route Safe",
317
+ "type": "boolean"
318
+ },
319
+ "salience_class": {
320
+ "default": "default",
321
+ "title": "Salience Class",
322
+ "type": "string"
323
+ },
324
+ "source_kind": {
325
+ "$ref": "#/$defs/PacketSourceKind",
326
+ "default": "local"
327
+ },
328
+ "source_ref": {
329
+ "title": "Source Ref",
330
+ "type": "string"
331
+ },
332
+ "status": {
333
+ "$ref": "#/$defs/ClaimStatus",
334
+ "default": "provisional"
335
+ },
336
+ "tags": {
337
+ "items": {
338
+ "type": "string"
339
+ },
340
+ "title": "Tags",
341
+ "type": "array"
342
+ },
343
+ "verification_cost": {
344
+ "default": 0.0,
345
+ "title": "Verification Cost",
346
+ "type": "number"
347
+ },
348
+ "verifier_routes": {
349
+ "items": {
350
+ "type": "string"
351
+ },
352
+ "title": "Verifier Routes",
353
+ "type": "array"
354
+ }
355
+ },
356
+ "required": [
357
+ "packet_id",
358
+ "source_ref",
359
+ "content_sha256",
360
+ "claim"
361
+ ],
362
+ "title": "CapabilityPacketCandidate",
363
+ "type": "object"
364
+ },
365
+ "CapabilityPacketRegistry": {
366
+ "description": "Deterministic packet registry for an ECPT packet ecology run.",
367
+ "properties": {
368
+ "edges": {
369
+ "items": {
370
+ "$ref": "#/$defs/EdgeWitness"
371
+ },
372
+ "title": "Edges",
373
+ "type": "array"
374
+ },
375
+ "packets": {
376
+ "items": {
377
+ "$ref": "#/$defs/CapabilityPacketCandidate"
378
+ },
379
+ "title": "Packets",
380
+ "type": "array"
381
+ },
382
+ "registry_id": {
383
+ "title": "Registry Id",
384
+ "type": "string"
385
+ },
386
+ "residual_ledger": {
387
+ "$ref": "#/$defs/Ledger"
388
+ }
389
+ },
390
+ "required": [
391
+ "registry_id"
392
+ ],
393
+ "title": "CapabilityPacketRegistry",
394
+ "type": "object"
395
+ },
396
+ "CapabilityStateVector": {
397
+ "properties": {
398
+ "burden_ledger": {
399
+ "$ref": "#/$defs/Ledger"
400
+ },
401
+ "packets": {
402
+ "items": {
403
+ "$ref": "#/$defs/CapabilityPacket"
404
+ },
405
+ "title": "Packets",
406
+ "type": "array"
407
+ },
408
+ "validity_domain": {
409
+ "default": "global",
410
+ "title": "Validity Domain",
411
+ "type": "string"
412
+ }
413
+ },
414
+ "title": "CapabilityStateVector",
415
+ "type": "object"
416
+ },
417
+ "ClaimStatus": {
418
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
419
+ "enum": [
420
+ "rejected",
421
+ "expired",
422
+ "diagnostic",
423
+ "relaxed",
424
+ "risk-provisional",
425
+ "speculative",
426
+ "provisional",
427
+ "partial",
428
+ "settled"
429
+ ],
430
+ "title": "ClaimStatus",
431
+ "type": "string"
432
+ },
433
+ "ConstraintFrame": {
434
+ "properties": {
435
+ "capacity": {
436
+ "$ref": "#/$defs/Ledger"
437
+ },
438
+ "expires": {
439
+ "items": {
440
+ "type": "string"
441
+ },
442
+ "title": "Expires",
443
+ "type": "array",
444
+ "uniqueItems": true
445
+ },
446
+ "hard_gates": {
447
+ "additionalProperties": {
448
+ "type": "boolean"
449
+ },
450
+ "title": "Hard Gates",
451
+ "type": "object"
452
+ },
453
+ "hazards": {
454
+ "$ref": "#/$defs/Ledger"
455
+ },
456
+ "queue": {
457
+ "$ref": "#/$defs/Ledger"
458
+ }
459
+ },
460
+ "title": "ConstraintFrame",
461
+ "type": "object"
462
+ },
463
+ "CoordinateKind": {
464
+ "enum": [
465
+ "benefit",
466
+ "burden",
467
+ "residual",
468
+ "tolerance",
469
+ "resource",
470
+ "metadata"
471
+ ],
472
+ "title": "CoordinateKind",
473
+ "type": "string"
474
+ },
475
+ "DischargeLevel": {
476
+ "enum": [
477
+ "finite_value_check",
478
+ "replay_check",
479
+ "contract_enforced",
480
+ "external_domain_required"
481
+ ],
482
+ "title": "DischargeLevel",
483
+ "type": "string"
484
+ },
485
+ "EdgeWitness": {
486
+ "description": "Finite witness that one or more packets support another packet or receiver.",
487
+ "properties": {
488
+ "accepted": {
489
+ "default": false,
490
+ "title": "Accepted",
491
+ "type": "boolean"
492
+ },
493
+ "confidence": {
494
+ "default": 0.0,
495
+ "title": "Confidence",
496
+ "type": "number"
497
+ },
498
+ "edge_id": {
499
+ "title": "Edge Id",
500
+ "type": "string"
501
+ },
502
+ "edge_type": {
503
+ "default": "semantic-dependency",
504
+ "title": "Edge Type",
505
+ "type": "string"
506
+ },
507
+ "evidence_refs": {
508
+ "items": {
509
+ "type": "string"
510
+ },
511
+ "title": "Evidence Refs",
512
+ "type": "array"
513
+ },
514
+ "expires_at": {
515
+ "anyOf": [
516
+ {
517
+ "type": "string"
518
+ },
519
+ {
520
+ "type": "null"
521
+ }
522
+ ],
523
+ "default": null,
524
+ "title": "Expires At"
525
+ },
526
+ "reasons": {
527
+ "items": {
528
+ "type": "string"
529
+ },
530
+ "title": "Reasons",
531
+ "type": "array"
532
+ },
533
+ "residual": {
534
+ "default": 0.0,
535
+ "title": "Residual",
536
+ "type": "number"
537
+ },
538
+ "source_packet_ids": {
539
+ "items": {
540
+ "type": "string"
541
+ },
542
+ "title": "Source Packet Ids",
543
+ "type": "array"
544
+ },
545
+ "target_packet_id": {
546
+ "title": "Target Packet Id",
547
+ "type": "string"
548
+ }
549
+ },
550
+ "required": [
551
+ "edge_id",
552
+ "source_packet_ids",
553
+ "target_packet_id"
554
+ ],
555
+ "title": "EdgeWitness",
556
+ "type": "object"
557
+ },
558
+ "EvidenceStatus": {
559
+ "enum": [
560
+ "verified",
561
+ "declared",
562
+ "unknown"
563
+ ],
564
+ "title": "EvidenceStatus",
565
+ "type": "string"
566
+ },
567
+ "EvidenceVerificationProfile": {
568
+ "enum": [
569
+ "development",
570
+ "research",
571
+ "production"
572
+ ],
573
+ "title": "EvidenceVerificationProfile",
574
+ "type": "string"
575
+ },
576
+ "IdentityContributionStatus": {
577
+ "description": "How identity evidence may contribute to runtime packet capital.",
578
+ "enum": [
579
+ "verified",
580
+ "provisional",
581
+ "diagnostic",
582
+ "quarantined",
583
+ "rejected"
584
+ ],
585
+ "title": "IdentityContributionStatus",
586
+ "type": "string"
587
+ },
588
+ "Ledger": {
589
+ "description": "A finite typed ledger with explicit coordinate kinds.",
590
+ "properties": {
591
+ "coordinates": {
592
+ "additionalProperties": {
593
+ "$ref": "#/$defs/LedgerCoordinate"
594
+ },
595
+ "title": "Coordinates",
596
+ "type": "object"
597
+ }
598
+ },
599
+ "title": "Ledger",
600
+ "type": "object"
601
+ },
602
+ "LedgerCoordinate": {
603
+ "description": "One typed coordinate in a finite certificate ledger.",
604
+ "properties": {
605
+ "description": {
606
+ "anyOf": [
607
+ {
608
+ "type": "string"
609
+ },
610
+ {
611
+ "type": "null"
612
+ }
613
+ ],
614
+ "default": null,
615
+ "title": "Description"
616
+ },
617
+ "evidence_refs": {
618
+ "items": {
619
+ "type": "string"
620
+ },
621
+ "title": "Evidence Refs",
622
+ "type": "array"
623
+ },
624
+ "evidence_status": {
625
+ "$ref": "#/$defs/EvidenceStatus",
626
+ "default": "declared"
627
+ },
628
+ "kind": {
629
+ "$ref": "#/$defs/CoordinateKind",
630
+ "default": "burden"
631
+ },
632
+ "known": {
633
+ "default": true,
634
+ "title": "Known",
635
+ "type": "boolean"
636
+ },
637
+ "name": {
638
+ "title": "Name",
639
+ "type": "string"
640
+ },
641
+ "unit": {
642
+ "default": "dimensionless",
643
+ "title": "Unit",
644
+ "type": "string"
645
+ },
646
+ "value": {
647
+ "title": "Value",
648
+ "type": "number"
649
+ }
650
+ },
651
+ "required": [
652
+ "name",
653
+ "value"
654
+ ],
655
+ "title": "LedgerCoordinate",
656
+ "type": "object"
657
+ },
658
+ "PacketSourceKind": {
659
+ "enum": [
660
+ "local",
661
+ "github",
662
+ "zenodo",
663
+ "arxiv",
664
+ "http",
665
+ "web-page",
666
+ "rss",
667
+ "atom",
668
+ "json-feed",
669
+ "ndjson",
670
+ "agent-message",
671
+ "agent-inbox",
672
+ "web-crawl",
673
+ "agent-output",
674
+ "auto"
675
+ ],
676
+ "title": "PacketSourceKind",
677
+ "type": "string"
678
+ },
679
+ "PhaseControlAction": {
680
+ "properties": {
681
+ "action_id": {
682
+ "title": "Action Id",
683
+ "type": "string"
684
+ },
685
+ "activation_delta": {
686
+ "default": 0.0,
687
+ "title": "Activation Delta",
688
+ "type": "number"
689
+ },
690
+ "burden_delta": {
691
+ "default": 0.0,
692
+ "title": "Burden Delta",
693
+ "type": "number"
694
+ },
695
+ "postconditions": {
696
+ "items": {
697
+ "type": "string"
698
+ },
699
+ "title": "Postconditions",
700
+ "type": "array"
701
+ },
702
+ "preconditions": {
703
+ "items": {
704
+ "type": "string"
705
+ },
706
+ "title": "Preconditions",
707
+ "type": "array"
708
+ },
709
+ "required_obligations": {
710
+ "items": {
711
+ "type": "string"
712
+ },
713
+ "title": "Required Obligations",
714
+ "type": "array"
715
+ },
716
+ "residual_charge": {
717
+ "default": 0.0,
718
+ "title": "Residual Charge",
719
+ "type": "number"
720
+ },
721
+ "resource_cost": {
722
+ "additionalProperties": {
723
+ "type": "number"
724
+ },
725
+ "title": "Resource Cost",
726
+ "type": "object"
727
+ },
728
+ "risk_charge": {
729
+ "default": 0.0,
730
+ "title": "Risk Charge",
731
+ "type": "number"
732
+ },
733
+ "source_nodes": {
734
+ "items": {
735
+ "type": "string"
736
+ },
737
+ "title": "Source Nodes",
738
+ "type": "array"
739
+ },
740
+ "target_node": {
741
+ "title": "Target Node",
742
+ "type": "string"
743
+ },
744
+ "verifier_routes": {
745
+ "items": {
746
+ "type": "string"
747
+ },
748
+ "title": "Verifier Routes",
749
+ "type": "array"
750
+ }
751
+ },
752
+ "required": [
753
+ "action_id",
754
+ "target_node"
755
+ ],
756
+ "title": "PhaseControlAction",
757
+ "type": "object"
758
+ },
759
+ "PhaseControlEnvelope": {
760
+ "properties": {
761
+ "control_surface": {
762
+ "additionalProperties": {
763
+ "type": "number"
764
+ },
765
+ "title": "Control Surface",
766
+ "type": "object"
767
+ },
768
+ "envelope_id": {
769
+ "title": "Envelope Id",
770
+ "type": "string"
771
+ },
772
+ "finite_horizon": {
773
+ "default": 0,
774
+ "title": "Finite Horizon",
775
+ "type": "integer"
776
+ },
777
+ "finite_state_space": {
778
+ "items": {
779
+ "type": "string"
780
+ },
781
+ "title": "Finite State Space",
782
+ "type": "array",
783
+ "uniqueItems": true
784
+ },
785
+ "phase_response": {
786
+ "additionalProperties": {
787
+ "type": "number"
788
+ },
789
+ "title": "Phase Response",
790
+ "type": "object"
791
+ },
792
+ "residual": {
793
+ "default": 0.0,
794
+ "title": "Residual",
795
+ "type": "number"
796
+ },
797
+ "thermodynamic_obligation_ids": {
798
+ "items": {
799
+ "type": "string"
800
+ },
801
+ "title": "Thermodynamic Obligation Ids",
802
+ "type": "array",
803
+ "uniqueItems": true
804
+ }
805
+ },
806
+ "required": [
807
+ "envelope_id"
808
+ ],
809
+ "title": "PhaseControlEnvelope",
810
+ "type": "object"
811
+ },
812
+ "PhaseControlObjective": {
813
+ "properties": {
814
+ "horizon": {
815
+ "default": 1,
816
+ "title": "Horizon",
817
+ "type": "integer"
818
+ },
819
+ "objective_id": {
820
+ "title": "Objective Id",
821
+ "type": "string"
822
+ },
823
+ "objective_kind": {
824
+ "default": "maximize-finite-asi-proxy-mass",
825
+ "title": "Objective Kind",
826
+ "type": "string"
827
+ },
828
+ "residual_budget": {
829
+ "default": 0.0,
830
+ "title": "Residual Budget",
831
+ "type": "number"
832
+ },
833
+ "risk_tolerance": {
834
+ "default": 0.0,
835
+ "title": "Risk Tolerance",
836
+ "type": "number"
837
+ },
838
+ "route_preferences": {
839
+ "items": {
840
+ "type": "string"
841
+ },
842
+ "title": "Route Preferences",
843
+ "type": "array"
844
+ },
845
+ "target": {
846
+ "$ref": "#/$defs/ASIProxyTargetContract"
847
+ }
848
+ },
849
+ "required": [
850
+ "objective_id",
851
+ "target"
852
+ ],
853
+ "title": "PhaseControlObjective",
854
+ "type": "object"
855
+ },
856
+ "PhaseControlState": {
857
+ "properties": {
858
+ "budgets": {
859
+ "additionalProperties": {
860
+ "type": "number"
861
+ },
862
+ "title": "Budgets",
863
+ "type": "object"
864
+ },
865
+ "constraint_frame": {
866
+ "$ref": "#/$defs/ConstraintFrame"
867
+ },
868
+ "envelope": {
869
+ "anyOf": [
870
+ {
871
+ "$ref": "#/$defs/PhaseControlEnvelope"
872
+ },
873
+ {
874
+ "type": "null"
875
+ }
876
+ ],
877
+ "default": null
878
+ },
879
+ "graph": {
880
+ "$ref": "#/$defs/CapabilityHypergraph"
881
+ },
882
+ "present_obligations": {
883
+ "items": {
884
+ "type": "string"
885
+ },
886
+ "title": "Present Obligations",
887
+ "type": "array"
888
+ },
889
+ "route_ids": {
890
+ "items": {
891
+ "type": "string"
892
+ },
893
+ "title": "Route Ids",
894
+ "type": "array"
895
+ },
896
+ "state_id": {
897
+ "title": "State Id",
898
+ "type": "string"
899
+ },
900
+ "state_vector": {
901
+ "$ref": "#/$defs/CapabilityStateVector"
902
+ }
903
+ },
904
+ "required": [
905
+ "state_id",
906
+ "graph",
907
+ "state_vector"
908
+ ],
909
+ "title": "PhaseControlState",
910
+ "type": "object"
911
+ },
912
+ "QuarantineLedger": {
913
+ "description": "Fail-closed quarantine and rollback ledger.",
914
+ "properties": {
915
+ "quarantined_items": {
916
+ "items": {
917
+ "type": "string"
918
+ },
919
+ "title": "Quarantined Items",
920
+ "type": "array"
921
+ },
922
+ "reasons": {
923
+ "additionalProperties": {
924
+ "items": {
925
+ "type": "string"
926
+ },
927
+ "type": "array"
928
+ },
929
+ "title": "Reasons",
930
+ "type": "object"
931
+ },
932
+ "rollback_items": {
933
+ "items": {
934
+ "type": "string"
935
+ },
936
+ "title": "Rollback Items",
937
+ "type": "array"
938
+ }
939
+ },
940
+ "title": "QuarantineLedger",
941
+ "type": "object"
942
+ },
943
+ "RuntimeEvent": {
944
+ "description": "Append-only runtime event for audit and replay.",
945
+ "properties": {
946
+ "event_id": {
947
+ "title": "Event Id",
948
+ "type": "string"
949
+ },
950
+ "event_type": {
951
+ "title": "Event Type",
952
+ "type": "string"
953
+ },
954
+ "payload_ref": {
955
+ "title": "Payload Ref",
956
+ "type": "string"
957
+ },
958
+ "payload_sha256": {
959
+ "title": "Payload Sha256",
960
+ "type": "string"
961
+ },
962
+ "residual_delta": {
963
+ "$ref": "#/$defs/Ledger"
964
+ },
965
+ "step_index": {
966
+ "title": "Step Index",
967
+ "type": "integer"
968
+ },
969
+ "timestamp": {
970
+ "anyOf": [
971
+ {
972
+ "type": "string"
973
+ },
974
+ {
975
+ "type": "null"
976
+ }
977
+ ],
978
+ "default": null,
979
+ "title": "Timestamp"
980
+ }
981
+ },
982
+ "required": [
983
+ "event_id",
984
+ "event_type",
985
+ "step_index",
986
+ "payload_ref",
987
+ "payload_sha256"
988
+ ],
989
+ "title": "RuntimeEvent",
990
+ "type": "object"
991
+ },
992
+ "RuntimeEventLog": {
993
+ "description": "Deterministic event log with aggregate hash.",
994
+ "properties": {
995
+ "aggregate_sha256": {
996
+ "default": "0000000000000000000000000000000000000000000000000000000000000000",
997
+ "title": "Aggregate Sha256",
998
+ "type": "string"
999
+ },
1000
+ "events": {
1001
+ "items": {
1002
+ "$ref": "#/$defs/RuntimeEvent"
1003
+ },
1004
+ "title": "Events",
1005
+ "type": "array"
1006
+ }
1007
+ },
1008
+ "title": "RuntimeEventLog",
1009
+ "type": "object"
1010
+ },
1011
+ "VerifiedCapabilityPacket": {
1012
+ "description": "Finite-scope reusable packet capital after verifier and edge checks.",
1013
+ "properties": {
1014
+ "accepted_edge_witness_ids": {
1015
+ "items": {
1016
+ "type": "string"
1017
+ },
1018
+ "title": "Accepted Edge Witness Ids",
1019
+ "type": "array"
1020
+ },
1021
+ "execution_available": {
1022
+ "default": false,
1023
+ "title": "Execution Available",
1024
+ "type": "boolean"
1025
+ },
1026
+ "expires_at": {
1027
+ "anyOf": [
1028
+ {
1029
+ "type": "string"
1030
+ },
1031
+ {
1032
+ "type": "null"
1033
+ }
1034
+ ],
1035
+ "default": null,
1036
+ "title": "Expires At"
1037
+ },
1038
+ "identity_contribution_status": {
1039
+ "$ref": "#/$defs/IdentityContributionStatus",
1040
+ "default": "verified"
1041
+ },
1042
+ "issuer_agent_id": {
1043
+ "anyOf": [
1044
+ {
1045
+ "type": "string"
1046
+ },
1047
+ {
1048
+ "type": "null"
1049
+ }
1050
+ ],
1051
+ "default": null,
1052
+ "title": "Issuer Agent Id"
1053
+ },
1054
+ "issuer_attestation_id": {
1055
+ "anyOf": [
1056
+ {
1057
+ "type": "string"
1058
+ },
1059
+ {
1060
+ "type": "null"
1061
+ }
1062
+ ],
1063
+ "default": null,
1064
+ "title": "Issuer Attestation Id"
1065
+ },
1066
+ "issuer_public_key_id": {
1067
+ "anyOf": [
1068
+ {
1069
+ "type": "string"
1070
+ },
1071
+ {
1072
+ "type": "null"
1073
+ }
1074
+ ],
1075
+ "default": null,
1076
+ "title": "Issuer Public Key Id"
1077
+ },
1078
+ "liquidity_score": {
1079
+ "default": 0.0,
1080
+ "title": "Liquidity Score",
1081
+ "type": "number"
1082
+ },
1083
+ "operationally_usable": {
1084
+ "default": false,
1085
+ "title": "Operationally Usable",
1086
+ "type": "boolean"
1087
+ },
1088
+ "packet_id": {
1089
+ "title": "Packet Id",
1090
+ "type": "string"
1091
+ },
1092
+ "receiver_family": {
1093
+ "items": {
1094
+ "type": "string"
1095
+ },
1096
+ "title": "Receiver Family",
1097
+ "type": "array"
1098
+ },
1099
+ "residual_external_obligations": {
1100
+ "items": {
1101
+ "type": "string"
1102
+ },
1103
+ "title": "Residual External Obligations",
1104
+ "type": "array"
1105
+ },
1106
+ "residual_ledger": {
1107
+ "$ref": "#/$defs/Ledger"
1108
+ },
1109
+ "rollback_receipt": {
1110
+ "anyOf": [
1111
+ {
1112
+ "type": "string"
1113
+ },
1114
+ {
1115
+ "type": "null"
1116
+ }
1117
+ ],
1118
+ "default": null,
1119
+ "title": "Rollback Receipt"
1120
+ },
1121
+ "settled": {
1122
+ "default": false,
1123
+ "title": "Settled",
1124
+ "type": "boolean"
1125
+ },
1126
+ "settlement_scope": {
1127
+ "items": {
1128
+ "type": "string"
1129
+ },
1130
+ "title": "Settlement Scope",
1131
+ "type": "array"
1132
+ },
1133
+ "source_candidate_id": {
1134
+ "title": "Source Candidate Id",
1135
+ "type": "string"
1136
+ },
1137
+ "validity_domain": {
1138
+ "default": "protocol-relative-finite",
1139
+ "title": "Validity Domain",
1140
+ "type": "string"
1141
+ },
1142
+ "verification_resolution_ids": {
1143
+ "items": {
1144
+ "type": "string"
1145
+ },
1146
+ "title": "Verification Resolution Ids",
1147
+ "type": "array"
1148
+ }
1149
+ },
1150
+ "required": [
1151
+ "packet_id",
1152
+ "source_candidate_id"
1153
+ ],
1154
+ "title": "VerifiedCapabilityPacket",
1155
+ "type": "object"
1156
+ },
1157
+ "VerifierResolution": {
1158
+ "description": "Adapter-route resolution result that preserves safe failure behavior.",
1159
+ "properties": {
1160
+ "accepted": {
1161
+ "title": "Accepted",
1162
+ "type": "boolean"
1163
+ },
1164
+ "accepted_obligation_ids": {
1165
+ "items": {
1166
+ "type": "string"
1167
+ },
1168
+ "title": "Accepted Obligation Ids",
1169
+ "type": "array"
1170
+ },
1171
+ "availability": {
1172
+ "title": "Availability",
1173
+ "type": "string"
1174
+ },
1175
+ "binding_id": {
1176
+ "anyOf": [
1177
+ {
1178
+ "type": "string"
1179
+ },
1180
+ {
1181
+ "type": "null"
1182
+ }
1183
+ ],
1184
+ "default": null,
1185
+ "title": "Binding Id"
1186
+ },
1187
+ "discharge_level": {
1188
+ "$ref": "#/$defs/DischargeLevel",
1189
+ "default": "external_domain_required"
1190
+ },
1191
+ "domain_witness_required": {
1192
+ "default": false,
1193
+ "title": "Domain Witness Required",
1194
+ "type": "boolean"
1195
+ },
1196
+ "evidence_artifact_ids": {
1197
+ "items": {
1198
+ "type": "string"
1199
+ },
1200
+ "title": "Evidence Artifact Ids",
1201
+ "type": "array"
1202
+ },
1203
+ "evidence_envelope_id": {
1204
+ "anyOf": [
1205
+ {
1206
+ "type": "string"
1207
+ },
1208
+ {
1209
+ "type": "null"
1210
+ }
1211
+ ],
1212
+ "default": null,
1213
+ "title": "Evidence Envelope Id"
1214
+ },
1215
+ "finite_scope_usable": {
1216
+ "default": false,
1217
+ "title": "Finite Scope Usable",
1218
+ "type": "boolean"
1219
+ },
1220
+ "missing_evidence_kind": {
1221
+ "items": {
1222
+ "type": "string"
1223
+ },
1224
+ "title": "Missing Evidence Kind",
1225
+ "type": "array"
1226
+ },
1227
+ "operationally_usable": {
1228
+ "default": false,
1229
+ "title": "Operationally Usable",
1230
+ "type": "boolean"
1231
+ },
1232
+ "profile": {
1233
+ "$ref": "#/$defs/EvidenceVerificationProfile",
1234
+ "default": "development"
1235
+ },
1236
+ "reasons": {
1237
+ "items": {
1238
+ "type": "string"
1239
+ },
1240
+ "title": "Reasons",
1241
+ "type": "array"
1242
+ },
1243
+ "rejected_obligation_ids": {
1244
+ "items": {
1245
+ "type": "string"
1246
+ },
1247
+ "title": "Rejected Obligation Ids",
1248
+ "type": "array"
1249
+ },
1250
+ "residual_external_obligations": {
1251
+ "items": {
1252
+ "type": "string"
1253
+ },
1254
+ "title": "Residual External Obligations",
1255
+ "type": "array"
1256
+ },
1257
+ "residual_ledger": {
1258
+ "$ref": "#/$defs/Ledger"
1259
+ },
1260
+ "resolution_digest": {
1261
+ "title": "Resolution Digest",
1262
+ "type": "string"
1263
+ },
1264
+ "resolution_id": {
1265
+ "title": "Resolution Id",
1266
+ "type": "string"
1267
+ },
1268
+ "route_id": {
1269
+ "title": "Route Id",
1270
+ "type": "string"
1271
+ },
1272
+ "safe_default": {
1273
+ "default": "diagnostic-with-unresolved-obligations",
1274
+ "title": "Safe Default",
1275
+ "type": "string"
1276
+ },
1277
+ "settled": {
1278
+ "default": false,
1279
+ "title": "Settled",
1280
+ "type": "boolean"
1281
+ },
1282
+ "settled_scope": {
1283
+ "items": {
1284
+ "type": "string"
1285
+ },
1286
+ "title": "Settled Scope",
1287
+ "type": "array"
1288
+ },
1289
+ "status": {
1290
+ "$ref": "#/$defs/ClaimStatus"
1291
+ }
1292
+ },
1293
+ "required": [
1294
+ "resolution_id",
1295
+ "route_id",
1296
+ "accepted",
1297
+ "status",
1298
+ "availability",
1299
+ "resolution_digest"
1300
+ ],
1301
+ "title": "VerifierResolution",
1302
+ "type": "object"
1303
+ }
1304
+ },
1305
+ "description": "Persistent runtime state for one ECPT active agent session.",
1306
+ "properties": {
1307
+ "accepted_agent_ids": {
1308
+ "items": {
1309
+ "type": "string"
1310
+ },
1311
+ "title": "Accepted Agent Ids",
1312
+ "type": "array"
1313
+ },
1314
+ "accepted_public_key_ids": {
1315
+ "items": {
1316
+ "type": "string"
1317
+ },
1318
+ "title": "Accepted Public Key Ids",
1319
+ "type": "array"
1320
+ },
1321
+ "collective_certificate_refs": {
1322
+ "items": {
1323
+ "type": "string"
1324
+ },
1325
+ "title": "Collective Certificate Refs",
1326
+ "type": "array"
1327
+ },
1328
+ "event_log": {
1329
+ "$ref": "#/$defs/RuntimeEventLog"
1330
+ },
1331
+ "execution_report_refs": {
1332
+ "items": {
1333
+ "type": "string"
1334
+ },
1335
+ "title": "Execution Report Refs",
1336
+ "type": "array"
1337
+ },
1338
+ "identity_attestation_refs": {
1339
+ "items": {
1340
+ "type": "string"
1341
+ },
1342
+ "title": "Identity Attestation Refs",
1343
+ "type": "array"
1344
+ },
1345
+ "identity_mode": {
1346
+ "default": "declared",
1347
+ "title": "Identity Mode",
1348
+ "type": "string"
1349
+ },
1350
+ "last_acceleration_certificate_refs": {
1351
+ "items": {
1352
+ "type": "string"
1353
+ },
1354
+ "title": "Last Acceleration Certificate Refs",
1355
+ "type": "array"
1356
+ },
1357
+ "packet_lineage_refs": {
1358
+ "items": {
1359
+ "type": "string"
1360
+ },
1361
+ "title": "Packet Lineage Refs",
1362
+ "type": "array"
1363
+ },
1364
+ "packet_registry": {
1365
+ "$ref": "#/$defs/CapabilityPacketRegistry"
1366
+ },
1367
+ "phase_actions": {
1368
+ "items": {
1369
+ "$ref": "#/$defs/PhaseControlAction"
1370
+ },
1371
+ "title": "Phase Actions",
1372
+ "type": "array"
1373
+ },
1374
+ "phase_objective": {
1375
+ "$ref": "#/$defs/PhaseControlObjective"
1376
+ },
1377
+ "phase_state": {
1378
+ "$ref": "#/$defs/PhaseControlState"
1379
+ },
1380
+ "psi_threshold": {
1381
+ "additionalProperties": {
1382
+ "type": "number"
1383
+ },
1384
+ "title": "Psi Threshold",
1385
+ "type": "object"
1386
+ },
1387
+ "quarantine_ledger": {
1388
+ "$ref": "#/$defs/QuarantineLedger"
1389
+ },
1390
+ "residual_ledger": {
1391
+ "$ref": "#/$defs/Ledger"
1392
+ },
1393
+ "route_batch_refs": {
1394
+ "items": {
1395
+ "type": "string"
1396
+ },
1397
+ "title": "Route Batch Refs",
1398
+ "type": "array"
1399
+ },
1400
+ "runtime_memory": {
1401
+ "items": {
1402
+ "type": "string"
1403
+ },
1404
+ "title": "Runtime Memory",
1405
+ "type": "array"
1406
+ },
1407
+ "state_id": {
1408
+ "title": "State Id",
1409
+ "type": "string"
1410
+ },
1411
+ "step_index": {
1412
+ "default": 0,
1413
+ "title": "Step Index",
1414
+ "type": "integer"
1415
+ },
1416
+ "verified_packets": {
1417
+ "items": {
1418
+ "$ref": "#/$defs/VerifiedCapabilityPacket"
1419
+ },
1420
+ "title": "Verified Packets",
1421
+ "type": "array"
1422
+ },
1423
+ "verifier_resolution_inventory": {
1424
+ "items": {
1425
+ "$ref": "#/$defs/VerifierResolution"
1426
+ },
1427
+ "title": "Verifier Resolution Inventory",
1428
+ "type": "array"
1429
+ }
1430
+ },
1431
+ "required": [
1432
+ "state_id",
1433
+ "phase_state",
1434
+ "phase_objective"
1435
+ ],
1436
+ "title": "RuntimeState",
1437
+ "type": "object"
1438
+ }