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,775 @@
1
+ {
2
+ "$defs": {
3
+ "CoverageStatus": {
4
+ "enum": [
5
+ "implemented_constructive",
6
+ "implemented_checker",
7
+ "implemented_schema",
8
+ "partial",
9
+ "external_obligation",
10
+ "unsupported"
11
+ ],
12
+ "title": "CoverageStatus",
13
+ "type": "string"
14
+ },
15
+ "ExternalObligationCatalog": {
16
+ "description": "Catalog of non-finite or domain-specific obligations.",
17
+ "properties": {
18
+ "artifact": {
19
+ "title": "Artifact",
20
+ "type": "string"
21
+ },
22
+ "category_summary": {
23
+ "additionalProperties": {
24
+ "type": "integer"
25
+ },
26
+ "title": "Category Summary",
27
+ "type": "object"
28
+ },
29
+ "obligations": {
30
+ "items": {
31
+ "$ref": "#/$defs/TheoryImplementationRecord"
32
+ },
33
+ "title": "Obligations",
34
+ "type": "array"
35
+ },
36
+ "verifier_route_summary": {
37
+ "additionalProperties": {
38
+ "type": "integer"
39
+ },
40
+ "title": "Verifier Route Summary",
41
+ "type": "object"
42
+ }
43
+ },
44
+ "required": [
45
+ "artifact"
46
+ ],
47
+ "title": "ExternalObligationCatalog",
48
+ "type": "object"
49
+ },
50
+ "ImplementationMaturity": {
51
+ "enum": [
52
+ "implemented_verified_algorithm",
53
+ "implemented_shape_checker",
54
+ "implemented_schema_only",
55
+ "external_contract_only",
56
+ "snapshot_metadata_only",
57
+ "unsupported_no_interface"
58
+ ],
59
+ "title": "ImplementationMaturity",
60
+ "type": "string"
61
+ },
62
+ "ProjectionAudit": {
63
+ "description": "Registry-vs-extractor projection audit.",
64
+ "properties": {
65
+ "accepted": {
66
+ "title": "Accepted",
67
+ "type": "boolean"
68
+ },
69
+ "checked_claims": {
70
+ "default": 0,
71
+ "title": "Checked Claims",
72
+ "type": "integer"
73
+ },
74
+ "extractor_artifact": {
75
+ "anyOf": [
76
+ {
77
+ "type": "string"
78
+ },
79
+ {
80
+ "type": "null"
81
+ }
82
+ ],
83
+ "default": null,
84
+ "title": "Extractor Artifact"
85
+ },
86
+ "mismatches": {
87
+ "items": {
88
+ "additionalProperties": true,
89
+ "type": "object"
90
+ },
91
+ "title": "Mismatches",
92
+ "type": "array"
93
+ },
94
+ "missing_in_extractor": {
95
+ "items": {
96
+ "type": "string"
97
+ },
98
+ "title": "Missing In Extractor",
99
+ "type": "array"
100
+ },
101
+ "reasons": {
102
+ "items": {
103
+ "type": "string"
104
+ },
105
+ "title": "Reasons",
106
+ "type": "array"
107
+ },
108
+ "registry_artifact": {
109
+ "anyOf": [
110
+ {
111
+ "type": "string"
112
+ },
113
+ {
114
+ "type": "null"
115
+ }
116
+ ],
117
+ "default": null,
118
+ "title": "Registry Artifact"
119
+ },
120
+ "strict": {
121
+ "default": false,
122
+ "title": "Strict",
123
+ "type": "boolean"
124
+ }
125
+ },
126
+ "required": [
127
+ "accepted"
128
+ ],
129
+ "title": "ProjectionAudit",
130
+ "type": "object"
131
+ },
132
+ "TheoryAuditReport": {
133
+ "description": "Machine-readable audit summary for one TeX source artifact.",
134
+ "properties": {
135
+ "artifact": {
136
+ "title": "Artifact",
137
+ "type": "string"
138
+ },
139
+ "bit_mr_counts": {
140
+ "additionalProperties": {
141
+ "type": "integer"
142
+ },
143
+ "title": "Bit Mr Counts",
144
+ "type": "object"
145
+ },
146
+ "canonical": {
147
+ "anyOf": [
148
+ {
149
+ "additionalProperties": true,
150
+ "type": "object"
151
+ },
152
+ {
153
+ "type": "null"
154
+ }
155
+ ],
156
+ "default": null,
157
+ "title": "Canonical"
158
+ },
159
+ "canonical_key": {
160
+ "anyOf": [
161
+ {
162
+ "type": "string"
163
+ },
164
+ {
165
+ "type": "null"
166
+ }
167
+ ],
168
+ "default": null,
169
+ "title": "Canonical Key"
170
+ },
171
+ "coverage": {
172
+ "$ref": "#/$defs/TheoryCoverageRecord"
173
+ },
174
+ "coverage_delta": {
175
+ "additionalProperties": {
176
+ "type": "integer"
177
+ },
178
+ "title": "Coverage Delta",
179
+ "type": "object"
180
+ },
181
+ "external_catalog_errors": {
182
+ "items": {
183
+ "type": "string"
184
+ },
185
+ "title": "External Catalog Errors",
186
+ "type": "array"
187
+ },
188
+ "external_obligation_catalog": {
189
+ "anyOf": [
190
+ {
191
+ "$ref": "#/$defs/ExternalObligationCatalog"
192
+ },
193
+ {
194
+ "type": "null"
195
+ }
196
+ ],
197
+ "default": null
198
+ },
199
+ "external_obligation_category_summary": {
200
+ "additionalProperties": {
201
+ "type": "integer"
202
+ },
203
+ "title": "External Obligation Category Summary",
204
+ "type": "object"
205
+ },
206
+ "external_obligation_items": {
207
+ "items": {
208
+ "$ref": "#/$defs/TheoryItem"
209
+ },
210
+ "title": "External Obligation Items",
211
+ "type": "array"
212
+ },
213
+ "external_verifier_route_summary": {
214
+ "additionalProperties": {
215
+ "type": "integer"
216
+ },
217
+ "title": "External Verifier Route Summary",
218
+ "type": "object"
219
+ },
220
+ "finite_constructive_targets": {
221
+ "items": {
222
+ "$ref": "#/$defs/TheoryImplementationRecord"
223
+ },
224
+ "title": "Finite Constructive Targets",
225
+ "type": "array"
226
+ },
227
+ "implemented_with_obligations": {
228
+ "items": {
229
+ "$ref": "#/$defs/TheoryImplementationRecord"
230
+ },
231
+ "title": "Implemented With Obligations",
232
+ "type": "array"
233
+ },
234
+ "projection_audits": {
235
+ "items": {
236
+ "$ref": "#/$defs/ProjectionAudit"
237
+ },
238
+ "title": "Projection Audits",
239
+ "type": "array"
240
+ },
241
+ "snapshot_delta": {
242
+ "additionalProperties": true,
243
+ "title": "Snapshot Delta",
244
+ "type": "object"
245
+ },
246
+ "source": {
247
+ "title": "Source",
248
+ "type": "string"
249
+ },
250
+ "unimplemented_by_section": {
251
+ "additionalProperties": {
252
+ "items": {
253
+ "$ref": "#/$defs/TheoryItem"
254
+ },
255
+ "type": "array"
256
+ },
257
+ "title": "Unimplemented By Section",
258
+ "type": "object"
259
+ },
260
+ "unsupported_items": {
261
+ "items": {
262
+ "$ref": "#/$defs/TheoryItem"
263
+ },
264
+ "title": "Unsupported Items",
265
+ "type": "array"
266
+ }
267
+ },
268
+ "required": [
269
+ "source",
270
+ "artifact",
271
+ "coverage"
272
+ ],
273
+ "title": "TheoryAuditReport",
274
+ "type": "object"
275
+ },
276
+ "TheoryCoverageRecord": {
277
+ "properties": {
278
+ "artifact": {
279
+ "title": "Artifact",
280
+ "type": "string"
281
+ },
282
+ "claims": {
283
+ "default": 0,
284
+ "title": "Claims",
285
+ "type": "integer"
286
+ },
287
+ "definitions": {
288
+ "default": 0,
289
+ "title": "Definitions",
290
+ "type": "integer"
291
+ },
292
+ "items": {
293
+ "items": {
294
+ "$ref": "#/$defs/TheoryItem"
295
+ },
296
+ "title": "Items",
297
+ "type": "array"
298
+ },
299
+ "mr_records": {
300
+ "default": 0,
301
+ "title": "Mr Records",
302
+ "type": "integer"
303
+ },
304
+ "source": {
305
+ "title": "Source",
306
+ "type": "string"
307
+ }
308
+ },
309
+ "required": [
310
+ "source",
311
+ "artifact"
312
+ ],
313
+ "title": "TheoryCoverageRecord",
314
+ "type": "object"
315
+ },
316
+ "TheoryImplementationRecord": {
317
+ "description": "Portable implementation mapping for one finite theory item.",
318
+ "properties": {
319
+ "accepted_evidence_kind": {
320
+ "items": {
321
+ "type": "string"
322
+ },
323
+ "title": "Accepted Evidence Kind",
324
+ "type": "array"
325
+ },
326
+ "artifact": {
327
+ "title": "Artifact",
328
+ "type": "string"
329
+ },
330
+ "checker_ref": {
331
+ "anyOf": [
332
+ {
333
+ "type": "string"
334
+ },
335
+ {
336
+ "type": "null"
337
+ }
338
+ ],
339
+ "default": null,
340
+ "title": "Checker Ref"
341
+ },
342
+ "checker_refs": {
343
+ "items": {
344
+ "type": "string"
345
+ },
346
+ "title": "Checker Refs",
347
+ "type": "array"
348
+ },
349
+ "coverage_status": {
350
+ "$ref": "#/$defs/CoverageStatus"
351
+ },
352
+ "external_failure_modes": {
353
+ "items": {
354
+ "type": "string"
355
+ },
356
+ "title": "External Failure Modes",
357
+ "type": "array"
358
+ },
359
+ "failure_modes": {
360
+ "items": {
361
+ "type": "string"
362
+ },
363
+ "title": "Failure Modes",
364
+ "type": "array"
365
+ },
366
+ "implementation_maturity": {
367
+ "$ref": "#/$defs/ImplementationMaturity",
368
+ "default": "unsupported_no_interface"
369
+ },
370
+ "implementation_ref": {
371
+ "anyOf": [
372
+ {
373
+ "type": "string"
374
+ },
375
+ {
376
+ "type": "null"
377
+ }
378
+ ],
379
+ "default": null,
380
+ "title": "Implementation Ref"
381
+ },
382
+ "implementation_refs": {
383
+ "items": {
384
+ "type": "string"
385
+ },
386
+ "title": "Implementation Refs",
387
+ "type": "array"
388
+ },
389
+ "item_id": {
390
+ "title": "Item Id",
391
+ "type": "string"
392
+ },
393
+ "label": {
394
+ "title": "Label",
395
+ "type": "string"
396
+ },
397
+ "obligation_category": {
398
+ "anyOf": [
399
+ {
400
+ "type": "string"
401
+ },
402
+ {
403
+ "type": "null"
404
+ }
405
+ ],
406
+ "default": null,
407
+ "title": "Obligation Category"
408
+ },
409
+ "proof_obligation_ids": {
410
+ "items": {
411
+ "type": "string"
412
+ },
413
+ "title": "Proof Obligation Ids",
414
+ "type": "array"
415
+ },
416
+ "residual_coordinates": {
417
+ "items": {
418
+ "type": "string"
419
+ },
420
+ "title": "Residual Coordinates",
421
+ "type": "array"
422
+ },
423
+ "residual_policy": {
424
+ "anyOf": [
425
+ {
426
+ "type": "string"
427
+ },
428
+ {
429
+ "type": "null"
430
+ }
431
+ ],
432
+ "default": null,
433
+ "title": "Residual Policy"
434
+ },
435
+ "safe_default": {
436
+ "anyOf": [
437
+ {
438
+ "type": "string"
439
+ },
440
+ {
441
+ "type": "null"
442
+ }
443
+ ],
444
+ "default": null,
445
+ "title": "Safe Default"
446
+ },
447
+ "schema_ref": {
448
+ "anyOf": [
449
+ {
450
+ "type": "string"
451
+ },
452
+ {
453
+ "type": "null"
454
+ }
455
+ ],
456
+ "default": null,
457
+ "title": "Schema Ref"
458
+ },
459
+ "schema_refs": {
460
+ "items": {
461
+ "type": "string"
462
+ },
463
+ "title": "Schema Refs",
464
+ "type": "array"
465
+ },
466
+ "verifier_contract": {
467
+ "additionalProperties": true,
468
+ "title": "Verifier Contract",
469
+ "type": "object"
470
+ },
471
+ "verifier_route": {
472
+ "anyOf": [
473
+ {
474
+ "type": "string"
475
+ },
476
+ {
477
+ "type": "null"
478
+ }
479
+ ],
480
+ "default": null,
481
+ "title": "Verifier Route"
482
+ }
483
+ },
484
+ "required": [
485
+ "item_id",
486
+ "artifact",
487
+ "label",
488
+ "coverage_status"
489
+ ],
490
+ "title": "TheoryImplementationRecord",
491
+ "type": "object"
492
+ },
493
+ "TheoryItem": {
494
+ "properties": {
495
+ "accepted_evidence_kind": {
496
+ "items": {
497
+ "type": "string"
498
+ },
499
+ "title": "Accepted Evidence Kind",
500
+ "type": "array"
501
+ },
502
+ "artifact": {
503
+ "title": "Artifact",
504
+ "type": "string"
505
+ },
506
+ "checker_refs": {
507
+ "items": {
508
+ "type": "string"
509
+ },
510
+ "title": "Checker Refs",
511
+ "type": "array"
512
+ },
513
+ "coverage_status": {
514
+ "$ref": "#/$defs/CoverageStatus",
515
+ "default": "unsupported"
516
+ },
517
+ "external_failure_modes": {
518
+ "items": {
519
+ "type": "string"
520
+ },
521
+ "title": "External Failure Modes",
522
+ "type": "array"
523
+ },
524
+ "failure_modes": {
525
+ "items": {
526
+ "type": "string"
527
+ },
528
+ "title": "Failure Modes",
529
+ "type": "array"
530
+ },
531
+ "implementation_maturity": {
532
+ "$ref": "#/$defs/ImplementationMaturity",
533
+ "default": "unsupported_no_interface"
534
+ },
535
+ "implementation_refs": {
536
+ "items": {
537
+ "type": "string"
538
+ },
539
+ "title": "Implementation Refs",
540
+ "type": "array"
541
+ },
542
+ "item_id": {
543
+ "title": "Item Id",
544
+ "type": "string"
545
+ },
546
+ "kind": {
547
+ "title": "Kind",
548
+ "type": "string"
549
+ },
550
+ "label": {
551
+ "title": "Label",
552
+ "type": "string"
553
+ },
554
+ "line_number": {
555
+ "title": "Line Number",
556
+ "type": "integer"
557
+ },
558
+ "obligation_category": {
559
+ "anyOf": [
560
+ {
561
+ "type": "string"
562
+ },
563
+ {
564
+ "type": "null"
565
+ }
566
+ ],
567
+ "default": null,
568
+ "title": "Obligation Category"
569
+ },
570
+ "proof_obligation_ids": {
571
+ "items": {
572
+ "type": "string"
573
+ },
574
+ "title": "Proof Obligation Ids",
575
+ "type": "array"
576
+ },
577
+ "residual_coordinates": {
578
+ "items": {
579
+ "type": "string"
580
+ },
581
+ "title": "Residual Coordinates",
582
+ "type": "array"
583
+ },
584
+ "residual_policy": {
585
+ "anyOf": [
586
+ {
587
+ "type": "string"
588
+ },
589
+ {
590
+ "type": "null"
591
+ }
592
+ ],
593
+ "default": null,
594
+ "title": "Residual Policy"
595
+ },
596
+ "safe_default": {
597
+ "anyOf": [
598
+ {
599
+ "type": "string"
600
+ },
601
+ {
602
+ "type": "null"
603
+ }
604
+ ],
605
+ "default": null,
606
+ "title": "Safe Default"
607
+ },
608
+ "schema_refs": {
609
+ "items": {
610
+ "type": "string"
611
+ },
612
+ "title": "Schema Refs",
613
+ "type": "array"
614
+ },
615
+ "section": {
616
+ "anyOf": [
617
+ {
618
+ "type": "string"
619
+ },
620
+ {
621
+ "type": "null"
622
+ }
623
+ ],
624
+ "default": null,
625
+ "title": "Section"
626
+ },
627
+ "verifier_contract": {
628
+ "additionalProperties": true,
629
+ "title": "Verifier Contract",
630
+ "type": "object"
631
+ },
632
+ "verifier_route": {
633
+ "anyOf": [
634
+ {
635
+ "type": "string"
636
+ },
637
+ {
638
+ "type": "null"
639
+ }
640
+ ],
641
+ "default": null,
642
+ "title": "Verifier Route"
643
+ }
644
+ },
645
+ "required": [
646
+ "item_id",
647
+ "artifact",
648
+ "kind",
649
+ "label",
650
+ "line_number"
651
+ ],
652
+ "title": "TheoryItem",
653
+ "type": "object"
654
+ }
655
+ },
656
+ "description": "Canonical multi-theory audit report for reproducible release checks.",
657
+ "properties": {
658
+ "accepted": {
659
+ "default": false,
660
+ "title": "Accepted",
661
+ "type": "boolean"
662
+ },
663
+ "audits": {
664
+ "additionalProperties": {
665
+ "$ref": "#/$defs/TheoryAuditReport"
666
+ },
667
+ "title": "Audits",
668
+ "type": "object"
669
+ },
670
+ "canonical_dir": {
671
+ "title": "Canonical Dir",
672
+ "type": "string"
673
+ },
674
+ "canonical_results": {
675
+ "additionalProperties": {
676
+ "additionalProperties": true,
677
+ "type": "object"
678
+ },
679
+ "title": "Canonical Results",
680
+ "type": "object"
681
+ },
682
+ "coverage_counts": {
683
+ "additionalProperties": {
684
+ "additionalProperties": {
685
+ "type": "integer"
686
+ },
687
+ "type": "object"
688
+ },
689
+ "title": "Coverage Counts",
690
+ "type": "object"
691
+ },
692
+ "coverage_counts_match": {
693
+ "default": false,
694
+ "title": "Coverage Counts Match",
695
+ "type": "boolean"
696
+ },
697
+ "expected_artifacts": {
698
+ "items": {
699
+ "type": "string"
700
+ },
701
+ "title": "Expected Artifacts",
702
+ "type": "array"
703
+ },
704
+ "external_category_summary_match": {
705
+ "default": false,
706
+ "title": "External Category Summary Match",
707
+ "type": "boolean"
708
+ },
709
+ "external_obligation_category_summary": {
710
+ "additionalProperties": {
711
+ "additionalProperties": {
712
+ "type": "integer"
713
+ },
714
+ "type": "object"
715
+ },
716
+ "title": "External Obligation Category Summary",
717
+ "type": "object"
718
+ },
719
+ "overall_status": {
720
+ "default": "fail",
721
+ "title": "Overall Status",
722
+ "type": "string"
723
+ },
724
+ "partial_total": {
725
+ "default": 0,
726
+ "title": "Partial Total",
727
+ "type": "integer"
728
+ },
729
+ "reasons": {
730
+ "items": {
731
+ "type": "string"
732
+ },
733
+ "title": "Reasons",
734
+ "type": "array"
735
+ },
736
+ "report_id": {
737
+ "default": "pic-theory-audit-suite",
738
+ "title": "Report Id",
739
+ "type": "string"
740
+ },
741
+ "safety_invariants": {
742
+ "items": {
743
+ "type": "string"
744
+ },
745
+ "title": "Safety Invariants",
746
+ "type": "array"
747
+ },
748
+ "snapshot_delta": {
749
+ "additionalProperties": {
750
+ "additionalProperties": true,
751
+ "type": "object"
752
+ },
753
+ "title": "Snapshot Delta",
754
+ "type": "object"
755
+ },
756
+ "strict_grammar": {
757
+ "additionalProperties": {
758
+ "additionalProperties": true,
759
+ "type": "object"
760
+ },
761
+ "title": "Strict Grammar",
762
+ "type": "object"
763
+ },
764
+ "unsupported_total": {
765
+ "default": 0,
766
+ "title": "Unsupported Total",
767
+ "type": "integer"
768
+ }
769
+ },
770
+ "required": [
771
+ "canonical_dir"
772
+ ],
773
+ "title": "TheoryAuditSuiteReport",
774
+ "type": "object"
775
+ }