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,1169 @@
1
+ {
2
+ "accepted": true,
3
+ "operationally_usable": false,
4
+ "profile": "development",
5
+ "reasons": [],
6
+ "recommended_next_commands": [
7
+ "Inspect runtime_report.residual_ledger and runtime_report.missing_obligations.",
8
+ "Inspect runtime_report.route_execution_requests before route execution.",
9
+ "Review runtime_report.agent_tasks; do not execute arbitrary commands.",
10
+ "Run another runtime step after new evidence or action results are available."
11
+ ],
12
+ "report_id": "agent-intake:agent-intake:agent-intake-step",
13
+ "residual_summary": {
14
+ "residual": 2.02
15
+ },
16
+ "runtime_report": {
17
+ "acceleration_certificate_eligible": true,
18
+ "accepted": true,
19
+ "action_commits": [
20
+ {
21
+ "action_id": "agent-minimal-route-proxy-target-evidence",
22
+ "committed": false,
23
+ "finite_scope_usable": true,
24
+ "operationally_usable": false,
25
+ "policy": "require_verifier_resolution",
26
+ "reasons": [
27
+ "verifier resolution required before action commit"
28
+ ],
29
+ "recommended": true,
30
+ "settled": false,
31
+ "verifier_resolution_required": true
32
+ }
33
+ ],
34
+ "agent_tasks": [
35
+ {
36
+ "action_id": "agent-minimal-route-proxy-target-evidence",
37
+ "action_kind": "execute-phase-control-action",
38
+ "expected_proxy_gain": 0.8,
39
+ "metadata": {},
40
+ "operationally_usable": true,
41
+ "priority_score": 0.65,
42
+ "reasons": [],
43
+ "required_evidence_kind": [
44
+ "finite-proxy-target-contract"
45
+ ],
46
+ "required_routes": [
47
+ "adapters.domain.verify_ecpt_proxy_target_contract"
48
+ ],
49
+ "residual_coordinates": [
50
+ "obligation:baseline-safety"
51
+ ],
52
+ "rollback_condition": "verifier-resolution-missing-or-negative-proxy-gain",
53
+ "settled": false,
54
+ "target_component": "phase-transition-proxy",
55
+ "task_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
56
+ "task_type": "phase-control-action"
57
+ },
58
+ {
59
+ "action_id": null,
60
+ "action_kind": "seed-autocatalytic-closure",
61
+ "expected_proxy_gain": 0.5,
62
+ "metadata": {},
63
+ "operationally_usable": true,
64
+ "priority_score": 0.33499999999999996,
65
+ "reasons": [],
66
+ "required_evidence_kind": [
67
+ "finite-proxy-target-contract"
68
+ ],
69
+ "required_routes": [
70
+ "adapters.domain.verify_ecpt_proxy_target_contract"
71
+ ],
72
+ "residual_coordinates": [],
73
+ "rollback_condition": "no-positive-finite-gain",
74
+ "settled": false,
75
+ "target_component": "AC",
76
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
77
+ "task_type": "bottleneck-intervention"
78
+ },
79
+ {
80
+ "action_id": null,
81
+ "action_kind": "reduce-downstream-search-cost",
82
+ "expected_proxy_gain": 0.3153153153153153,
83
+ "metadata": {},
84
+ "operationally_usable": true,
85
+ "priority_score": 0.1503153153153153,
86
+ "reasons": [],
87
+ "required_evidence_kind": [
88
+ "finite-proxy-target-contract"
89
+ ],
90
+ "required_routes": [
91
+ "adapters.domain.verify_ecpt_proxy_target_contract"
92
+ ],
93
+ "residual_coordinates": [],
94
+ "rollback_condition": "no-positive-finite-gain",
95
+ "settled": false,
96
+ "target_component": "SD",
97
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
98
+ "task_type": "bottleneck-intervention"
99
+ }
100
+ ],
101
+ "allow_live_connectors": true,
102
+ "basin_reachability": null,
103
+ "bottleneck_plan": {
104
+ "accepted": true,
105
+ "after_psi_lower_bound": {
106
+ "AC": 0.5,
107
+ "BR": 0.5,
108
+ "CV": 0.5,
109
+ "DE": 0.5,
110
+ "FR": 0.5,
111
+ "G": 1.0,
112
+ "HZ": 0.9,
113
+ "LX": 0.5,
114
+ "QS": 0.952,
115
+ "SD": 0.5,
116
+ "VT": 1.0
117
+ },
118
+ "before_psi": {
119
+ "AC": 0.0,
120
+ "BR": 0.5,
121
+ "CV": 0.5,
122
+ "DE": 0.5,
123
+ "FR": 0.5,
124
+ "G": 1.0,
125
+ "HZ": 0.9,
126
+ "LX": 0.5,
127
+ "QS": 0.952,
128
+ "SD": 0.18468468468468469,
129
+ "VT": 1.0
130
+ },
131
+ "interventions": [
132
+ {
133
+ "action_kind": "seed-autocatalytic-closure",
134
+ "expected_gain": 0.5,
135
+ "intervention_id": "intervention:ac:seed-autocatalytic-closure",
136
+ "post_intervention_horizon": 1,
137
+ "required_routes": [
138
+ "adapters.domain.verify_ecpt_proxy_target_contract"
139
+ ],
140
+ "residual_ledger": {
141
+ "coordinates": {}
142
+ },
143
+ "risk_charge": 0.01,
144
+ "rollback_condition": "no-positive-finite-gain",
145
+ "score": 0.33499999999999996,
146
+ "target_component": "AC",
147
+ "verification_cost": 0.155
148
+ },
149
+ {
150
+ "action_kind": "reduce-downstream-search-cost",
151
+ "expected_gain": 0.3153153153153153,
152
+ "intervention_id": "intervention:sd:reduce-downstream-search-cost",
153
+ "post_intervention_horizon": 1,
154
+ "required_routes": [
155
+ "adapters.domain.verify_ecpt_proxy_target_contract"
156
+ ],
157
+ "residual_ledger": {
158
+ "coordinates": {}
159
+ },
160
+ "risk_charge": 0.01,
161
+ "rollback_condition": "no-positive-finite-gain",
162
+ "score": 0.1503153153153153,
163
+ "target_component": "SD",
164
+ "verification_cost": 0.155
165
+ }
166
+ ],
167
+ "limiting_components": [
168
+ "AC",
169
+ "SD"
170
+ ],
171
+ "plan_id": "bottleneck-plan:psi:runtime-registry:agent-minimal-runtime:agent-intake-step:development",
172
+ "residual_ledger": {
173
+ "coordinates": {
174
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
175
+ "description": null,
176
+ "evidence_refs": [],
177
+ "evidence_status": "declared",
178
+ "kind": "residual",
179
+ "known": true,
180
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
181
+ "unit": "dimensionless",
182
+ "value": 0.5
183
+ }
184
+ }
185
+ },
186
+ "settled": false
187
+ },
188
+ "bottleneck_witness_reports": [
189
+ {
190
+ "action_id": null,
191
+ "action_kind": "seed-autocatalytic-closure",
192
+ "burden_delta": 0.0,
193
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
194
+ "next_verifier_routes": [
195
+ "adapters.domain.verify_ecpt_proxy_target_contract"
196
+ ],
197
+ "operationally_usable": true,
198
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
199
+ "priority_score": 0.33499999999999996,
200
+ "reasons": [],
201
+ "release_delta": 0.5,
202
+ "report_id": "bottleneck-witness:task:intervention:ac:seed-autocatalytic-closure",
203
+ "required_evidence_kind": [
204
+ "finite-proxy-target-contract"
205
+ ],
206
+ "residual_coordinates": [],
207
+ "rollback_condition": "no-positive-finite-gain",
208
+ "settled": false,
209
+ "simulation_barrier_residuals": [],
210
+ "target_component": "AC",
211
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
212
+ "witness_kind": "bottleneck-intervention"
213
+ },
214
+ {
215
+ "action_id": null,
216
+ "action_kind": "reduce-downstream-search-cost",
217
+ "burden_delta": 0.0,
218
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
219
+ "next_verifier_routes": [
220
+ "adapters.domain.verify_ecpt_proxy_target_contract"
221
+ ],
222
+ "operationally_usable": true,
223
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
224
+ "priority_score": 0.1503153153153153,
225
+ "reasons": [],
226
+ "release_delta": 0.3153153153153153,
227
+ "report_id": "bottleneck-witness:task:intervention:sd:reduce-downstream-search-cost",
228
+ "required_evidence_kind": [
229
+ "finite-proxy-target-contract"
230
+ ],
231
+ "residual_coordinates": [],
232
+ "rollback_condition": "no-positive-finite-gain",
233
+ "settled": false,
234
+ "simulation_barrier_residuals": [],
235
+ "target_component": "SD",
236
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
237
+ "witness_kind": "bottleneck-intervention"
238
+ }
239
+ ],
240
+ "bottleneck_witness_tasks": [
241
+ {
242
+ "action_id": null,
243
+ "action_kind": "seed-autocatalytic-closure",
244
+ "expected_proxy_gain": 0.5,
245
+ "metadata": {},
246
+ "operationally_usable": true,
247
+ "priority_score": 0.33499999999999996,
248
+ "reasons": [],
249
+ "required_evidence_kind": [
250
+ "finite-proxy-target-contract"
251
+ ],
252
+ "required_routes": [
253
+ "adapters.domain.verify_ecpt_proxy_target_contract"
254
+ ],
255
+ "residual_coordinates": [],
256
+ "rollback_condition": "no-positive-finite-gain",
257
+ "settled": false,
258
+ "target_component": "AC",
259
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
260
+ "task_type": "bottleneck-intervention"
261
+ },
262
+ {
263
+ "action_id": null,
264
+ "action_kind": "reduce-downstream-search-cost",
265
+ "expected_proxy_gain": 0.3153153153153153,
266
+ "metadata": {},
267
+ "operationally_usable": true,
268
+ "priority_score": 0.1503153153153153,
269
+ "reasons": [],
270
+ "required_evidence_kind": [
271
+ "finite-proxy-target-contract"
272
+ ],
273
+ "required_routes": [
274
+ "adapters.domain.verify_ecpt_proxy_target_contract"
275
+ ],
276
+ "residual_coordinates": [],
277
+ "rollback_condition": "no-positive-finite-gain",
278
+ "settled": false,
279
+ "target_component": "SD",
280
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
281
+ "task_type": "bottleneck-intervention"
282
+ }
283
+ ],
284
+ "edge_relation_reports": [
285
+ {
286
+ "accepted": true,
287
+ "certificate_id": "edge-certificate:edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0",
288
+ "finite_checks_passed": true,
289
+ "matched_evidence_refs": [
290
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
291
+ ],
292
+ "missing_evidence_markers": [],
293
+ "operationally_usable": true,
294
+ "reasons": [],
295
+ "relation_type": "packet-to-receiver-compatibility",
296
+ "report_id": "edge-relation:edge-certificate:edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0:packet-to-receiver-compatibility",
297
+ "residual_ledger": {
298
+ "coordinates": {}
299
+ },
300
+ "settled": false
301
+ }
302
+ ],
303
+ "event_log_delta": {
304
+ "aggregate_sha256": "687f4bd8fa97647b7597c65de83a8dffd03d88e6810fd7efea8eee5609228463",
305
+ "events": [
306
+ {
307
+ "event_id": "event:agent-minimal-runtime:0:agent-intake-step:step",
308
+ "event_type": "runtime-step",
309
+ "payload_ref": "runtime-step:agent-intake-step",
310
+ "payload_sha256": "50f49dea742eb6bfe37245d85872a60eb0c8c086ece8e454b8cb9c1b4818f57a",
311
+ "residual_delta": {
312
+ "coordinates": {
313
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
314
+ "description": null,
315
+ "evidence_refs": [],
316
+ "evidence_status": "declared",
317
+ "kind": "residual",
318
+ "known": true,
319
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
320
+ "unit": "dimensionless",
321
+ "value": 0.02
322
+ },
323
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
324
+ "description": null,
325
+ "evidence_refs": [],
326
+ "evidence_status": "declared",
327
+ "kind": "residual",
328
+ "known": true,
329
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
330
+ "unit": "dimensionless",
331
+ "value": 1.0
332
+ },
333
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
334
+ "description": null,
335
+ "evidence_refs": [],
336
+ "evidence_status": "declared",
337
+ "kind": "residual",
338
+ "known": true,
339
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
340
+ "unit": "dimensionless",
341
+ "value": 1.0
342
+ }
343
+ }
344
+ },
345
+ "step_index": 0,
346
+ "timestamp": null
347
+ }
348
+ ]
349
+ },
350
+ "evidence_resolution_batch": {
351
+ "accepted": false,
352
+ "accepted_obligations": [],
353
+ "batch_id": "evidence-resolution:agent-intake-step",
354
+ "envelope_refs": [],
355
+ "finite_checks_passed": false,
356
+ "operationally_usable": false,
357
+ "rejected_obligations": [],
358
+ "residual_ledger": {
359
+ "coordinates": {}
360
+ },
361
+ "resolutions": [],
362
+ "settled": false,
363
+ "unresolved_envelope_refs": []
364
+ },
365
+ "finite_checks_passed": true,
366
+ "frontier_debt_report": {
367
+ "accepted": true,
368
+ "external_obligation_count": 0,
369
+ "frontier_debt_classes": {
370
+ "external": 0,
371
+ "hybrid_residual_propagation": 0,
372
+ "partial_frontier": 0,
373
+ "physical_hybrid": 0,
374
+ "physical_null_channel": 0,
375
+ "progressive_fidelity": 0,
376
+ "telemetry_resource_cost": 0,
377
+ "trace_normal_form": 0
378
+ },
379
+ "hybrid_residual_propagation_count": 0,
380
+ "missing_obligation_count": 2,
381
+ "missing_obligations": [
382
+ "obligation:baseline-safety",
383
+ "proxy-target-grounding-proof"
384
+ ],
385
+ "operationally_usable": false,
386
+ "partial_frontier_debt_count": 0,
387
+ "physical_hybrid_obligation_count": 0,
388
+ "physical_null_channel_debt_count": 0,
389
+ "progressive_fidelity_debt_count": 0,
390
+ "reasons": [
391
+ "missing obligations remain on the runtime frontier",
392
+ "residual coordinates remain on the runtime frontier"
393
+ ],
394
+ "report_id": "frontier-debt:runtime",
395
+ "residual_burden": 2.02,
396
+ "residual_coordinate_count": 3,
397
+ "residual_coordinates": [
398
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
399
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
400
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback"
401
+ ],
402
+ "settled": false,
403
+ "telemetry_resource_cost_debt_count": 0,
404
+ "trace_normal_form_debt_count": 0,
405
+ "trace_or_frontier_debt_count": 0
406
+ },
407
+ "frontier_debt_summary": {
408
+ "external_obligation_count": 0,
409
+ "hybrid_residual_propagation_count": 0,
410
+ "missing_obligation_count": 2,
411
+ "partial_frontier_debt_count": 0,
412
+ "physical_hybrid_obligation_count": 0,
413
+ "physical_null_channel_debt_count": 0,
414
+ "progressive_fidelity_debt_count": 0,
415
+ "residual_burden": 2.02,
416
+ "residual_coordinate_count": 3,
417
+ "telemetry_resource_cost_debt_count": 0,
418
+ "trace_normal_form_debt_count": 0,
419
+ "trace_or_frontier_debt_count": 0
420
+ },
421
+ "ingestion_reports": [
422
+ {
423
+ "accepted": true,
424
+ "packets": [
425
+ {
426
+ "authority_granted": true,
427
+ "authority_required": false,
428
+ "claim": "Candidate packet: preserve residuals.",
429
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
430
+ "dependencies": [],
431
+ "evidence_hash_valid": true,
432
+ "evidence_refs": [
433
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
434
+ ],
435
+ "expected_downstream_gain": 0.005,
436
+ "expires_at": null,
437
+ "freshness": 1.0,
438
+ "hazard_charge": 0.0,
439
+ "identity_contribution_status": "provisional",
440
+ "issuer_agent_id": null,
441
+ "issuer_attestation_id": null,
442
+ "issuer_public_key_id": null,
443
+ "issuer_signature_ref": null,
444
+ "packet_id": "packet:agent-intake-step:8a19424f80f0",
445
+ "receiver_family": [
446
+ "agent",
447
+ "verifier"
448
+ ],
449
+ "residual_charge": 0.0,
450
+ "reuse_context": "general",
451
+ "rollback_available": true,
452
+ "route_safe": true,
453
+ "salience_class": "packet",
454
+ "source_kind": "agent-output",
455
+ "source_ref": "agent-intake-step",
456
+ "status": "provisional",
457
+ "tags": [
458
+ "agent-output",
459
+ "packet",
460
+ "residual"
461
+ ],
462
+ "verification_cost": 0.01,
463
+ "verifier_routes": []
464
+ }
465
+ ],
466
+ "provenance": [],
467
+ "reasons": [],
468
+ "rejected_sources": [],
469
+ "report_id": "packet-ingestion:agent-intake-step",
470
+ "residual_ledger": {
471
+ "coordinates": {}
472
+ },
473
+ "source_kind": "agent-output",
474
+ "web_fetch_reports": []
475
+ }
476
+ ],
477
+ "input_id": "agent-intake-step",
478
+ "missing_obligations": [
479
+ "obligation:baseline-safety",
480
+ "proxy-target-grounding-proof"
481
+ ],
482
+ "operationally_usable": false,
483
+ "phase_acceleration_score": {
484
+ "components": {
485
+ "finite_proxy_gain": 1.1453153153153153,
486
+ "missing_route_charge": 0.5,
487
+ "psi_distance_reduction": 0.8153153153153153,
488
+ "residual_debt_charge": 0.02,
489
+ "risk_charge": 0.03,
490
+ "stale_packet_charge": 0.0,
491
+ "verification_throughput_score": 1.0
492
+ },
493
+ "false_liquidity_charge": 0.5,
494
+ "finite_proxy_gain": 1.1453153153153153,
495
+ "missing_route_charge": 0.5,
496
+ "psi_distance_reduction": 0.8153153153153153,
497
+ "residual_debt_charge": 0.02,
498
+ "risk_charge": 0.03,
499
+ "score_id": "phase-acceleration:agent-minimal-runtime:agent-intake-step",
500
+ "stale_packet_charge": 0.0,
501
+ "total_score": 1.9106306306306307,
502
+ "verification_throughput_score": 1.0
503
+ },
504
+ "phase_control_audit": {
505
+ "baseline_comparison_label": "resource-comparable-proxy-baseline",
506
+ "baseline_comparison_ready": true,
507
+ "baseline_proxy_mass": 0.0,
508
+ "candidate_count": 1,
509
+ "controlled_proxy_mass": 0.3999999999999999,
510
+ "duplicate_mass_excluded": true,
511
+ "execution_availability_required": true,
512
+ "execution_available_path_count": 1,
513
+ "finite_proxy_gain_total": 0.32999999999999996,
514
+ "missing_obligation_count": 1,
515
+ "operationally_usable": false,
516
+ "partial": true,
517
+ "proxy_bundle_coordinate_count": 1,
518
+ "proxy_bundle_mass": 1.0,
519
+ "proxy_target_grounding_refs": [
520
+ "phase-transition-proxy"
521
+ ],
522
+ "proxy_target_grounding_required": false,
523
+ "queue_capacity_constraints_visible": true,
524
+ "queue_capacity_margin": 0.0,
525
+ "reasons": [
526
+ "phase-control missing obligations remain"
527
+ ],
528
+ "selected_action_count": 1,
529
+ "settled": false,
530
+ "split_certificate_refs": [
531
+ "agent-minimal-route-proxy-target-evidence"
532
+ ],
533
+ "split_certified_quotient_ready": false,
534
+ "summary_id": "phase-control-audit:agent-minimal-asi-proxy-target",
535
+ "target_id": "agent-minimal-asi-proxy-target",
536
+ "target_node_count": 1
537
+ },
538
+ "phase_control_summary": {
539
+ "baseline_comparison_ready": true,
540
+ "baseline_proxy_mass": 0.0,
541
+ "candidate_count": 1,
542
+ "controlled_proxy_mass": 0.3999999999999999,
543
+ "duplicate_mass_excluded": true,
544
+ "execution_availability_required": true,
545
+ "execution_available_path_count": 1,
546
+ "finite_proxy_gain_total": 0.32999999999999996,
547
+ "missing_obligation_count": 1,
548
+ "operationally_usable": false,
549
+ "partial": true,
550
+ "proxy_bundle_coordinate_count": 1,
551
+ "proxy_bundle_mass": 1.0,
552
+ "proxy_target_grounding_required": false,
553
+ "queue_capacity_constraints_visible": true,
554
+ "queue_capacity_margin": 0.0,
555
+ "selected_action_count": 1,
556
+ "settled": false,
557
+ "split_certified_quotient_ready": false,
558
+ "target_id": "agent-minimal-asi-proxy-target",
559
+ "target_node_count": 1
560
+ },
561
+ "phase_run_report": {
562
+ "baseline_reachable_mass": {
563
+ "compute": 1.0,
564
+ "models": 0.6499999999999999
565
+ },
566
+ "controlled_reachable_mass": {
567
+ "compute": 1.0,
568
+ "models": 0.6499999999999999,
569
+ "phase-transition-proxy": 0.3999999999999999
570
+ },
571
+ "plan": {
572
+ "accepted": true,
573
+ "candidates": [
574
+ {
575
+ "action": {
576
+ "action_id": "agent-minimal-route-proxy-target-evidence",
577
+ "activation_delta": 0.8,
578
+ "burden_delta": 0.1,
579
+ "postconditions": [
580
+ "proxy-frontier-observed"
581
+ ],
582
+ "preconditions": [
583
+ "compute",
584
+ "models"
585
+ ],
586
+ "required_obligations": [
587
+ "obligation:baseline-safety"
588
+ ],
589
+ "residual_charge": 0.02,
590
+ "resource_cost": {
591
+ "compute": 0.2
592
+ },
593
+ "risk_charge": 0.03,
594
+ "source_nodes": [
595
+ "compute",
596
+ "models"
597
+ ],
598
+ "target_node": "phase-transition-proxy",
599
+ "verifier_routes": [
600
+ "adapters.domain.verify_ecpt_proxy_target_contract"
601
+ ]
602
+ },
603
+ "baseline_proxy_mass": 0.0,
604
+ "candidate_id": "candidate:agent-minimal-route-proxy-target-evidence",
605
+ "controlled_proxy_mass": 0.3999999999999999,
606
+ "finite_proxy_gain": 0.32999999999999996,
607
+ "finite_scope_usable": true,
608
+ "missing_obligations": [
609
+ "proxy-target-grounding-proof"
610
+ ],
611
+ "operationally_usable": false,
612
+ "reasons": [],
613
+ "required_evidence_routes": [
614
+ "adapters.domain.verify_ecpt_proxy_target_contract"
615
+ ],
616
+ "residual_charge": 0.04,
617
+ "residual_ledger": {
618
+ "coordinates": {
619
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
620
+ "description": null,
621
+ "evidence_refs": [],
622
+ "evidence_status": "declared",
623
+ "kind": "residual",
624
+ "known": true,
625
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
626
+ "unit": "dimensionless",
627
+ "value": 0.02
628
+ }
629
+ }
630
+ },
631
+ "resource_cost": {
632
+ "compute": 0.2
633
+ },
634
+ "risk_charge": 0.03,
635
+ "score": 0.12999999999999995,
636
+ "settled": false
637
+ }
638
+ ],
639
+ "finite_proxy_gain_total": 0.32999999999999996,
640
+ "missing_obligations": [
641
+ "proxy-target-grounding-proof"
642
+ ],
643
+ "objective_id": "agent-minimal-objective",
644
+ "operationally_usable": false,
645
+ "partial": true,
646
+ "plan_id": "phase-control-plan:agent-minimal-phase-state:agent-minimal-objective",
647
+ "profile": "development",
648
+ "reasons": [],
649
+ "required_evidence_routes": [
650
+ "adapters.domain.verify_ecpt_proxy_target_contract"
651
+ ],
652
+ "residual_ledger": {
653
+ "coordinates": {
654
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
655
+ "description": null,
656
+ "evidence_refs": [],
657
+ "evidence_status": "declared",
658
+ "kind": "residual",
659
+ "known": true,
660
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
661
+ "unit": "dimensionless",
662
+ "value": 0.02
663
+ }
664
+ }
665
+ },
666
+ "score": 0.12999999999999995,
667
+ "selected_actions": [
668
+ {
669
+ "action_id": "agent-minimal-route-proxy-target-evidence",
670
+ "activation_delta": 0.8,
671
+ "burden_delta": 0.1,
672
+ "postconditions": [
673
+ "proxy-frontier-observed"
674
+ ],
675
+ "preconditions": [
676
+ "compute",
677
+ "models"
678
+ ],
679
+ "required_obligations": [
680
+ "obligation:baseline-safety"
681
+ ],
682
+ "residual_charge": 0.02,
683
+ "resource_cost": {
684
+ "compute": 0.2
685
+ },
686
+ "risk_charge": 0.03,
687
+ "source_nodes": [
688
+ "compute",
689
+ "models"
690
+ ],
691
+ "target_node": "phase-transition-proxy",
692
+ "verifier_routes": [
693
+ "adapters.domain.verify_ecpt_proxy_target_contract"
694
+ ]
695
+ }
696
+ ],
697
+ "settled": false,
698
+ "status": "provisional"
699
+ },
700
+ "report_id": "phase-control-run:agent-minimal-phase-state:agent-minimal-objective",
701
+ "safety_invariants": [
702
+ "phase-control planning recommendations do not prove unobserved ASI outcomes",
703
+ "unresolved external obligations remain charged in residual ledgers",
704
+ "planner output alone never promotes a claim to settled status"
705
+ ],
706
+ "state_id": "agent-minimal-phase-state",
707
+ "target_id": "agent-minimal-asi-proxy-target"
708
+ },
709
+ "promotion_report": {
710
+ "accepted": true,
711
+ "identity_contribution_summary": {
712
+ "diagnostic": 2
713
+ },
714
+ "rejected_packets": [
715
+ {
716
+ "identity_contribution_status": "diagnostic",
717
+ "packet_id": "rejected:packet:agent-intake",
718
+ "reasons": [
719
+ "packet rollback receipt is unavailable",
720
+ "packet verifier route resolution is missing"
721
+ ],
722
+ "residual_ledger": {
723
+ "coordinates": {
724
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
725
+ "description": null,
726
+ "evidence_refs": [],
727
+ "evidence_status": "declared",
728
+ "kind": "residual",
729
+ "known": true,
730
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
731
+ "unit": "dimensionless",
732
+ "value": 1.0
733
+ }
734
+ }
735
+ },
736
+ "source_candidate_id": "packet:agent-intake",
737
+ "status": "diagnostic"
738
+ }
739
+ ],
740
+ "report_id": "packet-promotion:agent-minimal-runtime:agent-intake-step",
741
+ "residual_ledger": {
742
+ "coordinates": {
743
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
744
+ "description": null,
745
+ "evidence_refs": [],
746
+ "evidence_status": "declared",
747
+ "kind": "residual",
748
+ "known": true,
749
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
750
+ "unit": "dimensionless",
751
+ "value": 1.0
752
+ }
753
+ }
754
+ },
755
+ "safety_invariants": [
756
+ "packet promotion is finite-scope and protocol-relative",
757
+ "verified packets do not settle residual external obligations",
758
+ "hash, route, authority, expiry, rollback, and edge checks fail closed"
759
+ ],
760
+ "verified_packets": [
761
+ {
762
+ "accepted_edge_witness_ids": [
763
+ "edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0"
764
+ ],
765
+ "execution_available": true,
766
+ "expires_at": null,
767
+ "identity_contribution_status": "diagnostic",
768
+ "issuer_agent_id": null,
769
+ "issuer_attestation_id": null,
770
+ "issuer_public_key_id": null,
771
+ "liquidity_score": 0.0,
772
+ "operationally_usable": false,
773
+ "packet_id": "verified:packet:agent-intake-step:8a19424f80f0",
774
+ "receiver_family": [
775
+ "agent",
776
+ "verifier"
777
+ ],
778
+ "residual_external_obligations": [],
779
+ "residual_ledger": {
780
+ "coordinates": {}
781
+ },
782
+ "rollback_receipt": "candidate-rollback-available",
783
+ "settled": false,
784
+ "settlement_scope": [],
785
+ "source_candidate_id": "packet:agent-intake-step:8a19424f80f0",
786
+ "validity_domain": "protocol-relative-finite",
787
+ "verification_resolution_ids": []
788
+ }
789
+ ]
790
+ },
791
+ "psi": {
792
+ "components": {
793
+ "AC": 0.0,
794
+ "BR": 0.5,
795
+ "CV": 0.5,
796
+ "DE": 0.5,
797
+ "FR": 0.5,
798
+ "G": 1.0,
799
+ "HZ": 0.9,
800
+ "LX": 0.5,
801
+ "QS": 0.952,
802
+ "SD": 0.18468468468468469,
803
+ "VT": 1.0
804
+ },
805
+ "dashboard_id": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step",
806
+ "distance_to_threshold": {
807
+ "AC": 0.5,
808
+ "BR": 0.0,
809
+ "CV": 0.0,
810
+ "DE": 0.0,
811
+ "FR": 0.0,
812
+ "G": 0.0,
813
+ "HZ": 0.0,
814
+ "LX": 0.0,
815
+ "QS": 0.0,
816
+ "SD": 0.3153153153153153,
817
+ "VT": 0.0
818
+ },
819
+ "limiting_components": [
820
+ "AC",
821
+ "SD"
822
+ ],
823
+ "residual_ledger": {
824
+ "coordinates": {
825
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
826
+ "description": null,
827
+ "evidence_refs": [],
828
+ "evidence_status": "declared",
829
+ "kind": "residual",
830
+ "known": true,
831
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
832
+ "unit": "dimensionless",
833
+ "value": 0.5
834
+ }
835
+ }
836
+ },
837
+ "safety_invariants": [
838
+ "Psi components are protocol-relative finite proxies",
839
+ "dashboard output does not prove unobserved ASI or physical outcomes",
840
+ "residual obligations remain explicit until verifier routes discharge them"
841
+ ],
842
+ "threshold": {
843
+ "AC": 0.5,
844
+ "BR": 0.1,
845
+ "CV": 0.5,
846
+ "DE": 0.5,
847
+ "FR": 0.5,
848
+ "G": 0.7,
849
+ "HZ": 0.5,
850
+ "LX": 0.5,
851
+ "QS": 0.5,
852
+ "SD": 0.5,
853
+ "VT": 0.7
854
+ },
855
+ "throughput": {
856
+ "abstained_packets": 1,
857
+ "accepted_packets": 1,
858
+ "evidence_hash_mismatch_rate": 0.5,
859
+ "false_liquidity_rate": 0.5,
860
+ "low_contribution_queue_occupation": 0.01,
861
+ "packet_inflow": 2,
862
+ "rejected_packets": 0,
863
+ "residual_debt_growth": 0.0,
864
+ "stale_packet_ratio": 0.0,
865
+ "unresolved_obligation_backlog": 1,
866
+ "verifier_latency_proxy": 0.055
867
+ }
868
+ },
869
+ "reasons": [],
870
+ "registry": {
871
+ "edges": [
872
+ {
873
+ "accepted": true,
874
+ "confidence": 0.2,
875
+ "edge_id": "edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0",
876
+ "edge_type": "packet-to-receiver-compatibility",
877
+ "evidence_refs": [
878
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
879
+ ],
880
+ "expires_at": null,
881
+ "reasons": [],
882
+ "residual": 0.0,
883
+ "source_packet_ids": [
884
+ "packet:agent-intake"
885
+ ],
886
+ "target_packet_id": "packet:agent-intake-step:8a19424f80f0"
887
+ }
888
+ ],
889
+ "packets": [
890
+ {
891
+ "authority_granted": true,
892
+ "authority_required": false,
893
+ "claim": "Candidate packet: preserve residuals.",
894
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
895
+ "dependencies": [],
896
+ "evidence_hash_valid": true,
897
+ "evidence_refs": [],
898
+ "expected_downstream_gain": 0.2,
899
+ "expires_at": null,
900
+ "freshness": 1.0,
901
+ "hazard_charge": 0.0,
902
+ "identity_contribution_status": "provisional",
903
+ "issuer_agent_id": null,
904
+ "issuer_attestation_id": null,
905
+ "issuer_public_key_id": null,
906
+ "issuer_signature_ref": null,
907
+ "packet_id": "packet:agent-intake",
908
+ "receiver_family": [
909
+ "agent",
910
+ "verifier"
911
+ ],
912
+ "residual_charge": 0.0,
913
+ "reuse_context": "general",
914
+ "rollback_available": false,
915
+ "route_safe": true,
916
+ "salience_class": "default",
917
+ "source_kind": "agent-output",
918
+ "source_ref": "agent-intake",
919
+ "status": "provisional",
920
+ "tags": [
921
+ "ecpt",
922
+ "phase"
923
+ ],
924
+ "verification_cost": 0.1,
925
+ "verifier_routes": [
926
+ "adapters.domain.verify_ecpt_proxy_target_contract"
927
+ ]
928
+ },
929
+ {
930
+ "authority_granted": true,
931
+ "authority_required": false,
932
+ "claim": "Candidate packet: preserve residuals.",
933
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
934
+ "dependencies": [],
935
+ "evidence_hash_valid": true,
936
+ "evidence_refs": [
937
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
938
+ ],
939
+ "expected_downstream_gain": 0.005,
940
+ "expires_at": null,
941
+ "freshness": 1.0,
942
+ "hazard_charge": 0.0,
943
+ "identity_contribution_status": "provisional",
944
+ "issuer_agent_id": null,
945
+ "issuer_attestation_id": null,
946
+ "issuer_public_key_id": null,
947
+ "issuer_signature_ref": null,
948
+ "packet_id": "packet:agent-intake-step:8a19424f80f0",
949
+ "receiver_family": [
950
+ "agent",
951
+ "verifier"
952
+ ],
953
+ "residual_charge": 0.0,
954
+ "reuse_context": "general",
955
+ "rollback_available": true,
956
+ "route_safe": true,
957
+ "salience_class": "packet",
958
+ "source_kind": "agent-output",
959
+ "source_ref": "agent-intake-step",
960
+ "status": "provisional",
961
+ "tags": [
962
+ "agent-output",
963
+ "packet",
964
+ "residual"
965
+ ],
966
+ "verification_cost": 0.01,
967
+ "verifier_routes": []
968
+ }
969
+ ],
970
+ "registry_id": "runtime-registry:agent-minimal-runtime:agent-intake-step",
971
+ "residual_ledger": {
972
+ "coordinates": {}
973
+ }
974
+ },
975
+ "report_id": "runtime-step:agent-minimal-runtime:0:agent-intake-step",
976
+ "residual_ledger": {
977
+ "coordinates": {
978
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
979
+ "description": null,
980
+ "evidence_refs": [],
981
+ "evidence_status": "declared",
982
+ "kind": "residual",
983
+ "known": true,
984
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
985
+ "unit": "dimensionless",
986
+ "value": 0.02
987
+ },
988
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
989
+ "description": null,
990
+ "evidence_refs": [],
991
+ "evidence_status": "declared",
992
+ "kind": "residual",
993
+ "known": true,
994
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
995
+ "unit": "dimensionless",
996
+ "value": 1.0
997
+ },
998
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
999
+ "description": null,
1000
+ "evidence_refs": [],
1001
+ "evidence_status": "declared",
1002
+ "kind": "residual",
1003
+ "known": true,
1004
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
1005
+ "unit": "dimensionless",
1006
+ "value": 1.0
1007
+ }
1008
+ }
1009
+ },
1010
+ "route_execution_requests": [
1011
+ {
1012
+ "obligation_category": "ecpt-proxy-target",
1013
+ "priority_score": 1.0,
1014
+ "request_id": "route-request:adapters.domain.verify_ecpt_proxy_target_contract",
1015
+ "required_evidence_kind": [
1016
+ "finite-proxy-target-contract"
1017
+ ],
1018
+ "residual_external_obligations": [
1019
+ "proxy-target-grounding-proof"
1020
+ ],
1021
+ "residual_policy": "charge-proxy-grounding-residual-until-target-contract-is-validated",
1022
+ "route_id": "adapters.domain.verify_ecpt_proxy_target_contract",
1023
+ "safe_default": "diagnostic-with-proxy-target-obligation",
1024
+ "settlement_scope": [
1025
+ "routing-contract:adapters.domain.verify_ecpt_proxy_target_contract"
1026
+ ],
1027
+ "status": "diagnostic",
1028
+ "verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract"
1029
+ }
1030
+ ],
1031
+ "safety_invariants": [
1032
+ "runtime planning does not prove unobserved ASI, physical, or oracle outcomes",
1033
+ "settled remains false unless verifier rules discharge the full finite route scope",
1034
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
1035
+ "residual ledgers and missing obligations are preserved across runtime steps"
1036
+ ],
1037
+ "salience_schedule": {
1038
+ "accepted": true,
1039
+ "adversarial_transfer_charge": 0.0,
1040
+ "aggregation_group_counts": {},
1041
+ "aggregation_group_occupation": {},
1042
+ "audit_recursion_violations": [],
1043
+ "decisions": [
1044
+ {
1045
+ "decision": "run",
1046
+ "operationally_usable": true,
1047
+ "priority_score": 1.35,
1048
+ "reasons": [],
1049
+ "record_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
1050
+ "residual_ledger": {
1051
+ "coordinates": {}
1052
+ },
1053
+ "settled": false,
1054
+ "status": "provisional"
1055
+ },
1056
+ {
1057
+ "decision": "run",
1058
+ "operationally_usable": true,
1059
+ "priority_score": 1.0999999999999999,
1060
+ "reasons": [],
1061
+ "record_id": "queue:packet:agent-intake",
1062
+ "residual_ledger": {
1063
+ "coordinates": {}
1064
+ },
1065
+ "settled": false,
1066
+ "status": "provisional"
1067
+ },
1068
+ {
1069
+ "decision": "run",
1070
+ "operationally_usable": true,
1071
+ "priority_score": 0.9949999999999999,
1072
+ "reasons": [],
1073
+ "record_id": "queue:packet:agent-intake-step:8a19424f80f0",
1074
+ "residual_ledger": {
1075
+ "coordinates": {}
1076
+ },
1077
+ "settled": false,
1078
+ "status": "provisional"
1079
+ },
1080
+ {
1081
+ "decision": "run",
1082
+ "operationally_usable": true,
1083
+ "priority_score": 0.735,
1084
+ "reasons": [],
1085
+ "record_id": "task:intervention:ac:seed-autocatalytic-closure",
1086
+ "residual_ledger": {
1087
+ "coordinates": {}
1088
+ },
1089
+ "settled": false,
1090
+ "status": "provisional"
1091
+ },
1092
+ {
1093
+ "decision": "run",
1094
+ "operationally_usable": true,
1095
+ "priority_score": 0.3656306306306306,
1096
+ "reasons": [],
1097
+ "record_id": "task:intervention:sd:reduce-downstream-search-cost",
1098
+ "residual_ledger": {
1099
+ "coordinates": {}
1100
+ },
1101
+ "settled": false,
1102
+ "status": "provisional"
1103
+ }
1104
+ ],
1105
+ "diagnostic_reserve": {
1106
+ "audit_depth": 1,
1107
+ "minimum_reserve": 0.0,
1108
+ "reserve_fraction": 0.1
1109
+ },
1110
+ "distributed_origin_count": 0,
1111
+ "effective_diagnostic_reserve": 0.0,
1112
+ "false_liquidity_rate": 0.0,
1113
+ "label_laundering_suspicions": [],
1114
+ "latency_deadline_loss": 0.0,
1115
+ "low_contribution_occupation": 0.0,
1116
+ "occupation_ledger": {
1117
+ "attention_budget": 1.0,
1118
+ "occupied": 0.4099999999999999,
1119
+ "occupied_by_class": {
1120
+ "bottleneck-intervention": 0.2,
1121
+ "default": 0.1,
1122
+ "packet": 0.01,
1123
+ "phase-control-action": 0.1
1124
+ },
1125
+ "unknown_occupation": []
1126
+ },
1127
+ "privacy_rejoin_refs": [],
1128
+ "profile": "development",
1129
+ "protocol_integrity_refs": [],
1130
+ "quarantine_ledger": {
1131
+ "quarantined_items": [],
1132
+ "reasons": {},
1133
+ "rollback_items": []
1134
+ },
1135
+ "report_id": "sqot-salience-schedule",
1136
+ "residual_debt_growth": 0.0,
1137
+ "risk_ledger": {
1138
+ "risk_budget": 1.0,
1139
+ "risk_charges": {
1140
+ "queue:packet:agent-intake": 0.0,
1141
+ "queue:packet:agent-intake-step:8a19424f80f0": 0.0,
1142
+ "task:intervention:ac:seed-autocatalytic-closure": 0.0,
1143
+ "task:intervention:sd:reduce-downstream-search-cost": 0.0,
1144
+ "task:phase-action:agent-minimal-route-proxy-target-evidence": 0.0
1145
+ }
1146
+ },
1147
+ "rollback_class_summary": {
1148
+ "none": 5
1149
+ },
1150
+ "safety_invariants": [
1151
+ "queue priority never promotes obligations to settled status",
1152
+ "stale, hash-invalid, authority-invalid, or unsafe-route items fail closed",
1153
+ "diagnostic reserve is preserved before non-diagnostic work is scheduled"
1154
+ ],
1155
+ "sovereignty_kernel_refs": [],
1156
+ "stale_packet_ratio": 0.0,
1157
+ "thermodynamic_discharge_charge": 0.0,
1158
+ "unresolved_obligation_backlog": 2,
1159
+ "verifier_latency_proxy": 0.08199999999999999
1160
+ },
1161
+ "schema_valid": true,
1162
+ "settled": false,
1163
+ "state_id": "agent-minimal-runtime",
1164
+ "status": "diagnostic",
1165
+ "step_index": 0,
1166
+ "verified_packet_count": 1
1167
+ },
1168
+ "settled": false
1169
+ }