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,1094 @@
1
+ {
2
+ "$defs": {
3
+ "ClaimStatus": {
4
+ "description": "Protocol-relative status labels used by ECPT, BIT, TRC, SQOT, and ALT.",
5
+ "enum": [
6
+ "rejected",
7
+ "expired",
8
+ "diagnostic",
9
+ "relaxed",
10
+ "risk-provisional",
11
+ "speculative",
12
+ "provisional",
13
+ "partial",
14
+ "settled"
15
+ ],
16
+ "title": "ClaimStatus",
17
+ "type": "string"
18
+ },
19
+ "CoordinateKind": {
20
+ "enum": [
21
+ "benefit",
22
+ "burden",
23
+ "residual",
24
+ "tolerance",
25
+ "resource",
26
+ "metadata"
27
+ ],
28
+ "title": "CoordinateKind",
29
+ "type": "string"
30
+ },
31
+ "EvidenceStatus": {
32
+ "enum": [
33
+ "verified",
34
+ "declared",
35
+ "unknown"
36
+ ],
37
+ "title": "EvidenceStatus",
38
+ "type": "string"
39
+ },
40
+ "FormationCostLedger": {
41
+ "description": "ALT cost ledger for forming, validating, deploying, and maintaining a token.",
42
+ "properties": {
43
+ "absorption_cost": {
44
+ "default": 0.0,
45
+ "title": "Absorption Cost",
46
+ "type": "number"
47
+ },
48
+ "certification_cost": {
49
+ "default": 0.0,
50
+ "title": "Certification Cost",
51
+ "type": "number"
52
+ },
53
+ "contamination_cost": {
54
+ "default": 0.0,
55
+ "title": "Contamination Cost",
56
+ "type": "number"
57
+ },
58
+ "deployment_cost": {
59
+ "default": 0.0,
60
+ "title": "Deployment Cost",
61
+ "type": "number"
62
+ },
63
+ "depreciation_cost": {
64
+ "default": 0.0,
65
+ "title": "Depreciation Cost",
66
+ "type": "number"
67
+ },
68
+ "evidence_refs": {
69
+ "items": {
70
+ "type": "string"
71
+ },
72
+ "title": "Evidence Refs",
73
+ "type": "array"
74
+ },
75
+ "formation_cost": {
76
+ "default": 0.0,
77
+ "title": "Formation Cost",
78
+ "type": "number"
79
+ },
80
+ "hazard_cost": {
81
+ "default": 0.0,
82
+ "title": "Hazard Cost",
83
+ "type": "number"
84
+ },
85
+ "hidden_resource_cost": {
86
+ "default": 0.0,
87
+ "title": "Hidden Resource Cost",
88
+ "type": "number"
89
+ },
90
+ "ledger_id": {
91
+ "title": "Ledger Id",
92
+ "type": "string"
93
+ },
94
+ "maintenance_cost": {
95
+ "default": 0.0,
96
+ "title": "Maintenance Cost",
97
+ "type": "number"
98
+ },
99
+ "misapplication_cost": {
100
+ "default": 0.0,
101
+ "title": "Misapplication Cost",
102
+ "type": "number"
103
+ },
104
+ "settlement_cost": {
105
+ "default": 0.0,
106
+ "title": "Settlement Cost",
107
+ "type": "number"
108
+ },
109
+ "telemetry_cost": {
110
+ "default": 0.0,
111
+ "title": "Telemetry Cost",
112
+ "type": "number"
113
+ },
114
+ "unit": {
115
+ "default": "dimensionless",
116
+ "title": "Unit",
117
+ "type": "string"
118
+ },
119
+ "validation_cost": {
120
+ "default": 0.0,
121
+ "title": "Validation Cost",
122
+ "type": "number"
123
+ }
124
+ },
125
+ "required": [
126
+ "ledger_id"
127
+ ],
128
+ "title": "FormationCostLedger",
129
+ "type": "object"
130
+ },
131
+ "HazardEnvelopeCertificate": {
132
+ "description": "Finite hazard, misuse, externality, and rollback envelope.",
133
+ "properties": {
134
+ "accepted": {
135
+ "default": false,
136
+ "title": "Accepted",
137
+ "type": "boolean"
138
+ },
139
+ "authority_envelope_refs": {
140
+ "items": {
141
+ "type": "string"
142
+ },
143
+ "title": "Authority Envelope Refs",
144
+ "type": "array"
145
+ },
146
+ "capability_envelope_refs": {
147
+ "items": {
148
+ "type": "string"
149
+ },
150
+ "title": "Capability Envelope Refs",
151
+ "type": "array"
152
+ },
153
+ "certificate_id": {
154
+ "title": "Certificate Id",
155
+ "type": "string"
156
+ },
157
+ "evidence_refs": {
158
+ "items": {
159
+ "type": "string"
160
+ },
161
+ "title": "Evidence Refs",
162
+ "type": "array"
163
+ },
164
+ "finite_checks_passed": {
165
+ "default": false,
166
+ "title": "Finite Checks Passed",
167
+ "type": "boolean"
168
+ },
169
+ "hazard_refs": {
170
+ "items": {
171
+ "type": "string"
172
+ },
173
+ "title": "Hazard Refs",
174
+ "type": "array"
175
+ },
176
+ "irreversible_risk_upper_bound": {
177
+ "default": 0.0,
178
+ "title": "Irreversible Risk Upper Bound",
179
+ "type": "number"
180
+ },
181
+ "noncompensable_hazard_detected": {
182
+ "default": false,
183
+ "title": "Noncompensable Hazard Detected",
184
+ "type": "boolean"
185
+ },
186
+ "operationally_usable": {
187
+ "default": false,
188
+ "title": "Operationally Usable",
189
+ "type": "boolean"
190
+ },
191
+ "reasons": {
192
+ "items": {
193
+ "type": "string"
194
+ },
195
+ "title": "Reasons",
196
+ "type": "array"
197
+ },
198
+ "residual_ledger": {
199
+ "$ref": "#/$defs/Ledger"
200
+ },
201
+ "risk_budget_upper_bound": {
202
+ "default": 1.0,
203
+ "title": "Risk Budget Upper Bound",
204
+ "type": "number"
205
+ },
206
+ "rollback_refs": {
207
+ "items": {
208
+ "type": "string"
209
+ },
210
+ "title": "Rollback Refs",
211
+ "type": "array"
212
+ },
213
+ "settled": {
214
+ "default": false,
215
+ "title": "Settled",
216
+ "type": "boolean"
217
+ },
218
+ "token_id": {
219
+ "title": "Token Id",
220
+ "type": "string"
221
+ }
222
+ },
223
+ "required": [
224
+ "certificate_id",
225
+ "token_id"
226
+ ],
227
+ "title": "HazardEnvelopeCertificate",
228
+ "type": "object"
229
+ },
230
+ "Ledger": {
231
+ "description": "A finite typed ledger with explicit coordinate kinds.",
232
+ "properties": {
233
+ "coordinates": {
234
+ "additionalProperties": {
235
+ "$ref": "#/$defs/LedgerCoordinate"
236
+ },
237
+ "title": "Coordinates",
238
+ "type": "object"
239
+ }
240
+ },
241
+ "title": "Ledger",
242
+ "type": "object"
243
+ },
244
+ "LedgerCoordinate": {
245
+ "description": "One typed coordinate in a finite certificate ledger.",
246
+ "properties": {
247
+ "description": {
248
+ "anyOf": [
249
+ {
250
+ "type": "string"
251
+ },
252
+ {
253
+ "type": "null"
254
+ }
255
+ ],
256
+ "default": null,
257
+ "title": "Description"
258
+ },
259
+ "evidence_refs": {
260
+ "items": {
261
+ "type": "string"
262
+ },
263
+ "title": "Evidence Refs",
264
+ "type": "array"
265
+ },
266
+ "evidence_status": {
267
+ "$ref": "#/$defs/EvidenceStatus",
268
+ "default": "declared"
269
+ },
270
+ "kind": {
271
+ "$ref": "#/$defs/CoordinateKind",
272
+ "default": "burden"
273
+ },
274
+ "known": {
275
+ "default": true,
276
+ "title": "Known",
277
+ "type": "boolean"
278
+ },
279
+ "name": {
280
+ "title": "Name",
281
+ "type": "string"
282
+ },
283
+ "unit": {
284
+ "default": "dimensionless",
285
+ "title": "Unit",
286
+ "type": "string"
287
+ },
288
+ "value": {
289
+ "title": "Value",
290
+ "type": "number"
291
+ }
292
+ },
293
+ "required": [
294
+ "name",
295
+ "value"
296
+ ],
297
+ "title": "LedgerCoordinate",
298
+ "type": "object"
299
+ },
300
+ "LifecycleCostBounds": {
301
+ "description": "Lifecycle/finality bounds for abstraction capital accounting.",
302
+ "properties": {
303
+ "accepted": {
304
+ "default": false,
305
+ "title": "Accepted",
306
+ "type": "boolean"
307
+ },
308
+ "bounds_id": {
309
+ "title": "Bounds Id",
310
+ "type": "string"
311
+ },
312
+ "depreciation_upper_bound": {
313
+ "default": 0.0,
314
+ "title": "Depreciation Upper Bound",
315
+ "type": "number"
316
+ },
317
+ "expiry_horizon": {
318
+ "anyOf": [
319
+ {
320
+ "type": "string"
321
+ },
322
+ {
323
+ "type": "null"
324
+ }
325
+ ],
326
+ "default": null,
327
+ "title": "Expiry Horizon"
328
+ },
329
+ "finality_record_ref": {
330
+ "anyOf": [
331
+ {
332
+ "type": "string"
333
+ },
334
+ {
335
+ "type": "null"
336
+ }
337
+ ],
338
+ "default": null,
339
+ "title": "Finality Record Ref"
340
+ },
341
+ "half_life_lower_bound": {
342
+ "default": 0.0,
343
+ "title": "Half Life Lower Bound",
344
+ "type": "number"
345
+ },
346
+ "maintenance_upper_bound": {
347
+ "default": 0.0,
348
+ "title": "Maintenance Upper Bound",
349
+ "type": "number"
350
+ },
351
+ "reasons": {
352
+ "items": {
353
+ "type": "string"
354
+ },
355
+ "title": "Reasons",
356
+ "type": "array"
357
+ }
358
+ },
359
+ "required": [
360
+ "bounds_id"
361
+ ],
362
+ "title": "LifecycleCostBounds",
363
+ "type": "object"
364
+ },
365
+ "MissionValidityCertificate": {
366
+ "description": "Finite mission-validity certificate for a token and receiver context.",
367
+ "properties": {
368
+ "accepted": {
369
+ "default": false,
370
+ "title": "Accepted",
371
+ "type": "boolean"
372
+ },
373
+ "certificate_id": {
374
+ "title": "Certificate Id",
375
+ "type": "string"
376
+ },
377
+ "evidence_refs": {
378
+ "items": {
379
+ "type": "string"
380
+ },
381
+ "title": "Evidence Refs",
382
+ "type": "array"
383
+ },
384
+ "mission_id": {
385
+ "title": "Mission Id",
386
+ "type": "string"
387
+ },
388
+ "reasons": {
389
+ "items": {
390
+ "type": "string"
391
+ },
392
+ "title": "Reasons",
393
+ "type": "array"
394
+ },
395
+ "receiver_family": {
396
+ "items": {
397
+ "type": "string"
398
+ },
399
+ "title": "Receiver Family",
400
+ "type": "array"
401
+ },
402
+ "residual_ledger": {
403
+ "$ref": "#/$defs/Ledger"
404
+ },
405
+ "target_basis": {
406
+ "items": {
407
+ "type": "string"
408
+ },
409
+ "title": "Target Basis",
410
+ "type": "array"
411
+ },
412
+ "token_id": {
413
+ "title": "Token Id",
414
+ "type": "string"
415
+ }
416
+ },
417
+ "required": [
418
+ "certificate_id",
419
+ "token_id",
420
+ "mission_id"
421
+ ],
422
+ "title": "MissionValidityCertificate",
423
+ "type": "object"
424
+ },
425
+ "OpportunityMeasureContract": {
426
+ "description": "Declared finite opportunity measure used to value a token.",
427
+ "properties": {
428
+ "accepted": {
429
+ "default": false,
430
+ "title": "Accepted",
431
+ "type": "boolean"
432
+ },
433
+ "baseline_ref": {
434
+ "anyOf": [
435
+ {
436
+ "type": "string"
437
+ },
438
+ {
439
+ "type": "null"
440
+ }
441
+ ],
442
+ "default": null,
443
+ "title": "Baseline Ref"
444
+ },
445
+ "contract_id": {
446
+ "title": "Contract Id",
447
+ "type": "string"
448
+ },
449
+ "evidence_refs": {
450
+ "items": {
451
+ "type": "string"
452
+ },
453
+ "title": "Evidence Refs",
454
+ "type": "array"
455
+ },
456
+ "horizon": {
457
+ "default": "finite",
458
+ "title": "Horizon",
459
+ "type": "string"
460
+ },
461
+ "mission_id": {
462
+ "title": "Mission Id",
463
+ "type": "string"
464
+ },
465
+ "reasons": {
466
+ "items": {
467
+ "type": "string"
468
+ },
469
+ "title": "Reasons",
470
+ "type": "array"
471
+ },
472
+ "receiver_family": {
473
+ "items": {
474
+ "type": "string"
475
+ },
476
+ "title": "Receiver Family",
477
+ "type": "array"
478
+ },
479
+ "residual_ledger": {
480
+ "$ref": "#/$defs/Ledger"
481
+ },
482
+ "task_portfolio_refs": {
483
+ "items": {
484
+ "type": "string"
485
+ },
486
+ "title": "Task Portfolio Refs",
487
+ "type": "array"
488
+ }
489
+ },
490
+ "required": [
491
+ "contract_id",
492
+ "mission_id"
493
+ ],
494
+ "title": "OpportunityMeasureContract",
495
+ "type": "object"
496
+ },
497
+ "RootFinalityCertificate": {
498
+ "description": "Role-separated root and finality certificate for ALT settlement.",
499
+ "properties": {
500
+ "accepted": {
501
+ "default": false,
502
+ "title": "Accepted",
503
+ "type": "boolean"
504
+ },
505
+ "byzantine_budget_upper_bound": {
506
+ "default": 0.0,
507
+ "title": "Byzantine Budget Upper Bound",
508
+ "type": "number"
509
+ },
510
+ "certificate_id": {
511
+ "title": "Certificate Id",
512
+ "type": "string"
513
+ },
514
+ "correlated_capture_budget_upper_bound": {
515
+ "default": 0.0,
516
+ "title": "Correlated Capture Budget Upper Bound",
517
+ "type": "number"
518
+ },
519
+ "evaluator_quorum_refs": {
520
+ "items": {
521
+ "type": "string"
522
+ },
523
+ "title": "Evaluator Quorum Refs",
524
+ "type": "array"
525
+ },
526
+ "evidence_refs": {
527
+ "items": {
528
+ "type": "string"
529
+ },
530
+ "title": "Evidence Refs",
531
+ "type": "array"
532
+ },
533
+ "finality_record_ref": {
534
+ "anyOf": [
535
+ {
536
+ "type": "string"
537
+ },
538
+ {
539
+ "type": "null"
540
+ }
541
+ ],
542
+ "default": null,
543
+ "title": "Finality Record Ref"
544
+ },
545
+ "finite_checks_passed": {
546
+ "default": false,
547
+ "title": "Finite Checks Passed",
548
+ "type": "boolean"
549
+ },
550
+ "operationally_usable": {
551
+ "default": false,
552
+ "title": "Operationally Usable",
553
+ "type": "boolean"
554
+ },
555
+ "partition_alarm": {
556
+ "default": false,
557
+ "title": "Partition Alarm",
558
+ "type": "boolean"
559
+ },
560
+ "reasons": {
561
+ "items": {
562
+ "type": "string"
563
+ },
564
+ "title": "Reasons",
565
+ "type": "array"
566
+ },
567
+ "residual_ledger": {
568
+ "$ref": "#/$defs/Ledger"
569
+ },
570
+ "root_role_refs": {
571
+ "items": {
572
+ "type": "string"
573
+ },
574
+ "title": "Root Role Refs",
575
+ "type": "array"
576
+ },
577
+ "settled": {
578
+ "default": false,
579
+ "title": "Settled",
580
+ "type": "boolean"
581
+ },
582
+ "token_id": {
583
+ "title": "Token Id",
584
+ "type": "string"
585
+ }
586
+ },
587
+ "required": [
588
+ "certificate_id",
589
+ "token_id"
590
+ ],
591
+ "title": "RootFinalityCertificate",
592
+ "type": "object"
593
+ },
594
+ "TelemetryCostCertificate": {
595
+ "description": "Finite telemetry accounting certificate for ALT cost coordinates.",
596
+ "properties": {
597
+ "accepted": {
598
+ "default": false,
599
+ "title": "Accepted",
600
+ "type": "boolean"
601
+ },
602
+ "certificate_id": {
603
+ "title": "Certificate Id",
604
+ "type": "string"
605
+ },
606
+ "evidence_refs": {
607
+ "items": {
608
+ "type": "string"
609
+ },
610
+ "title": "Evidence Refs",
611
+ "type": "array"
612
+ },
613
+ "finite_checks_passed": {
614
+ "default": false,
615
+ "title": "Finite Checks Passed",
616
+ "type": "boolean"
617
+ },
618
+ "measured_cost_upper_bound": {
619
+ "default": 0.0,
620
+ "title": "Measured Cost Upper Bound",
621
+ "type": "number"
622
+ },
623
+ "observer_cost_upper_bound": {
624
+ "default": 0.0,
625
+ "title": "Observer Cost Upper Bound",
626
+ "type": "number"
627
+ },
628
+ "observer_refs": {
629
+ "items": {
630
+ "type": "string"
631
+ },
632
+ "title": "Observer Refs",
633
+ "type": "array"
634
+ },
635
+ "operationally_usable": {
636
+ "default": false,
637
+ "title": "Operationally Usable",
638
+ "type": "boolean"
639
+ },
640
+ "reasons": {
641
+ "items": {
642
+ "type": "string"
643
+ },
644
+ "title": "Reasons",
645
+ "type": "array"
646
+ },
647
+ "residual_ledger": {
648
+ "$ref": "#/$defs/Ledger"
649
+ },
650
+ "settled": {
651
+ "default": false,
652
+ "title": "Settled",
653
+ "type": "boolean"
654
+ },
655
+ "tamper_positive": {
656
+ "default": false,
657
+ "title": "Tamper Positive",
658
+ "type": "boolean"
659
+ },
660
+ "token_id": {
661
+ "title": "Token Id",
662
+ "type": "string"
663
+ }
664
+ },
665
+ "required": [
666
+ "certificate_id",
667
+ "token_id"
668
+ ],
669
+ "title": "TelemetryCostCertificate",
670
+ "type": "object"
671
+ },
672
+ "TransportCertificate": {
673
+ "description": "Finite transport certificate for token reuse across receiver contexts.",
674
+ "properties": {
675
+ "accepted": {
676
+ "default": false,
677
+ "title": "Accepted",
678
+ "type": "boolean"
679
+ },
680
+ "certificate_id": {
681
+ "title": "Certificate Id",
682
+ "type": "string"
683
+ },
684
+ "density_ratio_upper_bound": {
685
+ "default": 1.0,
686
+ "title": "Density Ratio Upper Bound",
687
+ "type": "number"
688
+ },
689
+ "evidence_refs": {
690
+ "items": {
691
+ "type": "string"
692
+ },
693
+ "title": "Evidence Refs",
694
+ "type": "array"
695
+ },
696
+ "finite_checks_passed": {
697
+ "default": false,
698
+ "title": "Finite Checks Passed",
699
+ "type": "boolean"
700
+ },
701
+ "max_density_ratio": {
702
+ "default": 10.0,
703
+ "title": "Max Density Ratio",
704
+ "type": "number"
705
+ },
706
+ "operationally_usable": {
707
+ "default": false,
708
+ "title": "Operationally Usable",
709
+ "type": "boolean"
710
+ },
711
+ "reasons": {
712
+ "items": {
713
+ "type": "string"
714
+ },
715
+ "title": "Reasons",
716
+ "type": "array"
717
+ },
718
+ "residual_ledger": {
719
+ "$ref": "#/$defs/Ledger"
720
+ },
721
+ "settled": {
722
+ "default": false,
723
+ "title": "Settled",
724
+ "type": "boolean"
725
+ },
726
+ "source_receiver_family": {
727
+ "items": {
728
+ "type": "string"
729
+ },
730
+ "title": "Source Receiver Family",
731
+ "type": "array"
732
+ },
733
+ "support_coverage_lower_bound": {
734
+ "default": 0.0,
735
+ "title": "Support Coverage Lower Bound",
736
+ "type": "number"
737
+ },
738
+ "target_receiver_family": {
739
+ "items": {
740
+ "type": "string"
741
+ },
742
+ "title": "Target Receiver Family",
743
+ "type": "array"
744
+ },
745
+ "token_id": {
746
+ "title": "Token Id",
747
+ "type": "string"
748
+ }
749
+ },
750
+ "required": [
751
+ "certificate_id",
752
+ "token_id"
753
+ ],
754
+ "title": "TransportCertificate",
755
+ "type": "object"
756
+ },
757
+ "ValueBridgeReport": {
758
+ "description": "Typed ALT diagnostics for proxy-to-value evidence separation.",
759
+ "properties": {
760
+ "accepted": {
761
+ "default": false,
762
+ "title": "Accepted",
763
+ "type": "boolean"
764
+ },
765
+ "baseline_refresh_ready": {
766
+ "default": false,
767
+ "title": "Baseline Refresh Ready",
768
+ "type": "boolean"
769
+ },
770
+ "calibrated_proxy_bridge_ready": {
771
+ "default": false,
772
+ "title": "Calibrated Proxy Bridge Ready",
773
+ "type": "boolean"
774
+ },
775
+ "cara_residual_preserved": {
776
+ "default": true,
777
+ "title": "Cara Residual Preserved",
778
+ "type": "boolean"
779
+ },
780
+ "causal_effect_ready": {
781
+ "default": false,
782
+ "title": "Causal Effect Ready",
783
+ "type": "boolean"
784
+ },
785
+ "causal_effect_refs": {
786
+ "items": {
787
+ "type": "string"
788
+ },
789
+ "title": "Causal Effect Refs",
790
+ "type": "array"
791
+ },
792
+ "causal_reproduction_ready": {
793
+ "default": false,
794
+ "title": "Causal Reproduction Ready",
795
+ "type": "boolean"
796
+ },
797
+ "common_estimand_ready": {
798
+ "default": false,
799
+ "title": "Common Estimand Ready",
800
+ "type": "boolean"
801
+ },
802
+ "common_estimand_refs": {
803
+ "items": {
804
+ "type": "string"
805
+ },
806
+ "title": "Common Estimand Refs",
807
+ "type": "array"
808
+ },
809
+ "contamination_diagnostics": {
810
+ "items": {
811
+ "type": "string"
812
+ },
813
+ "title": "Contamination Diagnostics",
814
+ "type": "array"
815
+ },
816
+ "foundry_capacity_label": {
817
+ "default": "evidence-limited",
818
+ "title": "Foundry Capacity Label",
819
+ "type": "string"
820
+ },
821
+ "instrumentation_refs": {
822
+ "items": {
823
+ "type": "string"
824
+ },
825
+ "title": "Instrumentation Refs",
826
+ "type": "array"
827
+ },
828
+ "negative_liquidity_preserved": {
829
+ "default": true,
830
+ "title": "Negative Liquidity Preserved",
831
+ "type": "boolean"
832
+ },
833
+ "operationally_usable": {
834
+ "default": false,
835
+ "title": "Operationally Usable",
836
+ "type": "boolean"
837
+ },
838
+ "portfolio_gaming_diagnostics": {
839
+ "items": {
840
+ "type": "string"
841
+ },
842
+ "title": "Portfolio Gaming Diagnostics",
843
+ "type": "array"
844
+ },
845
+ "proxy_bridge_refs": {
846
+ "items": {
847
+ "type": "string"
848
+ },
849
+ "title": "Proxy Bridge Refs",
850
+ "type": "array"
851
+ },
852
+ "proxy_only": {
853
+ "default": false,
854
+ "title": "Proxy Only",
855
+ "type": "boolean"
856
+ },
857
+ "reasons": {
858
+ "items": {
859
+ "type": "string"
860
+ },
861
+ "title": "Reasons",
862
+ "type": "array"
863
+ },
864
+ "report_id": {
865
+ "default": "alt-value-bridge",
866
+ "title": "Report Id",
867
+ "type": "string"
868
+ },
869
+ "settled": {
870
+ "default": false,
871
+ "title": "Settled",
872
+ "type": "boolean"
873
+ },
874
+ "transportability_ready": {
875
+ "default": false,
876
+ "title": "Transportability Ready",
877
+ "type": "boolean"
878
+ },
879
+ "value_evidence_level": {
880
+ "default": "calibrated-proxy",
881
+ "title": "Value Evidence Level",
882
+ "type": "string"
883
+ }
884
+ },
885
+ "title": "ValueBridgeReport",
886
+ "type": "object"
887
+ }
888
+ },
889
+ "description": "Certified lower-bound surplus certificate for reusable abstraction capital.",
890
+ "properties": {
891
+ "accepted": {
892
+ "default": false,
893
+ "title": "Accepted",
894
+ "type": "boolean"
895
+ },
896
+ "causal_effect_refs": {
897
+ "items": {
898
+ "type": "string"
899
+ },
900
+ "title": "Causal Effect Refs",
901
+ "type": "array"
902
+ },
903
+ "certificate_id": {
904
+ "title": "Certificate Id",
905
+ "type": "string"
906
+ },
907
+ "common_estimand_refs": {
908
+ "items": {
909
+ "type": "string"
910
+ },
911
+ "title": "Common Estimand Refs",
912
+ "type": "array"
913
+ },
914
+ "cost_ledger": {
915
+ "$ref": "#/$defs/FormationCostLedger"
916
+ },
917
+ "downstream_search_cost_reduction_lower_bound": {
918
+ "default": 0.0,
919
+ "title": "Downstream Search Cost Reduction Lower Bound",
920
+ "type": "number"
921
+ },
922
+ "evaluator_quorum_refs": {
923
+ "items": {
924
+ "type": "string"
925
+ },
926
+ "title": "Evaluator Quorum Refs",
927
+ "type": "array"
928
+ },
929
+ "finite_checks_passed": {
930
+ "default": false,
931
+ "title": "Finite Checks Passed",
932
+ "type": "boolean"
933
+ },
934
+ "hazard_envelope_certificate": {
935
+ "anyOf": [
936
+ {
937
+ "$ref": "#/$defs/HazardEnvelopeCertificate"
938
+ },
939
+ {
940
+ "type": "null"
941
+ }
942
+ ],
943
+ "default": null
944
+ },
945
+ "lifecycle_bounds": {
946
+ "anyOf": [
947
+ {
948
+ "$ref": "#/$defs/LifecycleCostBounds"
949
+ },
950
+ {
951
+ "type": "null"
952
+ }
953
+ ],
954
+ "default": null
955
+ },
956
+ "mission_validity_certificate": {
957
+ "anyOf": [
958
+ {
959
+ "$ref": "#/$defs/MissionValidityCertificate"
960
+ },
961
+ {
962
+ "type": "null"
963
+ }
964
+ ],
965
+ "default": null
966
+ },
967
+ "operationally_usable": {
968
+ "default": false,
969
+ "title": "Operationally Usable",
970
+ "type": "boolean"
971
+ },
972
+ "opportunity_contract": {
973
+ "anyOf": [
974
+ {
975
+ "$ref": "#/$defs/OpportunityMeasureContract"
976
+ },
977
+ {
978
+ "type": "null"
979
+ }
980
+ ],
981
+ "default": null
982
+ },
983
+ "proxy_bridge_refs": {
984
+ "items": {
985
+ "type": "string"
986
+ },
987
+ "title": "Proxy Bridge Refs",
988
+ "type": "array"
989
+ },
990
+ "reasons": {
991
+ "items": {
992
+ "type": "string"
993
+ },
994
+ "title": "Reasons",
995
+ "type": "array"
996
+ },
997
+ "residual_external_obligations": {
998
+ "items": {
999
+ "type": "string"
1000
+ },
1001
+ "title": "Residual External Obligations",
1002
+ "type": "array"
1003
+ },
1004
+ "residual_ledger": {
1005
+ "$ref": "#/$defs/Ledger"
1006
+ },
1007
+ "robustness_refs": {
1008
+ "items": {
1009
+ "type": "string"
1010
+ },
1011
+ "title": "Robustness Refs",
1012
+ "type": "array"
1013
+ },
1014
+ "root_finality_certificate": {
1015
+ "anyOf": [
1016
+ {
1017
+ "$ref": "#/$defs/RootFinalityCertificate"
1018
+ },
1019
+ {
1020
+ "type": "null"
1021
+ }
1022
+ ],
1023
+ "default": null
1024
+ },
1025
+ "root_of_trust_refs": {
1026
+ "items": {
1027
+ "type": "string"
1028
+ },
1029
+ "title": "Root Of Trust Refs",
1030
+ "type": "array"
1031
+ },
1032
+ "settled": {
1033
+ "default": false,
1034
+ "title": "Settled",
1035
+ "type": "boolean"
1036
+ },
1037
+ "signed_surplus_lower_bound": {
1038
+ "default": 0.0,
1039
+ "title": "Signed Surplus Lower Bound",
1040
+ "type": "number"
1041
+ },
1042
+ "status": {
1043
+ "$ref": "#/$defs/ClaimStatus",
1044
+ "default": "diagnostic"
1045
+ },
1046
+ "telemetry_cost_certificate": {
1047
+ "anyOf": [
1048
+ {
1049
+ "$ref": "#/$defs/TelemetryCostCertificate"
1050
+ },
1051
+ {
1052
+ "type": "null"
1053
+ }
1054
+ ],
1055
+ "default": null
1056
+ },
1057
+ "telemetry_refs": {
1058
+ "items": {
1059
+ "type": "string"
1060
+ },
1061
+ "title": "Telemetry Refs",
1062
+ "type": "array"
1063
+ },
1064
+ "token_id": {
1065
+ "title": "Token Id",
1066
+ "type": "string"
1067
+ },
1068
+ "transport_certificate": {
1069
+ "anyOf": [
1070
+ {
1071
+ "$ref": "#/$defs/TransportCertificate"
1072
+ },
1073
+ {
1074
+ "type": "null"
1075
+ }
1076
+ ],
1077
+ "default": null
1078
+ },
1079
+ "value_bridge_report": {
1080
+ "$ref": "#/$defs/ValueBridgeReport"
1081
+ },
1082
+ "value_evidence_level": {
1083
+ "default": "calibrated-proxy",
1084
+ "title": "Value Evidence Level",
1085
+ "type": "string"
1086
+ }
1087
+ },
1088
+ "required": [
1089
+ "certificate_id",
1090
+ "token_id"
1091
+ ],
1092
+ "title": "LiquidityCertificate",
1093
+ "type": "object"
1094
+ }