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,216 @@
1
+ {
2
+ "$defs": {
3
+ "CommercialReadinessSummary": {
4
+ "description": "Practical onboarding readiness summary for commercial and OSS users.",
5
+ "properties": {
6
+ "accepted": {
7
+ "default": false,
8
+ "title": "Accepted",
9
+ "type": "boolean"
10
+ },
11
+ "bounded_intake_default": {
12
+ "default": true,
13
+ "title": "Bounded Intake Default",
14
+ "type": "boolean"
15
+ },
16
+ "checks": {
17
+ "additionalProperties": {
18
+ "type": "string"
19
+ },
20
+ "title": "Checks",
21
+ "type": "object"
22
+ },
23
+ "connector_dependency_ready": {
24
+ "default": false,
25
+ "title": "Connector Dependency Ready",
26
+ "type": "boolean"
27
+ },
28
+ "curated_demo_available": {
29
+ "default": false,
30
+ "title": "Curated Demo Available",
31
+ "type": "boolean"
32
+ },
33
+ "identity_ready": {
34
+ "default": false,
35
+ "title": "Identity Ready",
36
+ "type": "boolean"
37
+ },
38
+ "install_mode": {
39
+ "default": "unknown",
40
+ "title": "Install Mode",
41
+ "type": "string"
42
+ },
43
+ "live_connector_opt_out_available": {
44
+ "default": true,
45
+ "title": "Live Connector Opt Out Available",
46
+ "type": "boolean"
47
+ },
48
+ "live_connectors_default_enabled": {
49
+ "title": "Live Connectors Default Enabled",
50
+ "type": "boolean"
51
+ },
52
+ "live_connectors_default_off": {
53
+ "default": false,
54
+ "title": "Live Connectors Default Off",
55
+ "type": "boolean"
56
+ },
57
+ "live_default_mode": {
58
+ "title": "Live Default Mode",
59
+ "type": "string"
60
+ },
61
+ "onboarding_status": {
62
+ "default": "diagnostic",
63
+ "title": "Onboarding Status",
64
+ "type": "string"
65
+ },
66
+ "operationally_usable": {
67
+ "default": false,
68
+ "title": "Operationally Usable",
69
+ "type": "boolean"
70
+ },
71
+ "package_version": {
72
+ "default": "",
73
+ "title": "Package Version",
74
+ "type": "string"
75
+ },
76
+ "production_identity_required": {
77
+ "default": false,
78
+ "title": "Production Identity Required",
79
+ "type": "boolean"
80
+ },
81
+ "provenance_verified": {
82
+ "default": false,
83
+ "title": "Provenance Verified",
84
+ "type": "boolean"
85
+ },
86
+ "reasons": {
87
+ "items": {
88
+ "type": "string"
89
+ },
90
+ "title": "Reasons",
91
+ "type": "array"
92
+ },
93
+ "schema_count": {
94
+ "default": 0,
95
+ "title": "Schema Count",
96
+ "type": "integer"
97
+ },
98
+ "schema_registry_ready": {
99
+ "default": false,
100
+ "title": "Schema Registry Ready",
101
+ "type": "boolean"
102
+ },
103
+ "security_metadata_present": {
104
+ "default": false,
105
+ "title": "Security Metadata Present",
106
+ "type": "boolean"
107
+ },
108
+ "settled": {
109
+ "default": false,
110
+ "title": "Settled",
111
+ "type": "boolean"
112
+ },
113
+ "snapshot_bundle_ready": {
114
+ "default": false,
115
+ "title": "Snapshot Bundle Ready",
116
+ "type": "boolean"
117
+ },
118
+ "snapshot_count": {
119
+ "default": 0,
120
+ "title": "Snapshot Count",
121
+ "type": "integer"
122
+ },
123
+ "summary_id": {
124
+ "default": "pic-commercial-readiness",
125
+ "title": "Summary Id",
126
+ "type": "string"
127
+ },
128
+ "token_ready": {
129
+ "default": false,
130
+ "title": "Token Ready",
131
+ "type": "boolean"
132
+ }
133
+ },
134
+ "title": "CommercialReadinessSummary",
135
+ "type": "object"
136
+ },
137
+ "OperationalCheck": {
138
+ "description": "One deterministic operational readiness check.",
139
+ "properties": {
140
+ "check_id": {
141
+ "title": "Check Id",
142
+ "type": "string"
143
+ },
144
+ "details": {
145
+ "additionalProperties": true,
146
+ "title": "Details",
147
+ "type": "object"
148
+ },
149
+ "message": {
150
+ "title": "Message",
151
+ "type": "string"
152
+ },
153
+ "status": {
154
+ "title": "Status",
155
+ "type": "string"
156
+ }
157
+ },
158
+ "required": [
159
+ "check_id",
160
+ "status",
161
+ "message"
162
+ ],
163
+ "title": "OperationalCheck",
164
+ "type": "object"
165
+ }
166
+ },
167
+ "description": "Machine-readable environment report for CI and autonomous agents.",
168
+ "properties": {
169
+ "checks": {
170
+ "items": {
171
+ "$ref": "#/$defs/OperationalCheck"
172
+ },
173
+ "title": "Checks",
174
+ "type": "array"
175
+ },
176
+ "commercial_readiness": {
177
+ "$ref": "#/$defs/CommercialReadinessSummary"
178
+ },
179
+ "overall_status": {
180
+ "title": "Overall Status",
181
+ "type": "string"
182
+ },
183
+ "package_version": {
184
+ "title": "Package Version",
185
+ "type": "string"
186
+ },
187
+ "python_version": {
188
+ "title": "Python Version",
189
+ "type": "string"
190
+ },
191
+ "report_id": {
192
+ "default": "pic-operational-readiness",
193
+ "title": "Report Id",
194
+ "type": "string"
195
+ },
196
+ "safety_invariants": {
197
+ "items": {
198
+ "type": "string"
199
+ },
200
+ "title": "Safety Invariants",
201
+ "type": "array"
202
+ },
203
+ "summary": {
204
+ "additionalProperties": true,
205
+ "title": "Summary",
206
+ "type": "object"
207
+ }
208
+ },
209
+ "required": [
210
+ "package_version",
211
+ "python_version",
212
+ "overall_status"
213
+ ],
214
+ "title": "OperationalReadinessReport",
215
+ "type": "object"
216
+ }
@@ -0,0 +1,303 @@
1
+ {
2
+ "$defs": {
3
+ "AdoptionFirstRunCommand": {
4
+ "description": "Command text for operator review; PIC does not execute it.",
5
+ "properties": {
6
+ "command": {
7
+ "title": "Command",
8
+ "type": "string"
9
+ },
10
+ "command_id": {
11
+ "title": "Command Id",
12
+ "type": "string"
13
+ },
14
+ "executed_by_pic": {
15
+ "default": false,
16
+ "title": "Executed By Pic",
17
+ "type": "boolean"
18
+ },
19
+ "expected_output": {
20
+ "default": "operator-reviewed command output",
21
+ "title": "Expected Output",
22
+ "type": "string"
23
+ },
24
+ "mutates_environment_if_operator_runs_it": {
25
+ "default": false,
26
+ "title": "Mutates Environment If Operator Runs It",
27
+ "type": "boolean"
28
+ },
29
+ "purpose": {
30
+ "title": "Purpose",
31
+ "type": "string"
32
+ },
33
+ "requires_operator_authority": {
34
+ "default": false,
35
+ "title": "Requires Operator Authority",
36
+ "type": "boolean"
37
+ }
38
+ },
39
+ "required": [
40
+ "command_id",
41
+ "command",
42
+ "purpose"
43
+ ],
44
+ "title": "AdoptionFirstRunCommand",
45
+ "type": "object"
46
+ },
47
+ "AdoptionReviewChecklist": {
48
+ "description": "Operator-facing checklist for deciding whether local use is allowed.",
49
+ "properties": {
50
+ "accepted": {
51
+ "default": true,
52
+ "title": "Accepted",
53
+ "type": "boolean"
54
+ },
55
+ "checklist_id": {
56
+ "default": "adoption-review-checklist",
57
+ "title": "Checklist Id",
58
+ "type": "string"
59
+ },
60
+ "interpretation_rules": {
61
+ "items": {
62
+ "type": "string"
63
+ },
64
+ "title": "Interpretation Rules",
65
+ "type": "array"
66
+ },
67
+ "items": {
68
+ "items": {
69
+ "type": "string"
70
+ },
71
+ "title": "Items",
72
+ "type": "array"
73
+ },
74
+ "settled": {
75
+ "default": false,
76
+ "title": "Settled",
77
+ "type": "boolean"
78
+ }
79
+ },
80
+ "title": "AdoptionReviewChecklist",
81
+ "type": "object"
82
+ },
83
+ "AdoptionSafetyBoundary": {
84
+ "description": "Non-authority boundary for operator-adoption sidecars.",
85
+ "properties": {
86
+ "affects_agent_accelerate": {
87
+ "default": false,
88
+ "title": "Affects Agent Accelerate",
89
+ "type": "boolean"
90
+ },
91
+ "affects_agent_check": {
92
+ "default": false,
93
+ "title": "Affects Agent Check",
94
+ "type": "boolean"
95
+ },
96
+ "affects_packet_promotion": {
97
+ "default": false,
98
+ "title": "Affects Packet Promotion",
99
+ "type": "boolean"
100
+ },
101
+ "affects_phase_plan": {
102
+ "default": false,
103
+ "title": "Affects Phase Plan",
104
+ "type": "boolean"
105
+ },
106
+ "affects_settled": {
107
+ "default": false,
108
+ "title": "Affects Settled",
109
+ "type": "boolean"
110
+ },
111
+ "approval_settles_truth": {
112
+ "default": false,
113
+ "title": "Approval Settles Truth",
114
+ "type": "boolean"
115
+ },
116
+ "boundary_id": {
117
+ "default": "adoption-safety-boundary",
118
+ "title": "Boundary Id",
119
+ "type": "string"
120
+ },
121
+ "calls_network": {
122
+ "default": false,
123
+ "title": "Calls Network",
124
+ "type": "boolean"
125
+ },
126
+ "clones_repository": {
127
+ "default": false,
128
+ "title": "Clones Repository",
129
+ "type": "boolean"
130
+ },
131
+ "creates_required_approval_state": {
132
+ "default": false,
133
+ "title": "Creates Required Approval State",
134
+ "type": "boolean"
135
+ },
136
+ "executes_shell_commands": {
137
+ "default": false,
138
+ "title": "Executes Shell Commands",
139
+ "type": "boolean"
140
+ },
141
+ "installs_package": {
142
+ "default": false,
143
+ "title": "Installs Package",
144
+ "type": "boolean"
145
+ },
146
+ "invariants": {
147
+ "items": {
148
+ "type": "string"
149
+ },
150
+ "title": "Invariants",
151
+ "type": "array"
152
+ },
153
+ "modifies_config_files": {
154
+ "default": false,
155
+ "title": "Modifies Config Files",
156
+ "type": "boolean"
157
+ },
158
+ "mutates_runtime_state": {
159
+ "default": false,
160
+ "title": "Mutates Runtime State",
161
+ "type": "boolean"
162
+ },
163
+ "pure_output_generator": {
164
+ "default": true,
165
+ "title": "Pure Output Generator",
166
+ "type": "boolean"
167
+ },
168
+ "safe_commands_are_execution_authority": {
169
+ "default": false,
170
+ "title": "Safe Commands Are Execution Authority",
171
+ "type": "boolean"
172
+ },
173
+ "settled": {
174
+ "default": false,
175
+ "title": "Settled",
176
+ "type": "boolean"
177
+ },
178
+ "sidecar_only": {
179
+ "default": true,
180
+ "title": "Sidecar Only",
181
+ "type": "boolean"
182
+ }
183
+ },
184
+ "title": "AdoptionSafetyBoundary",
185
+ "type": "object"
186
+ }
187
+ },
188
+ "description": "Operator-facing overview packet for optional PIC adoption.",
189
+ "properties": {
190
+ "accepted": {
191
+ "default": true,
192
+ "title": "Accepted",
193
+ "type": "boolean"
194
+ },
195
+ "accepted_true_meaning": {
196
+ "default": "accepted=true means the finite checker accepted the report shape and routing record; it does not mean final truth or settled obligations.",
197
+ "title": "Accepted True Meaning",
198
+ "type": "string"
199
+ },
200
+ "candidate_work_rationale": {
201
+ "default": "AI-agent output is treated as candidate work until finite verifier, residual, identity, route, rollback, and promotion checks accept the scoped packet.",
202
+ "title": "Candidate Work Rationale",
203
+ "type": "string"
204
+ },
205
+ "compact_json_fields_to_inspect": {
206
+ "items": {
207
+ "type": "string"
208
+ },
209
+ "title": "Compact Json Fields To Inspect",
210
+ "type": "array"
211
+ },
212
+ "distribution_modes": {
213
+ "items": {
214
+ "type": "string"
215
+ },
216
+ "title": "Distribution Modes",
217
+ "type": "array"
218
+ },
219
+ "features_requiring_explicit_operator_permission": {
220
+ "items": {
221
+ "type": "string"
222
+ },
223
+ "title": "Features Requiring Explicit Operator Permission",
224
+ "type": "array"
225
+ },
226
+ "first_run_commands": {
227
+ "items": {
228
+ "$ref": "#/$defs/AdoptionFirstRunCommand"
229
+ },
230
+ "title": "First Run Commands",
231
+ "type": "array"
232
+ },
233
+ "operationally_usable": {
234
+ "default": true,
235
+ "title": "Operationally Usable",
236
+ "type": "boolean"
237
+ },
238
+ "operator_adoption_status": {
239
+ "default": "not-recorded",
240
+ "title": "Operator Adoption Status",
241
+ "type": "string"
242
+ },
243
+ "packet_id": {
244
+ "default": "operator-adoption-packet",
245
+ "title": "Packet Id",
246
+ "type": "string"
247
+ },
248
+ "profile": {
249
+ "default": "development",
250
+ "title": "Profile",
251
+ "type": "string"
252
+ },
253
+ "reasons": {
254
+ "items": {
255
+ "type": "string"
256
+ },
257
+ "title": "Reasons",
258
+ "type": "array"
259
+ },
260
+ "review_checklist": {
261
+ "$ref": "#/$defs/AdoptionReviewChecklist"
262
+ },
263
+ "safe_commands_meaning": {
264
+ "default": "safe_commands are deterministic hints to inspect or run only under operator authority.",
265
+ "title": "Safe Commands Meaning",
266
+ "type": "string"
267
+ },
268
+ "safety_boundary": {
269
+ "$ref": "#/$defs/AdoptionSafetyBoundary"
270
+ },
271
+ "settled": {
272
+ "default": false,
273
+ "title": "Settled",
274
+ "type": "boolean"
275
+ },
276
+ "settled_false_meaning": {
277
+ "default": "settled=false means unresolved obligations remain explicit; it is not command failure.",
278
+ "title": "Settled False Meaning",
279
+ "type": "string"
280
+ },
281
+ "what_pic_does": {
282
+ "items": {
283
+ "type": "string"
284
+ },
285
+ "title": "What Pic Does",
286
+ "type": "array"
287
+ },
288
+ "what_pic_does_not_do": {
289
+ "items": {
290
+ "type": "string"
291
+ },
292
+ "title": "What Pic Does Not Do",
293
+ "type": "array"
294
+ },
295
+ "workflow_usable": {
296
+ "default": true,
297
+ "title": "Workflow Usable",
298
+ "type": "boolean"
299
+ }
300
+ },
301
+ "title": "OperatorAdoptionPacket",
302
+ "type": "object"
303
+ }
@@ -0,0 +1,165 @@
1
+ {
2
+ "$defs": {
3
+ "CoordinateKind": {
4
+ "enum": [
5
+ "benefit",
6
+ "burden",
7
+ "residual",
8
+ "tolerance",
9
+ "resource",
10
+ "metadata"
11
+ ],
12
+ "title": "CoordinateKind",
13
+ "type": "string"
14
+ },
15
+ "EvidenceStatus": {
16
+ "enum": [
17
+ "verified",
18
+ "declared",
19
+ "unknown"
20
+ ],
21
+ "title": "EvidenceStatus",
22
+ "type": "string"
23
+ },
24
+ "Ledger": {
25
+ "description": "A finite typed ledger with explicit coordinate kinds.",
26
+ "properties": {
27
+ "coordinates": {
28
+ "additionalProperties": {
29
+ "$ref": "#/$defs/LedgerCoordinate"
30
+ },
31
+ "title": "Coordinates",
32
+ "type": "object"
33
+ }
34
+ },
35
+ "title": "Ledger",
36
+ "type": "object"
37
+ },
38
+ "LedgerCoordinate": {
39
+ "description": "One typed coordinate in a finite certificate ledger.",
40
+ "properties": {
41
+ "description": {
42
+ "anyOf": [
43
+ {
44
+ "type": "string"
45
+ },
46
+ {
47
+ "type": "null"
48
+ }
49
+ ],
50
+ "default": null,
51
+ "title": "Description"
52
+ },
53
+ "evidence_refs": {
54
+ "items": {
55
+ "type": "string"
56
+ },
57
+ "title": "Evidence Refs",
58
+ "type": "array"
59
+ },
60
+ "evidence_status": {
61
+ "$ref": "#/$defs/EvidenceStatus",
62
+ "default": "declared"
63
+ },
64
+ "kind": {
65
+ "$ref": "#/$defs/CoordinateKind",
66
+ "default": "burden"
67
+ },
68
+ "known": {
69
+ "default": true,
70
+ "title": "Known",
71
+ "type": "boolean"
72
+ },
73
+ "name": {
74
+ "title": "Name",
75
+ "type": "string"
76
+ },
77
+ "unit": {
78
+ "default": "dimensionless",
79
+ "title": "Unit",
80
+ "type": "string"
81
+ },
82
+ "value": {
83
+ "title": "Value",
84
+ "type": "number"
85
+ }
86
+ },
87
+ "required": [
88
+ "name",
89
+ "value"
90
+ ],
91
+ "title": "LedgerCoordinate",
92
+ "type": "object"
93
+ }
94
+ },
95
+ "description": "Declared finite opportunity measure used to value a token.",
96
+ "properties": {
97
+ "accepted": {
98
+ "default": false,
99
+ "title": "Accepted",
100
+ "type": "boolean"
101
+ },
102
+ "baseline_ref": {
103
+ "anyOf": [
104
+ {
105
+ "type": "string"
106
+ },
107
+ {
108
+ "type": "null"
109
+ }
110
+ ],
111
+ "default": null,
112
+ "title": "Baseline Ref"
113
+ },
114
+ "contract_id": {
115
+ "title": "Contract Id",
116
+ "type": "string"
117
+ },
118
+ "evidence_refs": {
119
+ "items": {
120
+ "type": "string"
121
+ },
122
+ "title": "Evidence Refs",
123
+ "type": "array"
124
+ },
125
+ "horizon": {
126
+ "default": "finite",
127
+ "title": "Horizon",
128
+ "type": "string"
129
+ },
130
+ "mission_id": {
131
+ "title": "Mission Id",
132
+ "type": "string"
133
+ },
134
+ "reasons": {
135
+ "items": {
136
+ "type": "string"
137
+ },
138
+ "title": "Reasons",
139
+ "type": "array"
140
+ },
141
+ "receiver_family": {
142
+ "items": {
143
+ "type": "string"
144
+ },
145
+ "title": "Receiver Family",
146
+ "type": "array"
147
+ },
148
+ "residual_ledger": {
149
+ "$ref": "#/$defs/Ledger"
150
+ },
151
+ "task_portfolio_refs": {
152
+ "items": {
153
+ "type": "string"
154
+ },
155
+ "title": "Task Portfolio Refs",
156
+ "type": "array"
157
+ }
158
+ },
159
+ "required": [
160
+ "contract_id",
161
+ "mission_id"
162
+ ],
163
+ "title": "OpportunityMeasureContract",
164
+ "type": "object"
165
+ }