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,426 @@
1
+ {
2
+ "accepted": true,
3
+ "allow_live_connectors": true,
4
+ "guide_id": "agent-communication-guide",
5
+ "operationally_usable": true,
6
+ "policy": {
7
+ "allow_live_connectors": true,
8
+ "allowed_source_kinds": [
9
+ "github",
10
+ "zenodo",
11
+ "arxiv",
12
+ "http",
13
+ "web-page",
14
+ "rss",
15
+ "atom",
16
+ "json-feed",
17
+ "ndjson",
18
+ "agent-message",
19
+ "agent-inbox",
20
+ "web-crawl"
21
+ ],
22
+ "arbitrary_execution_allowed": false,
23
+ "background_crawling_allowed": false,
24
+ "candidate_only_by_default": true,
25
+ "explicit_source_required": true,
26
+ "live_connectors_default_enabled": true,
27
+ "live_default_mode": "explicit-source-bounded-candidate-intake",
28
+ "opt_out_available": true,
29
+ "profile": "development",
30
+ "required_env_vars": [],
31
+ "residual_behavior": "connector failures become diagnostic residual ledger entries",
32
+ "token_policy": "environment-only"
33
+ },
34
+ "profile": "development",
35
+ "safety_invariants": [
36
+ "settled=false is expected unless scoped finite verifier rules settle obligations",
37
+ "residual ledgers and missing obligations must be preserved",
38
+ "this package does not prove real ASI, physical, simulator, oracle, or policy outcomes",
39
+ "this package does not require self-rewrite, fine-tuning, or model-weight changes",
40
+ "agent-facing commands are recommendation-only and do not execute arbitrary shell commands",
41
+ "production packet promotion requires accepted identity context",
42
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
43
+ "no background crawling",
44
+ "no autonomous polling",
45
+ "no arbitrary shell execution",
46
+ "no repository mutation",
47
+ "no hidden promotion from accepted or workflow_usable to settled",
48
+ "external metadata packets remain candidates until downstream checks pass",
49
+ "candidate-only external intake cannot improve Psi, BR, AC, or collective certificates",
50
+ "general web intake is bounded and does not execute scripts, forms, or repo mutation",
51
+ "agent-to-agent messages are packet candidates, not proof of external-world truth"
52
+ ],
53
+ "settled": false,
54
+ "steps": [
55
+ {
56
+ "allowed_source_kinds": [],
57
+ "failure_modes": [
58
+ "missing local files",
59
+ "diagnostic residuals"
60
+ ],
61
+ "inspect_fields": [
62
+ "settled",
63
+ "residual_summary",
64
+ "readiness.live_metadata_ingest"
65
+ ],
66
+ "purpose": "Run agent intake and runtime health with no network access.",
67
+ "required_env_vars": [],
68
+ "residual_behavior": "local diagnostics remain explicit residuals",
69
+ "safe_commands": [
70
+ "uv run pic agent intake --text-file examples/agent_minimal/agent_output.txt --profile development",
71
+ "uv run pic agent network-readiness --profile development --no-allow-live-connectors"
72
+ ],
73
+ "safety_notes": [
74
+ "Use --no-allow-live-connectors when a local-only dry run is required."
75
+ ],
76
+ "schemas": [
77
+ "AgentIntakeReport",
78
+ "AgentNetworkReadinessReport"
79
+ ],
80
+ "sdk_entrypoints": [],
81
+ "step_id": "01-local-only-baseline",
82
+ "title": "Local-Only Baseline"
83
+ },
84
+ {
85
+ "allowed_source_kinds": [],
86
+ "failure_modes": [
87
+ "missing httpx extra",
88
+ "missing token",
89
+ "token kept out of output"
90
+ ],
91
+ "inspect_fields": [
92
+ "connector_dependency_present",
93
+ "github_token_present"
94
+ ],
95
+ "purpose": "Check optional connector and service auth readiness without network calls.",
96
+ "required_env_vars": [
97
+ "GITHUB_TOKEN"
98
+ ],
99
+ "residual_behavior": "missing optional dependency or token is diagnostic, not settled",
100
+ "safe_commands": [
101
+ "uv run pic agent network-readiness --profile development --allow-live-connectors"
102
+ ],
103
+ "safety_notes": [
104
+ "Tokens are environment-only and must not be stored in repo outputs."
105
+ ],
106
+ "schemas": [
107
+ "AgentNetworkReadinessReport",
108
+ "RuntimeServiceSettings"
109
+ ],
110
+ "sdk_entrypoints": [],
111
+ "step_id": "02-token-env-readiness",
112
+ "title": "Token And Environment Readiness"
113
+ },
114
+ {
115
+ "allowed_source_kinds": [
116
+ "http",
117
+ "web-page",
118
+ "rss",
119
+ "atom",
120
+ "json-feed",
121
+ "ndjson",
122
+ "web-crawl"
123
+ ],
124
+ "failure_modes": [
125
+ "private network target",
126
+ "oversized response",
127
+ "unsupported content type",
128
+ "robots or rate uncertainty"
129
+ ],
130
+ "inspect_fields": [
131
+ "accepted",
132
+ "packets",
133
+ "provenance",
134
+ "web_fetch_reports",
135
+ "source_policy_decisions",
136
+ "candidate_residual_coordinates",
137
+ "ecpt_phase_contribution_allowed",
138
+ "rejected_sources",
139
+ "residual_ledger"
140
+ ],
141
+ "purpose": "Ingest bounded HTTP(S), local HTML, RSS/Atom, JSON feed, or NDJSON sources.",
142
+ "required_env_vars": [],
143
+ "residual_behavior": "web/feed intake failures return diagnostic residuals",
144
+ "safe_commands": [
145
+ "uv run pic ecology policy explain --profile development",
146
+ "uv run pic ecology ingest-general --source examples/agent_network/feed.xml --kind rss",
147
+ "uv run pic ecology ingest-general --source examples/agent_network/page.html --kind web-page",
148
+ "uv run pic ecology discover-web --source examples/agent_network/page.html"
149
+ ],
150
+ "safety_notes": [
151
+ "General web intake never executes scripts or submits forms.",
152
+ "Live HTTP(S) requires an explicit source and remains bounded.",
153
+ "External candidate volume alone cannot improve accepted ECPT phase status."
154
+ ],
155
+ "schemas": [
156
+ "GeneralIntakePolicy",
157
+ "GeneralIntakePolicyDecision",
158
+ "GeneralIntakeReport",
159
+ "IntakeProvenanceRecord",
160
+ "WebDiscoveryReport",
161
+ "GeneralIntakeRuntimeBridgeReport"
162
+ ],
163
+ "sdk_entrypoints": [
164
+ "percolation_inversion_compiler.ecology.ingest_general_source",
165
+ "percolation_inversion_compiler.ecology.discover_web_packets"
166
+ ],
167
+ "step_id": "03-general-web-feed-intake",
168
+ "title": "General Web And Feed Intake"
169
+ },
170
+ {
171
+ "allowed_source_kinds": [
172
+ "agent-message",
173
+ "agent-inbox"
174
+ ],
175
+ "failure_modes": [
176
+ "digest mismatch",
177
+ "expired message",
178
+ "future clock skew",
179
+ "replay nonce",
180
+ "missing production signature",
181
+ "missing accepted identity context"
182
+ ],
183
+ "inspect_fields": [
184
+ "message_contract_valid",
185
+ "accepted",
186
+ "identity_verified",
187
+ "identity_status",
188
+ "nonce_ledger",
189
+ "nonce_status",
190
+ "signature_required",
191
+ "replay_detected",
192
+ "residual_ledger"
193
+ ],
194
+ "purpose": "Exchange local agent messages without status promotion.",
195
+ "required_env_vars": [],
196
+ "residual_behavior": "invalid or unsigned messages remain diagnostic candidates",
197
+ "safe_commands": [
198
+ "uv run pic agent message contract --message examples/agent_network/agent_message.json",
199
+ "uv run pic agent message ingest --message examples/agent_network/agent_message.json",
200
+ "uv run pic agent inbox export --inbox examples/agent_network/inbox.json"
201
+ ],
202
+ "safety_notes": [
203
+ "Agent messages do not settle obligations."
204
+ ],
205
+ "schemas": [
206
+ "AgentMessageEnvelope",
207
+ "AgentMessageContractReport",
208
+ "AgentMessageVerificationContext",
209
+ "AgentInboxRecord",
210
+ "AgentPacketExchangeReport"
211
+ ],
212
+ "sdk_entrypoints": [
213
+ "percolation_inversion_compiler.ecology.verify_agent_message",
214
+ "percolation_inversion_compiler.ecology.ingest_agent_inbox"
215
+ ],
216
+ "step_id": "04-agent-message-exchange",
217
+ "title": "Agent Message Exchange"
218
+ },
219
+ {
220
+ "allowed_source_kinds": [
221
+ "github",
222
+ "zenodo",
223
+ "arxiv",
224
+ "http",
225
+ "web-page",
226
+ "rss",
227
+ "atom",
228
+ "json-feed",
229
+ "ndjson",
230
+ "agent-message",
231
+ "agent-inbox",
232
+ "web-crawl"
233
+ ],
234
+ "failure_modes": [
235
+ "rate limit",
236
+ "auth failure",
237
+ "network error",
238
+ "malformed response"
239
+ ],
240
+ "inspect_fields": [
241
+ "accepted",
242
+ "packets",
243
+ "rejected_sources",
244
+ "residual_ledger"
245
+ ],
246
+ "purpose": "Ingest GitHub, Zenodo, or arXiv metadata packet candidates when sources are explicit.",
247
+ "required_env_vars": [],
248
+ "residual_behavior": "connector failures return diagnostic PacketIngestionReport records",
249
+ "safe_commands": [
250
+ "uv run pic ecology ingest --source kadubon/percolation-inversion-compiler --kind github",
251
+ "uv run pic ecology ingest --source https://zenodo.org/records/20526451 --kind zenodo",
252
+ "uv run pic ecology ingest --source arxiv:salience queue --kind arxiv"
253
+ ],
254
+ "safety_notes": [
255
+ "Live metadata packets are candidates, not verified packet capital."
256
+ ],
257
+ "schemas": [
258
+ "PacketIngestionReport",
259
+ "CapabilityPacketCandidate"
260
+ ],
261
+ "sdk_entrypoints": [
262
+ "percolation_inversion_compiler.ecology.ingest_live_source"
263
+ ],
264
+ "step_id": "05-live-metadata-ingest",
265
+ "title": "Live Metadata Ingest"
266
+ },
267
+ {
268
+ "allowed_source_kinds": [],
269
+ "failure_modes": [
270
+ "sha256 mismatch",
271
+ "schema digest mismatch",
272
+ "missing verifier identity"
273
+ ],
274
+ "inspect_fields": [
275
+ "accepted",
276
+ "settled",
277
+ "residual_ledger",
278
+ "reasons"
279
+ ],
280
+ "purpose": "Verify evidence envelope hashes, schema digests, identities, and determinism.",
281
+ "required_env_vars": [],
282
+ "residual_behavior": "invalid evidence remains diagnostic and cannot promote status",
283
+ "safe_commands": [
284
+ "uv run pic evidence verify --envelope examples/evidence_envelope.json",
285
+ "uv run pic evidence verify --envelope examples/evidence_envelope.json --profile production"
286
+ ],
287
+ "safety_notes": [
288
+ "Evidence verification does not prove external physical/oracle truth."
289
+ ],
290
+ "schemas": [
291
+ "VerifierEvidenceEnvelope",
292
+ "EvidenceArtifact"
293
+ ],
294
+ "sdk_entrypoints": [
295
+ "percolation_inversion_compiler.core.verify_evidence_envelope"
296
+ ],
297
+ "step_id": "06-evidence-envelope-verify",
298
+ "title": "Evidence Envelope Verify"
299
+ },
300
+ {
301
+ "allowed_source_kinds": [],
302
+ "failure_modes": [
303
+ "missing evidence kind",
304
+ "unsupported route",
305
+ "residual external domain"
306
+ ],
307
+ "inspect_fields": [
308
+ "settled_scope",
309
+ "residual_external_obligations",
310
+ "settled"
311
+ ],
312
+ "purpose": "Route external proof obligations through registered verifier bindings.",
313
+ "required_env_vars": [],
314
+ "residual_behavior": "route residuals remain until scoped obligations are discharged",
315
+ "safe_commands": [
316
+ "uv run pic routes bindings",
317
+ "uv run pic evidence discharge --envelope examples/evidence_envelope.json --obligations examples/external_obligations.json --profile production"
318
+ ],
319
+ "safety_notes": [
320
+ "Route acceptance is scoped; unresolved external obligations remain."
321
+ ],
322
+ "schemas": [
323
+ "DischargeRouteBinding",
324
+ "VerifierResolution"
325
+ ],
326
+ "sdk_entrypoints": [
327
+ "percolation_inversion_compiler.core.resolve_adapter_route"
328
+ ],
329
+ "step_id": "07-route-discharge",
330
+ "title": "Route Discharge"
331
+ },
332
+ {
333
+ "allowed_source_kinds": [],
334
+ "failure_modes": [
335
+ "missing server extra",
336
+ "missing bearer token",
337
+ "oversized request"
338
+ ],
339
+ "inspect_fields": [
340
+ "allow_live_connectors",
341
+ "safety_invariants"
342
+ ],
343
+ "purpose": "Use the local HTTP service with loopback and production bearer auth.",
344
+ "required_env_vars": [
345
+ "PIC_RUNTIME_TOKEN"
346
+ ],
347
+ "residual_behavior": "service errors return deterministic diagnostic JSON",
348
+ "safe_commands": [
349
+ "uv run pic runtime export-openapi --output openapi.json",
350
+ "uv run pic runtime service --host 127.0.0.1 --port 8765 --profile development"
351
+ ],
352
+ "safety_notes": [
353
+ "Keep service local-first; production requires bearer auth."
354
+ ],
355
+ "schemas": [
356
+ "RuntimeServiceSettings",
357
+ "RuntimeStepInput",
358
+ "RuntimeStepReport"
359
+ ],
360
+ "sdk_entrypoints": [
361
+ "percolation_inversion_compiler.runtime.create_runtime_app"
362
+ ],
363
+ "step_id": "08-runtime-service-loopback",
364
+ "title": "Runtime Service Loopback"
365
+ },
366
+ {
367
+ "allowed_source_kinds": [],
368
+ "failure_modes": [
369
+ "missing schema bundle",
370
+ "modified artifact",
371
+ "local path leak"
372
+ ],
373
+ "inspect_fields": [
374
+ "event_log",
375
+ "schema-digest",
376
+ "provenance"
377
+ ],
378
+ "purpose": "Persist runtime events and provenance for later audit.",
379
+ "required_env_vars": [],
380
+ "residual_behavior": "provenance does not settle unresolved obligations",
381
+ "safe_commands": [
382
+ "uv run pic runtime store init --store runtime.sqlite",
383
+ "uv run pic schema --all --output-dir schemas/generated",
384
+ "uv run pic provenance create --schema-dir schemas/generated --output provenance.json"
385
+ ],
386
+ "safety_notes": [
387
+ "Do not persist secrets or private keys."
388
+ ],
389
+ "schemas": [
390
+ "RuntimeStoreSnapshot",
391
+ "ProvenanceManifest"
392
+ ],
393
+ "sdk_entrypoints": [],
394
+ "step_id": "09-store-provenance",
395
+ "title": "Store And Provenance"
396
+ },
397
+ {
398
+ "allowed_source_kinds": [],
399
+ "failure_modes": [
400
+ "dropped residual",
401
+ "misread settled=false as failure"
402
+ ],
403
+ "inspect_fields": [
404
+ "residual_summary",
405
+ "missing_obligations",
406
+ "next_commands"
407
+ ],
408
+ "purpose": "Carry unresolved external communication residuals into the next runtime step.",
409
+ "required_env_vars": [],
410
+ "residual_behavior": "residual coordinates are output obligations, not errors to suppress",
411
+ "safe_commands": [
412
+ "uv run pic agent next --intake-report intake-report.json --profile production"
413
+ ],
414
+ "safety_notes": [
415
+ "Never hide connector or route residuals."
416
+ ],
417
+ "schemas": [
418
+ "AgentNextActionReport",
419
+ "LedgerCoordinate"
420
+ ],
421
+ "sdk_entrypoints": [],
422
+ "step_id": "10-residual-carry-forward",
423
+ "title": "Residual Carry-Forward"
424
+ }
425
+ ]
426
+ }