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,1819 @@
1
+ {
2
+ "$defs": {
3
+ "ALTDeprecationRecord": {
4
+ "description": "Deprecation record preserving token lineage and negative certificate scope.",
5
+ "properties": {
6
+ "accepted": {
7
+ "default": false,
8
+ "title": "Accepted",
9
+ "type": "boolean"
10
+ },
11
+ "deprecation_reason": {
12
+ "title": "Deprecation Reason",
13
+ "type": "string"
14
+ },
15
+ "finite_checks_passed": {
16
+ "default": false,
17
+ "title": "Finite Checks Passed",
18
+ "type": "boolean"
19
+ },
20
+ "lineage_refs": {
21
+ "items": {
22
+ "type": "string"
23
+ },
24
+ "title": "Lineage Refs",
25
+ "type": "array"
26
+ },
27
+ "negative_certificate_id": {
28
+ "title": "Negative Certificate Id",
29
+ "type": "string"
30
+ },
31
+ "operationally_usable": {
32
+ "default": false,
33
+ "title": "Operationally Usable",
34
+ "type": "boolean"
35
+ },
36
+ "reasons": {
37
+ "items": {
38
+ "type": "string"
39
+ },
40
+ "title": "Reasons",
41
+ "type": "array"
42
+ },
43
+ "record_id": {
44
+ "title": "Record Id",
45
+ "type": "string"
46
+ },
47
+ "residual_ledger": {
48
+ "$ref": "#/$defs/Ledger"
49
+ },
50
+ "rollback_refs": {
51
+ "items": {
52
+ "type": "string"
53
+ },
54
+ "title": "Rollback Refs",
55
+ "type": "array"
56
+ },
57
+ "scope_id": {
58
+ "title": "Scope Id",
59
+ "type": "string"
60
+ },
61
+ "settled": {
62
+ "default": false,
63
+ "title": "Settled",
64
+ "type": "boolean"
65
+ },
66
+ "token_id": {
67
+ "title": "Token Id",
68
+ "type": "string"
69
+ }
70
+ },
71
+ "required": [
72
+ "record_id",
73
+ "token_id",
74
+ "negative_certificate_id",
75
+ "scope_id",
76
+ "deprecation_reason"
77
+ ],
78
+ "title": "ALTDeprecationRecord",
79
+ "type": "object"
80
+ },
81
+ "ALTResurrectionRecord": {
82
+ "description": "Candidate resurrection record that overrides a prior failure mode.",
83
+ "properties": {
84
+ "accepted": {
85
+ "default": false,
86
+ "title": "Accepted",
87
+ "type": "boolean"
88
+ },
89
+ "current_positive_packet_id": {
90
+ "anyOf": [
91
+ {
92
+ "type": "string"
93
+ },
94
+ {
95
+ "type": "null"
96
+ }
97
+ ],
98
+ "default": null,
99
+ "title": "Current Positive Packet Id"
100
+ },
101
+ "evidence_refs": {
102
+ "items": {
103
+ "type": "string"
104
+ },
105
+ "title": "Evidence Refs",
106
+ "type": "array"
107
+ },
108
+ "finite_checks_passed": {
109
+ "default": false,
110
+ "title": "Finite Checks Passed",
111
+ "type": "boolean"
112
+ },
113
+ "operationally_usable": {
114
+ "default": false,
115
+ "title": "Operationally Usable",
116
+ "type": "boolean"
117
+ },
118
+ "override_failure_mode": {
119
+ "title": "Override Failure Mode",
120
+ "type": "string"
121
+ },
122
+ "prior_deprecation_id": {
123
+ "title": "Prior Deprecation Id",
124
+ "type": "string"
125
+ },
126
+ "reasons": {
127
+ "items": {
128
+ "type": "string"
129
+ },
130
+ "title": "Reasons",
131
+ "type": "array"
132
+ },
133
+ "record_id": {
134
+ "title": "Record Id",
135
+ "type": "string"
136
+ },
137
+ "residual_ledger": {
138
+ "$ref": "#/$defs/Ledger"
139
+ },
140
+ "settled": {
141
+ "default": false,
142
+ "title": "Settled",
143
+ "type": "boolean"
144
+ },
145
+ "token_id": {
146
+ "title": "Token Id",
147
+ "type": "string"
148
+ }
149
+ },
150
+ "required": [
151
+ "record_id",
152
+ "token_id",
153
+ "prior_deprecation_id",
154
+ "override_failure_mode"
155
+ ],
156
+ "title": "ALTResurrectionRecord",
157
+ "type": "object"
158
+ },
159
+ "AbstractionToken": {
160
+ "description": "Candidate reusable abstraction with declared receivers and dependencies.",
161
+ "properties": {
162
+ "authority_refs": {
163
+ "items": {
164
+ "type": "string"
165
+ },
166
+ "title": "Authority Refs",
167
+ "type": "array"
168
+ },
169
+ "candidate_only": {
170
+ "default": true,
171
+ "title": "Candidate Only",
172
+ "type": "boolean"
173
+ },
174
+ "capability_envelope_refs": {
175
+ "items": {
176
+ "type": "string"
177
+ },
178
+ "title": "Capability Envelope Refs",
179
+ "type": "array"
180
+ },
181
+ "claim": {
182
+ "title": "Claim",
183
+ "type": "string"
184
+ },
185
+ "dependency_ids": {
186
+ "items": {
187
+ "type": "string"
188
+ },
189
+ "title": "Dependency Ids",
190
+ "type": "array"
191
+ },
192
+ "evidence_refs": {
193
+ "items": {
194
+ "type": "string"
195
+ },
196
+ "title": "Evidence Refs",
197
+ "type": "array"
198
+ },
199
+ "interface_refs": {
200
+ "items": {
201
+ "type": "string"
202
+ },
203
+ "title": "Interface Refs",
204
+ "type": "array"
205
+ },
206
+ "lineage": {
207
+ "anyOf": [
208
+ {
209
+ "$ref": "#/$defs/TokenLineage"
210
+ },
211
+ {
212
+ "type": "null"
213
+ }
214
+ ],
215
+ "default": null
216
+ },
217
+ "receiver_family": {
218
+ "items": {
219
+ "type": "string"
220
+ },
221
+ "title": "Receiver Family",
222
+ "type": "array"
223
+ },
224
+ "residual_ledger": {
225
+ "$ref": "#/$defs/Ledger"
226
+ },
227
+ "status": {
228
+ "$ref": "#/$defs/ClaimStatus",
229
+ "default": "provisional"
230
+ },
231
+ "token_id": {
232
+ "title": "Token Id",
233
+ "type": "string"
234
+ },
235
+ "validity_domain": {
236
+ "default": "protocol-relative-finite",
237
+ "title": "Validity Domain",
238
+ "type": "string"
239
+ },
240
+ "verifier_routes": {
241
+ "items": {
242
+ "type": "string"
243
+ },
244
+ "title": "Verifier Routes",
245
+ "type": "array"
246
+ }
247
+ },
248
+ "required": [
249
+ "token_id",
250
+ "claim"
251
+ ],
252
+ "title": "AbstractionToken",
253
+ "type": "object"
254
+ },
255
+ "CertifiedAbstractionCapital": {
256
+ "description": "Finite-scope certified abstraction capital usable by ECPT phase runtime.",
257
+ "properties": {
258
+ "capital_id": {
259
+ "title": "Capital Id",
260
+ "type": "string"
261
+ },
262
+ "evidence_refs": {
263
+ "items": {
264
+ "type": "string"
265
+ },
266
+ "title": "Evidence Refs",
267
+ "type": "array"
268
+ },
269
+ "liquidity_certificate_id": {
270
+ "title": "Liquidity Certificate Id",
271
+ "type": "string"
272
+ },
273
+ "operationally_usable": {
274
+ "default": false,
275
+ "title": "Operationally Usable",
276
+ "type": "boolean"
277
+ },
278
+ "receiver_family": {
279
+ "items": {
280
+ "type": "string"
281
+ },
282
+ "title": "Receiver Family",
283
+ "type": "array"
284
+ },
285
+ "residual_external_obligations": {
286
+ "items": {
287
+ "type": "string"
288
+ },
289
+ "title": "Residual External Obligations",
290
+ "type": "array"
291
+ },
292
+ "residual_ledger": {
293
+ "$ref": "#/$defs/Ledger"
294
+ },
295
+ "settled": {
296
+ "default": false,
297
+ "title": "Settled",
298
+ "type": "boolean"
299
+ },
300
+ "surplus_lower_bound": {
301
+ "default": 0.0,
302
+ "title": "Surplus Lower Bound",
303
+ "type": "number"
304
+ },
305
+ "token_id": {
306
+ "title": "Token Id",
307
+ "type": "string"
308
+ },
309
+ "validity_domain": {
310
+ "default": "protocol-relative-finite",
311
+ "title": "Validity Domain",
312
+ "type": "string"
313
+ }
314
+ },
315
+ "required": [
316
+ "capital_id",
317
+ "token_id",
318
+ "liquidity_certificate_id"
319
+ ],
320
+ "title": "CertifiedAbstractionCapital",
321
+ "type": "object"
322
+ },
323
+ "ClaimStatus": {
324
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
325
+ "enum": [
326
+ "rejected",
327
+ "expired",
328
+ "diagnostic",
329
+ "relaxed",
330
+ "risk-provisional",
331
+ "speculative",
332
+ "provisional",
333
+ "partial",
334
+ "settled"
335
+ ],
336
+ "title": "ClaimStatus",
337
+ "type": "string"
338
+ },
339
+ "CoordinateKind": {
340
+ "enum": [
341
+ "benefit",
342
+ "burden",
343
+ "residual",
344
+ "tolerance",
345
+ "resource",
346
+ "metadata"
347
+ ],
348
+ "title": "CoordinateKind",
349
+ "type": "string"
350
+ },
351
+ "EvidenceStatus": {
352
+ "enum": [
353
+ "verified",
354
+ "declared",
355
+ "unknown"
356
+ ],
357
+ "title": "EvidenceStatus",
358
+ "type": "string"
359
+ },
360
+ "ExecutableALTCertificatePacket": {
361
+ "description": "Executable packet carrying a token and its ALT certificates.",
362
+ "properties": {
363
+ "accepted": {
364
+ "default": false,
365
+ "title": "Accepted",
366
+ "type": "boolean"
367
+ },
368
+ "evidence_refs": {
369
+ "items": {
370
+ "type": "string"
371
+ },
372
+ "title": "Evidence Refs",
373
+ "type": "array"
374
+ },
375
+ "liquidity_certificate": {
376
+ "anyOf": [
377
+ {
378
+ "$ref": "#/$defs/LiquidityCertificate"
379
+ },
380
+ {
381
+ "type": "null"
382
+ }
383
+ ],
384
+ "default": null
385
+ },
386
+ "negative_liquidity_certificate": {
387
+ "anyOf": [
388
+ {
389
+ "$ref": "#/$defs/NegativeLiquidityCertificate"
390
+ },
391
+ {
392
+ "type": "null"
393
+ }
394
+ ],
395
+ "default": null
396
+ },
397
+ "operationally_usable": {
398
+ "default": false,
399
+ "title": "Operationally Usable",
400
+ "type": "boolean"
401
+ },
402
+ "packet_id": {
403
+ "title": "Packet Id",
404
+ "type": "string"
405
+ },
406
+ "reasons": {
407
+ "items": {
408
+ "type": "string"
409
+ },
410
+ "title": "Reasons",
411
+ "type": "array"
412
+ },
413
+ "residual_ledger": {
414
+ "$ref": "#/$defs/Ledger"
415
+ },
416
+ "settled": {
417
+ "default": false,
418
+ "title": "Settled",
419
+ "type": "boolean"
420
+ },
421
+ "token": {
422
+ "$ref": "#/$defs/AbstractionToken"
423
+ },
424
+ "trace_sufficiency": {
425
+ "anyOf": [
426
+ {
427
+ "$ref": "#/$defs/TraceSufficiencyCertificate"
428
+ },
429
+ {
430
+ "type": "null"
431
+ }
432
+ ],
433
+ "default": null
434
+ },
435
+ "verifier_routes": {
436
+ "items": {
437
+ "type": "string"
438
+ },
439
+ "title": "Verifier Routes",
440
+ "type": "array"
441
+ }
442
+ },
443
+ "required": [
444
+ "packet_id",
445
+ "token"
446
+ ],
447
+ "title": "ExecutableALTCertificatePacket",
448
+ "type": "object"
449
+ },
450
+ "FormationCostLedger": {
451
+ "description": "ALT cost ledger for forming, validating, deploying, and maintaining a token.",
452
+ "properties": {
453
+ "absorption_cost": {
454
+ "default": 0.0,
455
+ "title": "Absorption Cost",
456
+ "type": "number"
457
+ },
458
+ "certification_cost": {
459
+ "default": 0.0,
460
+ "title": "Certification Cost",
461
+ "type": "number"
462
+ },
463
+ "contamination_cost": {
464
+ "default": 0.0,
465
+ "title": "Contamination Cost",
466
+ "type": "number"
467
+ },
468
+ "deployment_cost": {
469
+ "default": 0.0,
470
+ "title": "Deployment Cost",
471
+ "type": "number"
472
+ },
473
+ "depreciation_cost": {
474
+ "default": 0.0,
475
+ "title": "Depreciation Cost",
476
+ "type": "number"
477
+ },
478
+ "evidence_refs": {
479
+ "items": {
480
+ "type": "string"
481
+ },
482
+ "title": "Evidence Refs",
483
+ "type": "array"
484
+ },
485
+ "formation_cost": {
486
+ "default": 0.0,
487
+ "title": "Formation Cost",
488
+ "type": "number"
489
+ },
490
+ "hazard_cost": {
491
+ "default": 0.0,
492
+ "title": "Hazard Cost",
493
+ "type": "number"
494
+ },
495
+ "hidden_resource_cost": {
496
+ "default": 0.0,
497
+ "title": "Hidden Resource Cost",
498
+ "type": "number"
499
+ },
500
+ "ledger_id": {
501
+ "title": "Ledger Id",
502
+ "type": "string"
503
+ },
504
+ "maintenance_cost": {
505
+ "default": 0.0,
506
+ "title": "Maintenance Cost",
507
+ "type": "number"
508
+ },
509
+ "misapplication_cost": {
510
+ "default": 0.0,
511
+ "title": "Misapplication Cost",
512
+ "type": "number"
513
+ },
514
+ "settlement_cost": {
515
+ "default": 0.0,
516
+ "title": "Settlement Cost",
517
+ "type": "number"
518
+ },
519
+ "telemetry_cost": {
520
+ "default": 0.0,
521
+ "title": "Telemetry Cost",
522
+ "type": "number"
523
+ },
524
+ "unit": {
525
+ "default": "dimensionless",
526
+ "title": "Unit",
527
+ "type": "string"
528
+ },
529
+ "validation_cost": {
530
+ "default": 0.0,
531
+ "title": "Validation Cost",
532
+ "type": "number"
533
+ }
534
+ },
535
+ "required": [
536
+ "ledger_id"
537
+ ],
538
+ "title": "FormationCostLedger",
539
+ "type": "object"
540
+ },
541
+ "HazardEnvelopeCertificate": {
542
+ "description": "Finite hazard, misuse, externality, and rollback envelope.",
543
+ "properties": {
544
+ "accepted": {
545
+ "default": false,
546
+ "title": "Accepted",
547
+ "type": "boolean"
548
+ },
549
+ "authority_envelope_refs": {
550
+ "items": {
551
+ "type": "string"
552
+ },
553
+ "title": "Authority Envelope Refs",
554
+ "type": "array"
555
+ },
556
+ "capability_envelope_refs": {
557
+ "items": {
558
+ "type": "string"
559
+ },
560
+ "title": "Capability Envelope Refs",
561
+ "type": "array"
562
+ },
563
+ "certificate_id": {
564
+ "title": "Certificate Id",
565
+ "type": "string"
566
+ },
567
+ "evidence_refs": {
568
+ "items": {
569
+ "type": "string"
570
+ },
571
+ "title": "Evidence Refs",
572
+ "type": "array"
573
+ },
574
+ "finite_checks_passed": {
575
+ "default": false,
576
+ "title": "Finite Checks Passed",
577
+ "type": "boolean"
578
+ },
579
+ "hazard_refs": {
580
+ "items": {
581
+ "type": "string"
582
+ },
583
+ "title": "Hazard Refs",
584
+ "type": "array"
585
+ },
586
+ "irreversible_risk_upper_bound": {
587
+ "default": 0.0,
588
+ "title": "Irreversible Risk Upper Bound",
589
+ "type": "number"
590
+ },
591
+ "noncompensable_hazard_detected": {
592
+ "default": false,
593
+ "title": "Noncompensable Hazard Detected",
594
+ "type": "boolean"
595
+ },
596
+ "operationally_usable": {
597
+ "default": false,
598
+ "title": "Operationally Usable",
599
+ "type": "boolean"
600
+ },
601
+ "reasons": {
602
+ "items": {
603
+ "type": "string"
604
+ },
605
+ "title": "Reasons",
606
+ "type": "array"
607
+ },
608
+ "residual_ledger": {
609
+ "$ref": "#/$defs/Ledger"
610
+ },
611
+ "risk_budget_upper_bound": {
612
+ "default": 1.0,
613
+ "title": "Risk Budget Upper Bound",
614
+ "type": "number"
615
+ },
616
+ "rollback_refs": {
617
+ "items": {
618
+ "type": "string"
619
+ },
620
+ "title": "Rollback Refs",
621
+ "type": "array"
622
+ },
623
+ "settled": {
624
+ "default": false,
625
+ "title": "Settled",
626
+ "type": "boolean"
627
+ },
628
+ "token_id": {
629
+ "title": "Token Id",
630
+ "type": "string"
631
+ }
632
+ },
633
+ "required": [
634
+ "certificate_id",
635
+ "token_id"
636
+ ],
637
+ "title": "HazardEnvelopeCertificate",
638
+ "type": "object"
639
+ },
640
+ "Ledger": {
641
+ "description": "A finite typed ledger with explicit coordinate kinds.",
642
+ "properties": {
643
+ "coordinates": {
644
+ "additionalProperties": {
645
+ "$ref": "#/$defs/LedgerCoordinate"
646
+ },
647
+ "title": "Coordinates",
648
+ "type": "object"
649
+ }
650
+ },
651
+ "title": "Ledger",
652
+ "type": "object"
653
+ },
654
+ "LedgerCoordinate": {
655
+ "description": "One typed coordinate in a finite certificate ledger.",
656
+ "properties": {
657
+ "description": {
658
+ "anyOf": [
659
+ {
660
+ "type": "string"
661
+ },
662
+ {
663
+ "type": "null"
664
+ }
665
+ ],
666
+ "default": null,
667
+ "title": "Description"
668
+ },
669
+ "evidence_refs": {
670
+ "items": {
671
+ "type": "string"
672
+ },
673
+ "title": "Evidence Refs",
674
+ "type": "array"
675
+ },
676
+ "evidence_status": {
677
+ "$ref": "#/$defs/EvidenceStatus",
678
+ "default": "declared"
679
+ },
680
+ "kind": {
681
+ "$ref": "#/$defs/CoordinateKind",
682
+ "default": "burden"
683
+ },
684
+ "known": {
685
+ "default": true,
686
+ "title": "Known",
687
+ "type": "boolean"
688
+ },
689
+ "name": {
690
+ "title": "Name",
691
+ "type": "string"
692
+ },
693
+ "unit": {
694
+ "default": "dimensionless",
695
+ "title": "Unit",
696
+ "type": "string"
697
+ },
698
+ "value": {
699
+ "title": "Value",
700
+ "type": "number"
701
+ }
702
+ },
703
+ "required": [
704
+ "name",
705
+ "value"
706
+ ],
707
+ "title": "LedgerCoordinate",
708
+ "type": "object"
709
+ },
710
+ "LifecycleCostBounds": {
711
+ "description": "Lifecycle/finality bounds for abstraction capital accounting.",
712
+ "properties": {
713
+ "accepted": {
714
+ "default": false,
715
+ "title": "Accepted",
716
+ "type": "boolean"
717
+ },
718
+ "bounds_id": {
719
+ "title": "Bounds Id",
720
+ "type": "string"
721
+ },
722
+ "depreciation_upper_bound": {
723
+ "default": 0.0,
724
+ "title": "Depreciation Upper Bound",
725
+ "type": "number"
726
+ },
727
+ "expiry_horizon": {
728
+ "anyOf": [
729
+ {
730
+ "type": "string"
731
+ },
732
+ {
733
+ "type": "null"
734
+ }
735
+ ],
736
+ "default": null,
737
+ "title": "Expiry Horizon"
738
+ },
739
+ "finality_record_ref": {
740
+ "anyOf": [
741
+ {
742
+ "type": "string"
743
+ },
744
+ {
745
+ "type": "null"
746
+ }
747
+ ],
748
+ "default": null,
749
+ "title": "Finality Record Ref"
750
+ },
751
+ "half_life_lower_bound": {
752
+ "default": 0.0,
753
+ "title": "Half Life Lower Bound",
754
+ "type": "number"
755
+ },
756
+ "maintenance_upper_bound": {
757
+ "default": 0.0,
758
+ "title": "Maintenance Upper Bound",
759
+ "type": "number"
760
+ },
761
+ "reasons": {
762
+ "items": {
763
+ "type": "string"
764
+ },
765
+ "title": "Reasons",
766
+ "type": "array"
767
+ }
768
+ },
769
+ "required": [
770
+ "bounds_id"
771
+ ],
772
+ "title": "LifecycleCostBounds",
773
+ "type": "object"
774
+ },
775
+ "LiquidityCertificate": {
776
+ "description": "Certified lower-bound surplus certificate for reusable abstraction capital.",
777
+ "properties": {
778
+ "accepted": {
779
+ "default": false,
780
+ "title": "Accepted",
781
+ "type": "boolean"
782
+ },
783
+ "causal_effect_refs": {
784
+ "items": {
785
+ "type": "string"
786
+ },
787
+ "title": "Causal Effect Refs",
788
+ "type": "array"
789
+ },
790
+ "certificate_id": {
791
+ "title": "Certificate Id",
792
+ "type": "string"
793
+ },
794
+ "common_estimand_refs": {
795
+ "items": {
796
+ "type": "string"
797
+ },
798
+ "title": "Common Estimand Refs",
799
+ "type": "array"
800
+ },
801
+ "cost_ledger": {
802
+ "$ref": "#/$defs/FormationCostLedger"
803
+ },
804
+ "downstream_search_cost_reduction_lower_bound": {
805
+ "default": 0.0,
806
+ "title": "Downstream Search Cost Reduction Lower Bound",
807
+ "type": "number"
808
+ },
809
+ "evaluator_quorum_refs": {
810
+ "items": {
811
+ "type": "string"
812
+ },
813
+ "title": "Evaluator Quorum Refs",
814
+ "type": "array"
815
+ },
816
+ "finite_checks_passed": {
817
+ "default": false,
818
+ "title": "Finite Checks Passed",
819
+ "type": "boolean"
820
+ },
821
+ "hazard_envelope_certificate": {
822
+ "anyOf": [
823
+ {
824
+ "$ref": "#/$defs/HazardEnvelopeCertificate"
825
+ },
826
+ {
827
+ "type": "null"
828
+ }
829
+ ],
830
+ "default": null
831
+ },
832
+ "lifecycle_bounds": {
833
+ "anyOf": [
834
+ {
835
+ "$ref": "#/$defs/LifecycleCostBounds"
836
+ },
837
+ {
838
+ "type": "null"
839
+ }
840
+ ],
841
+ "default": null
842
+ },
843
+ "mission_validity_certificate": {
844
+ "anyOf": [
845
+ {
846
+ "$ref": "#/$defs/MissionValidityCertificate"
847
+ },
848
+ {
849
+ "type": "null"
850
+ }
851
+ ],
852
+ "default": null
853
+ },
854
+ "operationally_usable": {
855
+ "default": false,
856
+ "title": "Operationally Usable",
857
+ "type": "boolean"
858
+ },
859
+ "opportunity_contract": {
860
+ "anyOf": [
861
+ {
862
+ "$ref": "#/$defs/OpportunityMeasureContract"
863
+ },
864
+ {
865
+ "type": "null"
866
+ }
867
+ ],
868
+ "default": null
869
+ },
870
+ "proxy_bridge_refs": {
871
+ "items": {
872
+ "type": "string"
873
+ },
874
+ "title": "Proxy Bridge Refs",
875
+ "type": "array"
876
+ },
877
+ "reasons": {
878
+ "items": {
879
+ "type": "string"
880
+ },
881
+ "title": "Reasons",
882
+ "type": "array"
883
+ },
884
+ "residual_external_obligations": {
885
+ "items": {
886
+ "type": "string"
887
+ },
888
+ "title": "Residual External Obligations",
889
+ "type": "array"
890
+ },
891
+ "residual_ledger": {
892
+ "$ref": "#/$defs/Ledger"
893
+ },
894
+ "robustness_refs": {
895
+ "items": {
896
+ "type": "string"
897
+ },
898
+ "title": "Robustness Refs",
899
+ "type": "array"
900
+ },
901
+ "root_finality_certificate": {
902
+ "anyOf": [
903
+ {
904
+ "$ref": "#/$defs/RootFinalityCertificate"
905
+ },
906
+ {
907
+ "type": "null"
908
+ }
909
+ ],
910
+ "default": null
911
+ },
912
+ "root_of_trust_refs": {
913
+ "items": {
914
+ "type": "string"
915
+ },
916
+ "title": "Root Of Trust Refs",
917
+ "type": "array"
918
+ },
919
+ "settled": {
920
+ "default": false,
921
+ "title": "Settled",
922
+ "type": "boolean"
923
+ },
924
+ "signed_surplus_lower_bound": {
925
+ "default": 0.0,
926
+ "title": "Signed Surplus Lower Bound",
927
+ "type": "number"
928
+ },
929
+ "status": {
930
+ "$ref": "#/$defs/ClaimStatus",
931
+ "default": "diagnostic"
932
+ },
933
+ "telemetry_cost_certificate": {
934
+ "anyOf": [
935
+ {
936
+ "$ref": "#/$defs/TelemetryCostCertificate"
937
+ },
938
+ {
939
+ "type": "null"
940
+ }
941
+ ],
942
+ "default": null
943
+ },
944
+ "telemetry_refs": {
945
+ "items": {
946
+ "type": "string"
947
+ },
948
+ "title": "Telemetry Refs",
949
+ "type": "array"
950
+ },
951
+ "token_id": {
952
+ "title": "Token Id",
953
+ "type": "string"
954
+ },
955
+ "transport_certificate": {
956
+ "anyOf": [
957
+ {
958
+ "$ref": "#/$defs/TransportCertificate"
959
+ },
960
+ {
961
+ "type": "null"
962
+ }
963
+ ],
964
+ "default": null
965
+ },
966
+ "value_bridge_report": {
967
+ "$ref": "#/$defs/ValueBridgeReport"
968
+ },
969
+ "value_evidence_level": {
970
+ "default": "calibrated-proxy",
971
+ "title": "Value Evidence Level",
972
+ "type": "string"
973
+ }
974
+ },
975
+ "required": [
976
+ "certificate_id",
977
+ "token_id"
978
+ ],
979
+ "title": "LiquidityCertificate",
980
+ "type": "object"
981
+ },
982
+ "MissionValidityCertificate": {
983
+ "description": "Finite mission-validity certificate for a token and receiver context.",
984
+ "properties": {
985
+ "accepted": {
986
+ "default": false,
987
+ "title": "Accepted",
988
+ "type": "boolean"
989
+ },
990
+ "certificate_id": {
991
+ "title": "Certificate Id",
992
+ "type": "string"
993
+ },
994
+ "evidence_refs": {
995
+ "items": {
996
+ "type": "string"
997
+ },
998
+ "title": "Evidence Refs",
999
+ "type": "array"
1000
+ },
1001
+ "mission_id": {
1002
+ "title": "Mission Id",
1003
+ "type": "string"
1004
+ },
1005
+ "reasons": {
1006
+ "items": {
1007
+ "type": "string"
1008
+ },
1009
+ "title": "Reasons",
1010
+ "type": "array"
1011
+ },
1012
+ "receiver_family": {
1013
+ "items": {
1014
+ "type": "string"
1015
+ },
1016
+ "title": "Receiver Family",
1017
+ "type": "array"
1018
+ },
1019
+ "residual_ledger": {
1020
+ "$ref": "#/$defs/Ledger"
1021
+ },
1022
+ "target_basis": {
1023
+ "items": {
1024
+ "type": "string"
1025
+ },
1026
+ "title": "Target Basis",
1027
+ "type": "array"
1028
+ },
1029
+ "token_id": {
1030
+ "title": "Token Id",
1031
+ "type": "string"
1032
+ }
1033
+ },
1034
+ "required": [
1035
+ "certificate_id",
1036
+ "token_id",
1037
+ "mission_id"
1038
+ ],
1039
+ "title": "MissionValidityCertificate",
1040
+ "type": "object"
1041
+ },
1042
+ "NegativeLiquidityCertificate": {
1043
+ "description": "Finite upper-bound certificate for pruning harmful or illiquid tokens.",
1044
+ "properties": {
1045
+ "accepted": {
1046
+ "default": false,
1047
+ "title": "Accepted",
1048
+ "type": "boolean"
1049
+ },
1050
+ "certificate_id": {
1051
+ "title": "Certificate Id",
1052
+ "type": "string"
1053
+ },
1054
+ "evidence_refs": {
1055
+ "items": {
1056
+ "type": "string"
1057
+ },
1058
+ "title": "Evidence Refs",
1059
+ "type": "array"
1060
+ },
1061
+ "failure_mode": {
1062
+ "default": "unspecified",
1063
+ "title": "Failure Mode",
1064
+ "type": "string"
1065
+ },
1066
+ "finite_checks_passed": {
1067
+ "default": false,
1068
+ "title": "Finite Checks Passed",
1069
+ "type": "boolean"
1070
+ },
1071
+ "lower_cost_bound": {
1072
+ "default": 0.0,
1073
+ "title": "Lower Cost Bound",
1074
+ "type": "number"
1075
+ },
1076
+ "operationally_usable": {
1077
+ "default": false,
1078
+ "title": "Operationally Usable",
1079
+ "type": "boolean"
1080
+ },
1081
+ "reasons": {
1082
+ "items": {
1083
+ "type": "string"
1084
+ },
1085
+ "title": "Reasons",
1086
+ "type": "array"
1087
+ },
1088
+ "residual_ledger": {
1089
+ "$ref": "#/$defs/Ledger"
1090
+ },
1091
+ "scope_id": {
1092
+ "title": "Scope Id",
1093
+ "type": "string"
1094
+ },
1095
+ "settled": {
1096
+ "default": false,
1097
+ "title": "Settled",
1098
+ "type": "boolean"
1099
+ },
1100
+ "surplus_upper_bound": {
1101
+ "default": 0.0,
1102
+ "title": "Surplus Upper Bound",
1103
+ "type": "number"
1104
+ },
1105
+ "token_id": {
1106
+ "title": "Token Id",
1107
+ "type": "string"
1108
+ },
1109
+ "transport_scope_refs": {
1110
+ "items": {
1111
+ "type": "string"
1112
+ },
1113
+ "title": "Transport Scope Refs",
1114
+ "type": "array"
1115
+ }
1116
+ },
1117
+ "required": [
1118
+ "certificate_id",
1119
+ "token_id",
1120
+ "scope_id"
1121
+ ],
1122
+ "title": "NegativeLiquidityCertificate",
1123
+ "type": "object"
1124
+ },
1125
+ "OpportunityMeasureContract": {
1126
+ "description": "Declared finite opportunity measure used to value a token.",
1127
+ "properties": {
1128
+ "accepted": {
1129
+ "default": false,
1130
+ "title": "Accepted",
1131
+ "type": "boolean"
1132
+ },
1133
+ "baseline_ref": {
1134
+ "anyOf": [
1135
+ {
1136
+ "type": "string"
1137
+ },
1138
+ {
1139
+ "type": "null"
1140
+ }
1141
+ ],
1142
+ "default": null,
1143
+ "title": "Baseline Ref"
1144
+ },
1145
+ "contract_id": {
1146
+ "title": "Contract Id",
1147
+ "type": "string"
1148
+ },
1149
+ "evidence_refs": {
1150
+ "items": {
1151
+ "type": "string"
1152
+ },
1153
+ "title": "Evidence Refs",
1154
+ "type": "array"
1155
+ },
1156
+ "horizon": {
1157
+ "default": "finite",
1158
+ "title": "Horizon",
1159
+ "type": "string"
1160
+ },
1161
+ "mission_id": {
1162
+ "title": "Mission Id",
1163
+ "type": "string"
1164
+ },
1165
+ "reasons": {
1166
+ "items": {
1167
+ "type": "string"
1168
+ },
1169
+ "title": "Reasons",
1170
+ "type": "array"
1171
+ },
1172
+ "receiver_family": {
1173
+ "items": {
1174
+ "type": "string"
1175
+ },
1176
+ "title": "Receiver Family",
1177
+ "type": "array"
1178
+ },
1179
+ "residual_ledger": {
1180
+ "$ref": "#/$defs/Ledger"
1181
+ },
1182
+ "task_portfolio_refs": {
1183
+ "items": {
1184
+ "type": "string"
1185
+ },
1186
+ "title": "Task Portfolio Refs",
1187
+ "type": "array"
1188
+ }
1189
+ },
1190
+ "required": [
1191
+ "contract_id",
1192
+ "mission_id"
1193
+ ],
1194
+ "title": "OpportunityMeasureContract",
1195
+ "type": "object"
1196
+ },
1197
+ "RootFinalityCertificate": {
1198
+ "description": "Role-separated root and finality certificate for ALT settlement.",
1199
+ "properties": {
1200
+ "accepted": {
1201
+ "default": false,
1202
+ "title": "Accepted",
1203
+ "type": "boolean"
1204
+ },
1205
+ "byzantine_budget_upper_bound": {
1206
+ "default": 0.0,
1207
+ "title": "Byzantine Budget Upper Bound",
1208
+ "type": "number"
1209
+ },
1210
+ "certificate_id": {
1211
+ "title": "Certificate Id",
1212
+ "type": "string"
1213
+ },
1214
+ "correlated_capture_budget_upper_bound": {
1215
+ "default": 0.0,
1216
+ "title": "Correlated Capture Budget Upper Bound",
1217
+ "type": "number"
1218
+ },
1219
+ "evaluator_quorum_refs": {
1220
+ "items": {
1221
+ "type": "string"
1222
+ },
1223
+ "title": "Evaluator Quorum Refs",
1224
+ "type": "array"
1225
+ },
1226
+ "evidence_refs": {
1227
+ "items": {
1228
+ "type": "string"
1229
+ },
1230
+ "title": "Evidence Refs",
1231
+ "type": "array"
1232
+ },
1233
+ "finality_record_ref": {
1234
+ "anyOf": [
1235
+ {
1236
+ "type": "string"
1237
+ },
1238
+ {
1239
+ "type": "null"
1240
+ }
1241
+ ],
1242
+ "default": null,
1243
+ "title": "Finality Record Ref"
1244
+ },
1245
+ "finite_checks_passed": {
1246
+ "default": false,
1247
+ "title": "Finite Checks Passed",
1248
+ "type": "boolean"
1249
+ },
1250
+ "operationally_usable": {
1251
+ "default": false,
1252
+ "title": "Operationally Usable",
1253
+ "type": "boolean"
1254
+ },
1255
+ "partition_alarm": {
1256
+ "default": false,
1257
+ "title": "Partition Alarm",
1258
+ "type": "boolean"
1259
+ },
1260
+ "reasons": {
1261
+ "items": {
1262
+ "type": "string"
1263
+ },
1264
+ "title": "Reasons",
1265
+ "type": "array"
1266
+ },
1267
+ "residual_ledger": {
1268
+ "$ref": "#/$defs/Ledger"
1269
+ },
1270
+ "root_role_refs": {
1271
+ "items": {
1272
+ "type": "string"
1273
+ },
1274
+ "title": "Root Role Refs",
1275
+ "type": "array"
1276
+ },
1277
+ "settled": {
1278
+ "default": false,
1279
+ "title": "Settled",
1280
+ "type": "boolean"
1281
+ },
1282
+ "token_id": {
1283
+ "title": "Token Id",
1284
+ "type": "string"
1285
+ }
1286
+ },
1287
+ "required": [
1288
+ "certificate_id",
1289
+ "token_id"
1290
+ ],
1291
+ "title": "RootFinalityCertificate",
1292
+ "type": "object"
1293
+ },
1294
+ "TelemetryCostCertificate": {
1295
+ "description": "Finite telemetry accounting certificate for ALT cost coordinates.",
1296
+ "properties": {
1297
+ "accepted": {
1298
+ "default": false,
1299
+ "title": "Accepted",
1300
+ "type": "boolean"
1301
+ },
1302
+ "certificate_id": {
1303
+ "title": "Certificate Id",
1304
+ "type": "string"
1305
+ },
1306
+ "evidence_refs": {
1307
+ "items": {
1308
+ "type": "string"
1309
+ },
1310
+ "title": "Evidence Refs",
1311
+ "type": "array"
1312
+ },
1313
+ "finite_checks_passed": {
1314
+ "default": false,
1315
+ "title": "Finite Checks Passed",
1316
+ "type": "boolean"
1317
+ },
1318
+ "measured_cost_upper_bound": {
1319
+ "default": 0.0,
1320
+ "title": "Measured Cost Upper Bound",
1321
+ "type": "number"
1322
+ },
1323
+ "observer_cost_upper_bound": {
1324
+ "default": 0.0,
1325
+ "title": "Observer Cost Upper Bound",
1326
+ "type": "number"
1327
+ },
1328
+ "observer_refs": {
1329
+ "items": {
1330
+ "type": "string"
1331
+ },
1332
+ "title": "Observer Refs",
1333
+ "type": "array"
1334
+ },
1335
+ "operationally_usable": {
1336
+ "default": false,
1337
+ "title": "Operationally Usable",
1338
+ "type": "boolean"
1339
+ },
1340
+ "reasons": {
1341
+ "items": {
1342
+ "type": "string"
1343
+ },
1344
+ "title": "Reasons",
1345
+ "type": "array"
1346
+ },
1347
+ "residual_ledger": {
1348
+ "$ref": "#/$defs/Ledger"
1349
+ },
1350
+ "settled": {
1351
+ "default": false,
1352
+ "title": "Settled",
1353
+ "type": "boolean"
1354
+ },
1355
+ "tamper_positive": {
1356
+ "default": false,
1357
+ "title": "Tamper Positive",
1358
+ "type": "boolean"
1359
+ },
1360
+ "token_id": {
1361
+ "title": "Token Id",
1362
+ "type": "string"
1363
+ }
1364
+ },
1365
+ "required": [
1366
+ "certificate_id",
1367
+ "token_id"
1368
+ ],
1369
+ "title": "TelemetryCostCertificate",
1370
+ "type": "object"
1371
+ },
1372
+ "TokenLineage": {
1373
+ "description": "Lineage of an abstraction token through traces, packets, and versions.",
1374
+ "properties": {
1375
+ "accepted": {
1376
+ "default": false,
1377
+ "title": "Accepted",
1378
+ "type": "boolean"
1379
+ },
1380
+ "content_sha256": {
1381
+ "anyOf": [
1382
+ {
1383
+ "type": "string"
1384
+ },
1385
+ {
1386
+ "type": "null"
1387
+ }
1388
+ ],
1389
+ "default": null,
1390
+ "title": "Content Sha256"
1391
+ },
1392
+ "lineage_id": {
1393
+ "title": "Lineage Id",
1394
+ "type": "string"
1395
+ },
1396
+ "parent_token_ids": {
1397
+ "items": {
1398
+ "type": "string"
1399
+ },
1400
+ "title": "Parent Token Ids",
1401
+ "type": "array"
1402
+ },
1403
+ "provenance_refs": {
1404
+ "items": {
1405
+ "type": "string"
1406
+ },
1407
+ "title": "Provenance Refs",
1408
+ "type": "array"
1409
+ },
1410
+ "reasons": {
1411
+ "items": {
1412
+ "type": "string"
1413
+ },
1414
+ "title": "Reasons",
1415
+ "type": "array"
1416
+ },
1417
+ "source_packet_ids": {
1418
+ "items": {
1419
+ "type": "string"
1420
+ },
1421
+ "title": "Source Packet Ids",
1422
+ "type": "array"
1423
+ },
1424
+ "source_trace_ids": {
1425
+ "items": {
1426
+ "type": "string"
1427
+ },
1428
+ "title": "Source Trace Ids",
1429
+ "type": "array"
1430
+ },
1431
+ "token_id": {
1432
+ "title": "Token Id",
1433
+ "type": "string"
1434
+ },
1435
+ "version": {
1436
+ "default": "0",
1437
+ "title": "Version",
1438
+ "type": "string"
1439
+ }
1440
+ },
1441
+ "required": [
1442
+ "lineage_id",
1443
+ "token_id"
1444
+ ],
1445
+ "title": "TokenLineage",
1446
+ "type": "object"
1447
+ },
1448
+ "TraceSufficiencyCertificate": {
1449
+ "description": "Finite certificate that a trace projection supports token extraction.",
1450
+ "properties": {
1451
+ "accepted": {
1452
+ "default": false,
1453
+ "title": "Accepted",
1454
+ "type": "boolean"
1455
+ },
1456
+ "certificate_id": {
1457
+ "title": "Certificate Id",
1458
+ "type": "string"
1459
+ },
1460
+ "evidence_refs": {
1461
+ "items": {
1462
+ "type": "string"
1463
+ },
1464
+ "title": "Evidence Refs",
1465
+ "type": "array"
1466
+ },
1467
+ "finite_checks_passed": {
1468
+ "default": false,
1469
+ "title": "Finite Checks Passed",
1470
+ "type": "boolean"
1471
+ },
1472
+ "operationally_usable": {
1473
+ "default": false,
1474
+ "title": "Operationally Usable",
1475
+ "type": "boolean"
1476
+ },
1477
+ "projection_id": {
1478
+ "title": "Projection Id",
1479
+ "type": "string"
1480
+ },
1481
+ "reasons": {
1482
+ "items": {
1483
+ "type": "string"
1484
+ },
1485
+ "title": "Reasons",
1486
+ "type": "array"
1487
+ },
1488
+ "required_fields": {
1489
+ "items": {
1490
+ "type": "string"
1491
+ },
1492
+ "title": "Required Fields",
1493
+ "type": "array"
1494
+ },
1495
+ "residual_ledger": {
1496
+ "$ref": "#/$defs/Ledger"
1497
+ },
1498
+ "settled": {
1499
+ "default": false,
1500
+ "title": "Settled",
1501
+ "type": "boolean"
1502
+ },
1503
+ "sufficiency_lower_bound": {
1504
+ "default": 0.0,
1505
+ "title": "Sufficiency Lower Bound",
1506
+ "type": "number"
1507
+ },
1508
+ "trace_id": {
1509
+ "title": "Trace Id",
1510
+ "type": "string"
1511
+ }
1512
+ },
1513
+ "required": [
1514
+ "certificate_id",
1515
+ "trace_id",
1516
+ "projection_id"
1517
+ ],
1518
+ "title": "TraceSufficiencyCertificate",
1519
+ "type": "object"
1520
+ },
1521
+ "TransportCertificate": {
1522
+ "description": "Finite transport certificate for token reuse across receiver contexts.",
1523
+ "properties": {
1524
+ "accepted": {
1525
+ "default": false,
1526
+ "title": "Accepted",
1527
+ "type": "boolean"
1528
+ },
1529
+ "certificate_id": {
1530
+ "title": "Certificate Id",
1531
+ "type": "string"
1532
+ },
1533
+ "density_ratio_upper_bound": {
1534
+ "default": 1.0,
1535
+ "title": "Density Ratio Upper Bound",
1536
+ "type": "number"
1537
+ },
1538
+ "evidence_refs": {
1539
+ "items": {
1540
+ "type": "string"
1541
+ },
1542
+ "title": "Evidence Refs",
1543
+ "type": "array"
1544
+ },
1545
+ "finite_checks_passed": {
1546
+ "default": false,
1547
+ "title": "Finite Checks Passed",
1548
+ "type": "boolean"
1549
+ },
1550
+ "max_density_ratio": {
1551
+ "default": 10.0,
1552
+ "title": "Max Density Ratio",
1553
+ "type": "number"
1554
+ },
1555
+ "operationally_usable": {
1556
+ "default": false,
1557
+ "title": "Operationally Usable",
1558
+ "type": "boolean"
1559
+ },
1560
+ "reasons": {
1561
+ "items": {
1562
+ "type": "string"
1563
+ },
1564
+ "title": "Reasons",
1565
+ "type": "array"
1566
+ },
1567
+ "residual_ledger": {
1568
+ "$ref": "#/$defs/Ledger"
1569
+ },
1570
+ "settled": {
1571
+ "default": false,
1572
+ "title": "Settled",
1573
+ "type": "boolean"
1574
+ },
1575
+ "source_receiver_family": {
1576
+ "items": {
1577
+ "type": "string"
1578
+ },
1579
+ "title": "Source Receiver Family",
1580
+ "type": "array"
1581
+ },
1582
+ "support_coverage_lower_bound": {
1583
+ "default": 0.0,
1584
+ "title": "Support Coverage Lower Bound",
1585
+ "type": "number"
1586
+ },
1587
+ "target_receiver_family": {
1588
+ "items": {
1589
+ "type": "string"
1590
+ },
1591
+ "title": "Target Receiver Family",
1592
+ "type": "array"
1593
+ },
1594
+ "token_id": {
1595
+ "title": "Token Id",
1596
+ "type": "string"
1597
+ }
1598
+ },
1599
+ "required": [
1600
+ "certificate_id",
1601
+ "token_id"
1602
+ ],
1603
+ "title": "TransportCertificate",
1604
+ "type": "object"
1605
+ },
1606
+ "ValueBridgeReport": {
1607
+ "description": "Typed ALT diagnostics for proxy-to-value evidence separation.",
1608
+ "properties": {
1609
+ "accepted": {
1610
+ "default": false,
1611
+ "title": "Accepted",
1612
+ "type": "boolean"
1613
+ },
1614
+ "baseline_refresh_ready": {
1615
+ "default": false,
1616
+ "title": "Baseline Refresh Ready",
1617
+ "type": "boolean"
1618
+ },
1619
+ "calibrated_proxy_bridge_ready": {
1620
+ "default": false,
1621
+ "title": "Calibrated Proxy Bridge Ready",
1622
+ "type": "boolean"
1623
+ },
1624
+ "cara_residual_preserved": {
1625
+ "default": true,
1626
+ "title": "Cara Residual Preserved",
1627
+ "type": "boolean"
1628
+ },
1629
+ "causal_effect_ready": {
1630
+ "default": false,
1631
+ "title": "Causal Effect Ready",
1632
+ "type": "boolean"
1633
+ },
1634
+ "causal_effect_refs": {
1635
+ "items": {
1636
+ "type": "string"
1637
+ },
1638
+ "title": "Causal Effect Refs",
1639
+ "type": "array"
1640
+ },
1641
+ "causal_reproduction_ready": {
1642
+ "default": false,
1643
+ "title": "Causal Reproduction Ready",
1644
+ "type": "boolean"
1645
+ },
1646
+ "common_estimand_ready": {
1647
+ "default": false,
1648
+ "title": "Common Estimand Ready",
1649
+ "type": "boolean"
1650
+ },
1651
+ "common_estimand_refs": {
1652
+ "items": {
1653
+ "type": "string"
1654
+ },
1655
+ "title": "Common Estimand Refs",
1656
+ "type": "array"
1657
+ },
1658
+ "contamination_diagnostics": {
1659
+ "items": {
1660
+ "type": "string"
1661
+ },
1662
+ "title": "Contamination Diagnostics",
1663
+ "type": "array"
1664
+ },
1665
+ "foundry_capacity_label": {
1666
+ "default": "evidence-limited",
1667
+ "title": "Foundry Capacity Label",
1668
+ "type": "string"
1669
+ },
1670
+ "instrumentation_refs": {
1671
+ "items": {
1672
+ "type": "string"
1673
+ },
1674
+ "title": "Instrumentation Refs",
1675
+ "type": "array"
1676
+ },
1677
+ "negative_liquidity_preserved": {
1678
+ "default": true,
1679
+ "title": "Negative Liquidity Preserved",
1680
+ "type": "boolean"
1681
+ },
1682
+ "operationally_usable": {
1683
+ "default": false,
1684
+ "title": "Operationally Usable",
1685
+ "type": "boolean"
1686
+ },
1687
+ "portfolio_gaming_diagnostics": {
1688
+ "items": {
1689
+ "type": "string"
1690
+ },
1691
+ "title": "Portfolio Gaming Diagnostics",
1692
+ "type": "array"
1693
+ },
1694
+ "proxy_bridge_refs": {
1695
+ "items": {
1696
+ "type": "string"
1697
+ },
1698
+ "title": "Proxy Bridge Refs",
1699
+ "type": "array"
1700
+ },
1701
+ "proxy_only": {
1702
+ "default": false,
1703
+ "title": "Proxy Only",
1704
+ "type": "boolean"
1705
+ },
1706
+ "reasons": {
1707
+ "items": {
1708
+ "type": "string"
1709
+ },
1710
+ "title": "Reasons",
1711
+ "type": "array"
1712
+ },
1713
+ "report_id": {
1714
+ "default": "alt-value-bridge",
1715
+ "title": "Report Id",
1716
+ "type": "string"
1717
+ },
1718
+ "settled": {
1719
+ "default": false,
1720
+ "title": "Settled",
1721
+ "type": "boolean"
1722
+ },
1723
+ "transportability_ready": {
1724
+ "default": false,
1725
+ "title": "Transportability Ready",
1726
+ "type": "boolean"
1727
+ },
1728
+ "value_evidence_level": {
1729
+ "default": "calibrated-proxy",
1730
+ "title": "Value Evidence Level",
1731
+ "type": "string"
1732
+ }
1733
+ },
1734
+ "title": "ValueBridgeReport",
1735
+ "type": "object"
1736
+ }
1737
+ },
1738
+ "description": "Finite abstraction foundry state for token/capital formation.",
1739
+ "properties": {
1740
+ "certificate_packets": {
1741
+ "items": {
1742
+ "$ref": "#/$defs/ExecutableALTCertificatePacket"
1743
+ },
1744
+ "title": "Certificate Packets",
1745
+ "type": "array"
1746
+ },
1747
+ "certified_capital": {
1748
+ "items": {
1749
+ "$ref": "#/$defs/CertifiedAbstractionCapital"
1750
+ },
1751
+ "title": "Certified Capital",
1752
+ "type": "array"
1753
+ },
1754
+ "deprecation_records": {
1755
+ "items": {
1756
+ "$ref": "#/$defs/ALTDeprecationRecord"
1757
+ },
1758
+ "title": "Deprecation Records",
1759
+ "type": "array"
1760
+ },
1761
+ "evidence_backlog": {
1762
+ "default": 0,
1763
+ "title": "Evidence Backlog",
1764
+ "type": "integer"
1765
+ },
1766
+ "exploration_ledger": {
1767
+ "$ref": "#/$defs/Ledger"
1768
+ },
1769
+ "foundry_id": {
1770
+ "title": "Foundry Id",
1771
+ "type": "string"
1772
+ },
1773
+ "receiver_absorption_capacity": {
1774
+ "default": 1.0,
1775
+ "title": "Receiver Absorption Capacity",
1776
+ "type": "number"
1777
+ },
1778
+ "residual_ledger": {
1779
+ "$ref": "#/$defs/Ledger"
1780
+ },
1781
+ "resurrection_records": {
1782
+ "items": {
1783
+ "$ref": "#/$defs/ALTResurrectionRecord"
1784
+ },
1785
+ "title": "Resurrection Records",
1786
+ "type": "array"
1787
+ },
1788
+ "risk_backlog": {
1789
+ "default": 0,
1790
+ "title": "Risk Backlog",
1791
+ "type": "integer"
1792
+ },
1793
+ "settlement_capacity": {
1794
+ "default": 1.0,
1795
+ "title": "Settlement Capacity",
1796
+ "type": "number"
1797
+ },
1798
+ "settlement_ledger": {
1799
+ "$ref": "#/$defs/Ledger"
1800
+ },
1801
+ "token_candidates": {
1802
+ "items": {
1803
+ "$ref": "#/$defs/AbstractionToken"
1804
+ },
1805
+ "title": "Token Candidates",
1806
+ "type": "array"
1807
+ },
1808
+ "transport_backlog": {
1809
+ "default": 0,
1810
+ "title": "Transport Backlog",
1811
+ "type": "integer"
1812
+ }
1813
+ },
1814
+ "required": [
1815
+ "foundry_id"
1816
+ ],
1817
+ "title": "FoundryState",
1818
+ "type": "object"
1819
+ }