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,2020 @@
1
+ {
2
+ "accepted": true,
3
+ "agent_message_delivery_reports": [],
4
+ "alt_admission_decisions": [],
5
+ "bottleneck_witness_reports": [
6
+ {
7
+ "action_id": null,
8
+ "action_kind": "seed-autocatalytic-closure",
9
+ "burden_delta": 0.0,
10
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
11
+ "next_verifier_routes": [
12
+ "adapters.domain.verify_ecpt_proxy_target_contract"
13
+ ],
14
+ "operationally_usable": true,
15
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
16
+ "priority_score": 0.33499999999999996,
17
+ "reasons": [],
18
+ "release_delta": 0.5,
19
+ "report_id": "bottleneck-witness:task:intervention:ac:seed-autocatalytic-closure",
20
+ "required_evidence_kind": [
21
+ "finite-proxy-target-contract"
22
+ ],
23
+ "residual_coordinates": [],
24
+ "rollback_condition": "no-positive-finite-gain",
25
+ "settled": false,
26
+ "simulation_barrier_residuals": [],
27
+ "target_component": "AC",
28
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
29
+ "witness_kind": "bottleneck-intervention"
30
+ },
31
+ {
32
+ "action_id": null,
33
+ "action_kind": "reduce-downstream-search-cost",
34
+ "burden_delta": 0.0,
35
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
36
+ "next_verifier_routes": [
37
+ "adapters.domain.verify_ecpt_proxy_target_contract"
38
+ ],
39
+ "operationally_usable": true,
40
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
41
+ "priority_score": 0.14243243243243245,
42
+ "reasons": [],
43
+ "release_delta": 0.30743243243243246,
44
+ "report_id": "bottleneck-witness:task:intervention:sd:reduce-downstream-search-cost",
45
+ "required_evidence_kind": [
46
+ "finite-proxy-target-contract"
47
+ ],
48
+ "residual_coordinates": [],
49
+ "rollback_condition": "no-positive-finite-gain",
50
+ "settled": false,
51
+ "simulation_barrier_residuals": [],
52
+ "target_component": "SD",
53
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
54
+ "witness_kind": "bottleneck-intervention"
55
+ }
56
+ ],
57
+ "bottlenecks": [
58
+ {
59
+ "bottleneck_kind": "phase-component-gap",
60
+ "burden_delta": 0.0,
61
+ "candidate_id": "bottleneck:phase-gap:0:AC",
62
+ "candidate_only": false,
63
+ "cannot_promote_because": [
64
+ "ECPT split-certified quotient readiness is not established",
65
+ "TRC frontier debt remains",
66
+ "missing obligations remain",
67
+ "runtime residual ledger has unresolved burden",
68
+ "verifier route execution requests remain unresolved"
69
+ ],
70
+ "next_safe_commands": [
71
+ "pic phase gap --compact"
72
+ ],
73
+ "next_verifier_routes": [],
74
+ "priority_score": 10.5,
75
+ "reasons": [
76
+ "component is below finite threshold",
77
+ "component is listed as limiting by PsiDashboard"
78
+ ],
79
+ "release_delta": 0.5,
80
+ "required_evidence_kind": [],
81
+ "residual_coordinates": [
82
+ "AC"
83
+ ],
84
+ "schema_refs": [
85
+ "PsiDashboard",
86
+ "PhaseGapVector"
87
+ ],
88
+ "sdk_calls": [
89
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan"
90
+ ],
91
+ "source": "PsiDashboard",
92
+ "target_component": "AC"
93
+ },
94
+ {
95
+ "bottleneck_kind": "phase-component-gap",
96
+ "burden_delta": 0.0,
97
+ "candidate_id": "bottleneck:phase-gap:9:SD",
98
+ "candidate_only": false,
99
+ "cannot_promote_because": [
100
+ "ECPT split-certified quotient readiness is not established",
101
+ "TRC frontier debt remains",
102
+ "missing obligations remain",
103
+ "runtime residual ledger has unresolved burden",
104
+ "verifier route execution requests remain unresolved"
105
+ ],
106
+ "next_safe_commands": [
107
+ "pic phase gap --compact"
108
+ ],
109
+ "next_verifier_routes": [],
110
+ "priority_score": 10.307432432432432,
111
+ "reasons": [
112
+ "component is below finite threshold",
113
+ "component is listed as limiting by PsiDashboard"
114
+ ],
115
+ "release_delta": 0.30743243243243246,
116
+ "required_evidence_kind": [],
117
+ "residual_coordinates": [
118
+ "SD"
119
+ ],
120
+ "schema_refs": [
121
+ "PsiDashboard",
122
+ "PhaseGapVector"
123
+ ],
124
+ "sdk_calls": [
125
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan"
126
+ ],
127
+ "source": "PsiDashboard",
128
+ "target_component": "SD"
129
+ },
130
+ {
131
+ "bottleneck_kind": "bottleneck-intervention",
132
+ "burden_delta": 0.0,
133
+ "candidate_id": "bottleneck:bit-witness:0:bottleneck-witness:task:intervention:ac:seed-autocatalytic-closure",
134
+ "candidate_only": false,
135
+ "cannot_promote_because": [],
136
+ "next_safe_commands": [
137
+ "Inspect RuntimeStepReport.bottleneck_witness_reports."
138
+ ],
139
+ "next_verifier_routes": [
140
+ "adapters.domain.verify_ecpt_proxy_target_contract"
141
+ ],
142
+ "priority_score": 9.335,
143
+ "reasons": [],
144
+ "release_delta": 0.5,
145
+ "required_evidence_kind": [
146
+ "finite-proxy-target-contract"
147
+ ],
148
+ "residual_coordinates": [],
149
+ "schema_refs": [
150
+ "BottleneckWitnessReport",
151
+ "AgentTask"
152
+ ],
153
+ "sdk_calls": [
154
+ "percolation_inversion_compiler.runtime.build_runtime_step"
155
+ ],
156
+ "source": "BottleneckWitnessReport",
157
+ "target_component": "AC"
158
+ },
159
+ {
160
+ "bottleneck_kind": "bottleneck-intervention",
161
+ "burden_delta": 0.0,
162
+ "candidate_id": "bottleneck:bit-witness:1:bottleneck-witness:task:intervention:sd:reduce-downstream-search-cost",
163
+ "candidate_only": false,
164
+ "cannot_promote_because": [],
165
+ "next_safe_commands": [
166
+ "Inspect RuntimeStepReport.bottleneck_witness_reports."
167
+ ],
168
+ "next_verifier_routes": [
169
+ "adapters.domain.verify_ecpt_proxy_target_contract"
170
+ ],
171
+ "priority_score": 9.142432432432432,
172
+ "reasons": [],
173
+ "release_delta": 0.30743243243243246,
174
+ "required_evidence_kind": [
175
+ "finite-proxy-target-contract"
176
+ ],
177
+ "residual_coordinates": [],
178
+ "schema_refs": [
179
+ "BottleneckWitnessReport",
180
+ "AgentTask"
181
+ ],
182
+ "sdk_calls": [
183
+ "percolation_inversion_compiler.runtime.build_runtime_step"
184
+ ],
185
+ "source": "BottleneckWitnessReport",
186
+ "target_component": "SD"
187
+ },
188
+ {
189
+ "bottleneck_kind": "verifier-route",
190
+ "burden_delta": 0.0,
191
+ "candidate_id": "bottleneck:route:0:route-request:adapters.domain.verify_ecpt_proxy_target_contract",
192
+ "candidate_only": false,
193
+ "cannot_promote_because": [
194
+ "proxy-target-grounding-proof"
195
+ ],
196
+ "next_safe_commands": [
197
+ "pic routes bindings",
198
+ "pic evidence verify --envelope <evidence.json>"
199
+ ],
200
+ "next_verifier_routes": [
201
+ "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract"
202
+ ],
203
+ "priority_score": 9.0,
204
+ "reasons": [
205
+ "diagnostic-with-proxy-target-obligation"
206
+ ],
207
+ "release_delta": 0.0,
208
+ "required_evidence_kind": [
209
+ "finite-proxy-target-contract"
210
+ ],
211
+ "residual_coordinates": [
212
+ "proxy-target-grounding-proof"
213
+ ],
214
+ "schema_refs": [
215
+ "RouteExecutionRequest",
216
+ "VerifierResolution"
217
+ ],
218
+ "sdk_calls": [
219
+ "percolation_inversion_compiler.core.resolve_adapter_route"
220
+ ],
221
+ "source": "RouteExecutionRequest",
222
+ "target_component": "ecpt-proxy-target"
223
+ },
224
+ {
225
+ "bottleneck_kind": "queue-service-and-diagnostic-reserve",
226
+ "burden_delta": 0.0,
227
+ "candidate_id": "bottleneck:sqot-queue-service",
228
+ "candidate_only": false,
229
+ "cannot_promote_because": [
230
+ "effective diagnostic reserve is below policy reserve"
231
+ ],
232
+ "next_safe_commands": [
233
+ "pic phase plan --compact"
234
+ ],
235
+ "next_verifier_routes": [],
236
+ "priority_score": 8.0,
237
+ "reasons": [
238
+ "effective diagnostic reserve is below policy reserve"
239
+ ],
240
+ "release_delta": 0.0,
241
+ "required_evidence_kind": [],
242
+ "residual_coordinates": [],
243
+ "schema_refs": [
244
+ "SalienceScheduleReport"
245
+ ],
246
+ "sdk_calls": [
247
+ "percolation_inversion_compiler.sqot.build_salience_schedule"
248
+ ],
249
+ "source": "SalienceScheduleReport",
250
+ "target_component": "SQOT"
251
+ },
252
+ {
253
+ "bottleneck_kind": "residual-obligation-ledger",
254
+ "burden_delta": 0.0,
255
+ "candidate_id": "bottleneck:missing-obligations",
256
+ "candidate_only": false,
257
+ "cannot_promote_because": [
258
+ "missing obligations remain"
259
+ ],
260
+ "next_safe_commands": [
261
+ "Inspect missing_obligations and residual_ledger."
262
+ ],
263
+ "next_verifier_routes": [],
264
+ "priority_score": 7.7,
265
+ "reasons": [
266
+ "finite obligations must be routed or carried forward"
267
+ ],
268
+ "release_delta": 0.0,
269
+ "required_evidence_kind": [],
270
+ "residual_coordinates": [
271
+ "obligation:baseline-safety",
272
+ "proxy-target-grounding-proof"
273
+ ],
274
+ "schema_refs": [
275
+ "RuntimeStepReport",
276
+ "LedgerCoordinate"
277
+ ],
278
+ "sdk_calls": [],
279
+ "source": "RuntimeStepReport",
280
+ "target_component": ""
281
+ }
282
+ ],
283
+ "candidate_only_reasons": [
284
+ "one or more packet candidates were rejected by promotion policy"
285
+ ],
286
+ "cannot_promote_because": [
287
+ "ECPT split-certified quotient readiness is not established",
288
+ "TRC frontier debt remains",
289
+ "missing obligations remain",
290
+ "runtime residual ledger has unresolved burden",
291
+ "verifier route execution requests remain unresolved"
292
+ ],
293
+ "current_psi": {
294
+ "components": {
295
+ "AC": 0.0,
296
+ "BR": 0.5,
297
+ "CV": 0.5,
298
+ "DE": 0.5,
299
+ "FR": 1.0,
300
+ "G": 1.0,
301
+ "HZ": 0.9,
302
+ "LX": 0.5,
303
+ "QS": 0.954,
304
+ "SD": 0.19256756756756757,
305
+ "VT": 1.0
306
+ },
307
+ "dashboard_id": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step",
308
+ "distance_to_threshold": {
309
+ "AC": 0.5,
310
+ "BR": 0.0,
311
+ "CV": 0.0,
312
+ "DE": 0.0,
313
+ "FR": 0.0,
314
+ "G": 0.0,
315
+ "HZ": 0.0,
316
+ "LX": 0.0,
317
+ "QS": 0.0,
318
+ "SD": 0.30743243243243246,
319
+ "VT": 0.0
320
+ },
321
+ "limiting_components": [
322
+ "AC",
323
+ "SD"
324
+ ],
325
+ "residual_ledger": {
326
+ "coordinates": {
327
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
328
+ "description": null,
329
+ "evidence_refs": [],
330
+ "evidence_status": "declared",
331
+ "kind": "residual",
332
+ "known": true,
333
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
334
+ "unit": "dimensionless",
335
+ "value": 0.5
336
+ }
337
+ }
338
+ },
339
+ "safety_invariants": [
340
+ "Psi components are protocol-relative finite proxies",
341
+ "dashboard output does not prove unobserved ASI or physical outcomes",
342
+ "residual obligations remain explicit until verifier routes discharge them"
343
+ ],
344
+ "threshold": {
345
+ "AC": 0.5,
346
+ "BR": 0.1,
347
+ "CV": 0.5,
348
+ "DE": 0.5,
349
+ "FR": 0.5,
350
+ "G": 0.7,
351
+ "HZ": 0.5,
352
+ "LX": 0.5,
353
+ "QS": 0.5,
354
+ "SD": 0.5,
355
+ "VT": 0.7
356
+ },
357
+ "throughput": {
358
+ "abstained_packets": 1,
359
+ "accepted_packets": 1,
360
+ "evidence_hash_mismatch_rate": 0.5,
361
+ "false_liquidity_rate": 0.0,
362
+ "low_contribution_queue_occupation": 0.0,
363
+ "packet_inflow": 2,
364
+ "rejected_packets": 0,
365
+ "residual_debt_growth": 0.0,
366
+ "stale_packet_ratio": 0.0,
367
+ "unresolved_obligation_backlog": 1,
368
+ "verifier_latency_proxy": 0.055
369
+ }
370
+ },
371
+ "finite_checks_passed": true,
372
+ "foundry_dashboard": null,
373
+ "frontier_debt_report": {
374
+ "accepted": true,
375
+ "external_obligation_count": 0,
376
+ "frontier_debt_classes": {
377
+ "external": 0,
378
+ "hybrid_residual_propagation": 0,
379
+ "partial_frontier": 0,
380
+ "physical_hybrid": 0,
381
+ "physical_null_channel": 0,
382
+ "progressive_fidelity": 0,
383
+ "telemetry_resource_cost": 0,
384
+ "trace_normal_form": 0
385
+ },
386
+ "hybrid_residual_propagation_count": 0,
387
+ "missing_obligation_count": 2,
388
+ "missing_obligations": [
389
+ "obligation:baseline-safety",
390
+ "proxy-target-grounding-proof"
391
+ ],
392
+ "operationally_usable": false,
393
+ "partial_frontier_debt_count": 0,
394
+ "physical_hybrid_obligation_count": 0,
395
+ "physical_null_channel_debt_count": 0,
396
+ "progressive_fidelity_debt_count": 0,
397
+ "reasons": [
398
+ "missing obligations remain on the runtime frontier",
399
+ "residual coordinates remain on the runtime frontier"
400
+ ],
401
+ "report_id": "frontier-debt:runtime",
402
+ "residual_burden": 2.02,
403
+ "residual_coordinate_count": 3,
404
+ "residual_coordinates": [
405
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
406
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
407
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback"
408
+ ],
409
+ "settled": false,
410
+ "telemetry_resource_cost_debt_count": 0,
411
+ "trace_normal_form_debt_count": 0,
412
+ "trace_or_frontier_debt_count": 0
413
+ },
414
+ "general_intake_bridge_reports": [],
415
+ "missing_obligations": [
416
+ "obligation:baseline-safety",
417
+ "proxy-target-grounding-proof"
418
+ ],
419
+ "operationally_usable": true,
420
+ "phase_control_audit": {
421
+ "baseline_comparison_label": "resource-comparable-proxy-baseline",
422
+ "baseline_comparison_ready": true,
423
+ "baseline_proxy_mass": 0.0,
424
+ "candidate_count": 1,
425
+ "controlled_proxy_mass": 0.3999999999999999,
426
+ "duplicate_mass_excluded": true,
427
+ "execution_availability_required": true,
428
+ "execution_available_path_count": 1,
429
+ "finite_proxy_gain_total": 0.32999999999999996,
430
+ "missing_obligation_count": 1,
431
+ "operationally_usable": false,
432
+ "partial": true,
433
+ "proxy_bundle_coordinate_count": 1,
434
+ "proxy_bundle_mass": 1.0,
435
+ "proxy_target_grounding_refs": [
436
+ "phase-transition-proxy"
437
+ ],
438
+ "proxy_target_grounding_required": false,
439
+ "queue_capacity_constraints_visible": true,
440
+ "queue_capacity_margin": 0.0,
441
+ "reasons": [
442
+ "phase-control missing obligations remain"
443
+ ],
444
+ "selected_action_count": 1,
445
+ "settled": false,
446
+ "split_certificate_refs": [
447
+ "agent-minimal-route-proxy-target-evidence"
448
+ ],
449
+ "split_certified_quotient_ready": false,
450
+ "summary_id": "phase-control-audit:agent-minimal-asi-proxy-target",
451
+ "target_id": "agent-minimal-asi-proxy-target",
452
+ "target_node_count": 1
453
+ },
454
+ "phase_gap_vector": {
455
+ "accepted": true,
456
+ "aggregate_gap": 0.8074324324324325,
457
+ "components": [
458
+ {
459
+ "component": "AC",
460
+ "current_value": 0.0,
461
+ "gap": 0.5,
462
+ "limiting": true,
463
+ "reasons": [
464
+ "component is below finite threshold",
465
+ "component is listed as limiting by PsiDashboard"
466
+ ],
467
+ "source": "PsiDashboard",
468
+ "threshold_value": 0.5
469
+ },
470
+ {
471
+ "component": "BR",
472
+ "current_value": 0.5,
473
+ "gap": 0.0,
474
+ "limiting": false,
475
+ "reasons": [],
476
+ "source": "PsiDashboard",
477
+ "threshold_value": 0.1
478
+ },
479
+ {
480
+ "component": "CV",
481
+ "current_value": 0.5,
482
+ "gap": 0.0,
483
+ "limiting": false,
484
+ "reasons": [],
485
+ "source": "PsiDashboard",
486
+ "threshold_value": 0.5
487
+ },
488
+ {
489
+ "component": "DE",
490
+ "current_value": 0.5,
491
+ "gap": 0.0,
492
+ "limiting": false,
493
+ "reasons": [],
494
+ "source": "PsiDashboard",
495
+ "threshold_value": 0.5
496
+ },
497
+ {
498
+ "component": "FR",
499
+ "current_value": 1.0,
500
+ "gap": 0.0,
501
+ "limiting": false,
502
+ "reasons": [],
503
+ "source": "PsiDashboard",
504
+ "threshold_value": 0.5
505
+ },
506
+ {
507
+ "component": "G",
508
+ "current_value": 1.0,
509
+ "gap": 0.0,
510
+ "limiting": false,
511
+ "reasons": [],
512
+ "source": "PsiDashboard",
513
+ "threshold_value": 0.7
514
+ },
515
+ {
516
+ "component": "HZ",
517
+ "current_value": 0.9,
518
+ "gap": 0.0,
519
+ "limiting": false,
520
+ "reasons": [],
521
+ "source": "PsiDashboard",
522
+ "threshold_value": 0.5
523
+ },
524
+ {
525
+ "component": "LX",
526
+ "current_value": 0.5,
527
+ "gap": 0.0,
528
+ "limiting": false,
529
+ "reasons": [],
530
+ "source": "PsiDashboard",
531
+ "threshold_value": 0.5
532
+ },
533
+ {
534
+ "component": "QS",
535
+ "current_value": 0.954,
536
+ "gap": 0.0,
537
+ "limiting": false,
538
+ "reasons": [],
539
+ "source": "PsiDashboard",
540
+ "threshold_value": 0.5
541
+ },
542
+ {
543
+ "component": "SD",
544
+ "current_value": 0.19256756756756757,
545
+ "gap": 0.30743243243243246,
546
+ "limiting": true,
547
+ "reasons": [
548
+ "component is below finite threshold",
549
+ "component is listed as limiting by PsiDashboard"
550
+ ],
551
+ "source": "PsiDashboard",
552
+ "threshold_value": 0.5
553
+ },
554
+ {
555
+ "component": "VT",
556
+ "current_value": 1.0,
557
+ "gap": 0.0,
558
+ "limiting": false,
559
+ "reasons": [],
560
+ "source": "PsiDashboard",
561
+ "threshold_value": 0.7
562
+ }
563
+ ],
564
+ "limiting_components": [
565
+ "AC",
566
+ "SD"
567
+ ],
568
+ "operationally_usable": true,
569
+ "reasons": [],
570
+ "settled": false,
571
+ "vector_id": "phase-gap-vector:runtime-step:agent-minimal-runtime:0:agent-intake-step"
572
+ },
573
+ "plan_id": "phase-acceleration-plan:phase-cli",
574
+ "profile": "development",
575
+ "reasons": [
576
+ "ECPT split-certified quotient readiness is not established",
577
+ "TRC frontier debt remains",
578
+ "missing obligations remain",
579
+ "one or more packet candidates were rejected by promotion policy",
580
+ "runtime residual ledger has unresolved burden",
581
+ "verifier route execution requests remain unresolved"
582
+ ],
583
+ "recommended_actions": [
584
+ {
585
+ "action_id": "phase-action:inspect-gap",
586
+ "action_type": "phase-gap-inspection",
587
+ "candidate_only": false,
588
+ "execution_authority_granted": false,
589
+ "expected_effect": "identify limiting finite proxy components",
590
+ "inspect_fields": [
591
+ "phase_gap_vector.limiting_components",
592
+ "phase_gap_vector.components"
593
+ ],
594
+ "priority_score": 10.0,
595
+ "purpose": "Read finite Psi component gaps before selecting repair work.",
596
+ "reasons": [],
597
+ "required_inputs": [],
598
+ "safe_commands": [
599
+ "pic phase gap --compact"
600
+ ],
601
+ "schema_refs": [
602
+ "PhaseGapVector",
603
+ "PsiDashboard"
604
+ ],
605
+ "sdk_calls": [
606
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan"
607
+ ],
608
+ "settled": false,
609
+ "title": "Inspect Phase Gap"
610
+ },
611
+ {
612
+ "action_id": "phase-action:preserve-residuals",
613
+ "action_type": "residual-preservation",
614
+ "candidate_only": false,
615
+ "execution_authority_granted": false,
616
+ "expected_effect": "prevent hidden promotion or dropped unresolved work",
617
+ "inspect_fields": [
618
+ "missing_obligations",
619
+ "residual_summary",
620
+ "settled_blockers"
621
+ ],
622
+ "priority_score": 9.5,
623
+ "purpose": "Carry unresolved obligations and residual ledger coordinates forward.",
624
+ "reasons": [],
625
+ "required_inputs": [],
626
+ "safe_commands": [
627
+ "pic schema --type PhaseAccelerationPlan"
628
+ ],
629
+ "schema_refs": [
630
+ "LedgerCoordinate",
631
+ "RuntimeStepReport"
632
+ ],
633
+ "sdk_calls": [],
634
+ "settled": false,
635
+ "title": "Preserve Residuals"
636
+ },
637
+ {
638
+ "action_id": "phase-action:route-verifier-work",
639
+ "action_type": "verifier-routing",
640
+ "candidate_only": false,
641
+ "execution_authority_granted": false,
642
+ "expected_effect": "turn route requests into accepted or residual verifier results",
643
+ "inspect_fields": [
644
+ "route_execution_requests",
645
+ "evidence_resolution_batch",
646
+ "residual_external_obligations"
647
+ ],
648
+ "priority_score": 8.5,
649
+ "purpose": "Discharge scoped route obligations with explicit evidence envelopes.",
650
+ "reasons": [],
651
+ "required_inputs": [
652
+ "VerifierEvidenceEnvelope"
653
+ ],
654
+ "safe_commands": [
655
+ "pic routes bindings",
656
+ "pic evidence verify --envelope <evidence.json>"
657
+ ],
658
+ "schema_refs": [
659
+ "RouteExecutionRequest",
660
+ "VerifierResolution"
661
+ ],
662
+ "sdk_calls": [
663
+ "percolation_inversion_compiler.core.resolve_adapter_route"
664
+ ],
665
+ "settled": false,
666
+ "title": "Route Verifier Work"
667
+ }
668
+ ],
669
+ "report_mode": "full",
670
+ "request_id": "phase-cli",
671
+ "residual_summary": {
672
+ "frontier_debt": 2.02,
673
+ "residual": 2.02
674
+ },
675
+ "runtime_report": {
676
+ "acceleration_certificate_eligible": true,
677
+ "accepted": true,
678
+ "action_commits": [
679
+ {
680
+ "action_id": "agent-minimal-route-proxy-target-evidence",
681
+ "committed": false,
682
+ "finite_scope_usable": true,
683
+ "operationally_usable": false,
684
+ "policy": "require_verifier_resolution",
685
+ "reasons": [
686
+ "verifier resolution required before action commit"
687
+ ],
688
+ "recommended": true,
689
+ "settled": false,
690
+ "verifier_resolution_required": true
691
+ }
692
+ ],
693
+ "agent_tasks": [
694
+ {
695
+ "action_id": "agent-minimal-route-proxy-target-evidence",
696
+ "action_kind": "execute-phase-control-action",
697
+ "expected_proxy_gain": 0.8,
698
+ "metadata": {},
699
+ "operationally_usable": true,
700
+ "priority_score": 0.65,
701
+ "reasons": [],
702
+ "required_evidence_kind": [
703
+ "finite-proxy-target-contract"
704
+ ],
705
+ "required_routes": [
706
+ "adapters.domain.verify_ecpt_proxy_target_contract"
707
+ ],
708
+ "residual_coordinates": [
709
+ "obligation:baseline-safety"
710
+ ],
711
+ "rollback_condition": "verifier-resolution-missing-or-negative-proxy-gain",
712
+ "settled": false,
713
+ "target_component": "phase-transition-proxy",
714
+ "task_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
715
+ "task_type": "phase-control-action"
716
+ },
717
+ {
718
+ "action_id": null,
719
+ "action_kind": "seed-autocatalytic-closure",
720
+ "expected_proxy_gain": 0.5,
721
+ "metadata": {},
722
+ "operationally_usable": true,
723
+ "priority_score": 0.33499999999999996,
724
+ "reasons": [],
725
+ "required_evidence_kind": [
726
+ "finite-proxy-target-contract"
727
+ ],
728
+ "required_routes": [
729
+ "adapters.domain.verify_ecpt_proxy_target_contract"
730
+ ],
731
+ "residual_coordinates": [],
732
+ "rollback_condition": "no-positive-finite-gain",
733
+ "settled": false,
734
+ "target_component": "AC",
735
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
736
+ "task_type": "bottleneck-intervention"
737
+ },
738
+ {
739
+ "action_id": null,
740
+ "action_kind": "reduce-downstream-search-cost",
741
+ "expected_proxy_gain": 0.30743243243243246,
742
+ "metadata": {},
743
+ "operationally_usable": true,
744
+ "priority_score": 0.14243243243243245,
745
+ "reasons": [],
746
+ "required_evidence_kind": [
747
+ "finite-proxy-target-contract"
748
+ ],
749
+ "required_routes": [
750
+ "adapters.domain.verify_ecpt_proxy_target_contract"
751
+ ],
752
+ "residual_coordinates": [],
753
+ "rollback_condition": "no-positive-finite-gain",
754
+ "settled": false,
755
+ "target_component": "SD",
756
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
757
+ "task_type": "bottleneck-intervention"
758
+ }
759
+ ],
760
+ "allow_live_connectors": true,
761
+ "basin_reachability": null,
762
+ "bottleneck_plan": {
763
+ "accepted": true,
764
+ "after_psi_lower_bound": {
765
+ "AC": 0.5,
766
+ "BR": 0.5,
767
+ "CV": 0.5,
768
+ "DE": 0.5,
769
+ "FR": 1.0,
770
+ "G": 1.0,
771
+ "HZ": 0.9,
772
+ "LX": 0.5,
773
+ "QS": 0.954,
774
+ "SD": 0.5,
775
+ "VT": 1.0
776
+ },
777
+ "before_psi": {
778
+ "AC": 0.0,
779
+ "BR": 0.5,
780
+ "CV": 0.5,
781
+ "DE": 0.5,
782
+ "FR": 1.0,
783
+ "G": 1.0,
784
+ "HZ": 0.9,
785
+ "LX": 0.5,
786
+ "QS": 0.954,
787
+ "SD": 0.19256756756756757,
788
+ "VT": 1.0
789
+ },
790
+ "interventions": [
791
+ {
792
+ "action_kind": "seed-autocatalytic-closure",
793
+ "expected_gain": 0.5,
794
+ "intervention_id": "intervention:ac:seed-autocatalytic-closure",
795
+ "post_intervention_horizon": 1,
796
+ "required_routes": [
797
+ "adapters.domain.verify_ecpt_proxy_target_contract"
798
+ ],
799
+ "residual_ledger": {
800
+ "coordinates": {}
801
+ },
802
+ "risk_charge": 0.01,
803
+ "rollback_condition": "no-positive-finite-gain",
804
+ "score": 0.33499999999999996,
805
+ "target_component": "AC",
806
+ "verification_cost": 0.155
807
+ },
808
+ {
809
+ "action_kind": "reduce-downstream-search-cost",
810
+ "expected_gain": 0.30743243243243246,
811
+ "intervention_id": "intervention:sd:reduce-downstream-search-cost",
812
+ "post_intervention_horizon": 1,
813
+ "required_routes": [
814
+ "adapters.domain.verify_ecpt_proxy_target_contract"
815
+ ],
816
+ "residual_ledger": {
817
+ "coordinates": {}
818
+ },
819
+ "risk_charge": 0.01,
820
+ "rollback_condition": "no-positive-finite-gain",
821
+ "score": 0.14243243243243245,
822
+ "target_component": "SD",
823
+ "verification_cost": 0.155
824
+ }
825
+ ],
826
+ "limiting_components": [
827
+ "AC",
828
+ "SD"
829
+ ],
830
+ "plan_id": "bottleneck-plan:psi:runtime-registry:agent-minimal-runtime:agent-intake-step:development",
831
+ "residual_ledger": {
832
+ "coordinates": {
833
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
834
+ "description": null,
835
+ "evidence_refs": [],
836
+ "evidence_status": "declared",
837
+ "kind": "residual",
838
+ "known": true,
839
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
840
+ "unit": "dimensionless",
841
+ "value": 0.5
842
+ }
843
+ }
844
+ },
845
+ "settled": false
846
+ },
847
+ "bottleneck_witness_reports": [
848
+ {
849
+ "action_id": null,
850
+ "action_kind": "seed-autocatalytic-closure",
851
+ "burden_delta": 0.0,
852
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
853
+ "next_verifier_routes": [
854
+ "adapters.domain.verify_ecpt_proxy_target_contract"
855
+ ],
856
+ "operationally_usable": true,
857
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
858
+ "priority_score": 0.33499999999999996,
859
+ "reasons": [],
860
+ "release_delta": 0.5,
861
+ "report_id": "bottleneck-witness:task:intervention:ac:seed-autocatalytic-closure",
862
+ "required_evidence_kind": [
863
+ "finite-proxy-target-contract"
864
+ ],
865
+ "residual_coordinates": [],
866
+ "rollback_condition": "no-positive-finite-gain",
867
+ "settled": false,
868
+ "simulation_barrier_residuals": [],
869
+ "target_component": "AC",
870
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
871
+ "witness_kind": "bottleneck-intervention"
872
+ },
873
+ {
874
+ "action_id": null,
875
+ "action_kind": "reduce-downstream-search-cost",
876
+ "burden_delta": 0.0,
877
+ "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
878
+ "next_verifier_routes": [
879
+ "adapters.domain.verify_ecpt_proxy_target_contract"
880
+ ],
881
+ "operationally_usable": true,
882
+ "portable_task_kind": "runtime-bottleneck-verifier-task",
883
+ "priority_score": 0.14243243243243245,
884
+ "reasons": [],
885
+ "release_delta": 0.30743243243243246,
886
+ "report_id": "bottleneck-witness:task:intervention:sd:reduce-downstream-search-cost",
887
+ "required_evidence_kind": [
888
+ "finite-proxy-target-contract"
889
+ ],
890
+ "residual_coordinates": [],
891
+ "rollback_condition": "no-positive-finite-gain",
892
+ "settled": false,
893
+ "simulation_barrier_residuals": [],
894
+ "target_component": "SD",
895
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
896
+ "witness_kind": "bottleneck-intervention"
897
+ }
898
+ ],
899
+ "bottleneck_witness_tasks": [
900
+ {
901
+ "action_id": null,
902
+ "action_kind": "seed-autocatalytic-closure",
903
+ "expected_proxy_gain": 0.5,
904
+ "metadata": {},
905
+ "operationally_usable": true,
906
+ "priority_score": 0.33499999999999996,
907
+ "reasons": [],
908
+ "required_evidence_kind": [
909
+ "finite-proxy-target-contract"
910
+ ],
911
+ "required_routes": [
912
+ "adapters.domain.verify_ecpt_proxy_target_contract"
913
+ ],
914
+ "residual_coordinates": [],
915
+ "rollback_condition": "no-positive-finite-gain",
916
+ "settled": false,
917
+ "target_component": "AC",
918
+ "task_id": "task:intervention:ac:seed-autocatalytic-closure",
919
+ "task_type": "bottleneck-intervention"
920
+ },
921
+ {
922
+ "action_id": null,
923
+ "action_kind": "reduce-downstream-search-cost",
924
+ "expected_proxy_gain": 0.30743243243243246,
925
+ "metadata": {},
926
+ "operationally_usable": true,
927
+ "priority_score": 0.14243243243243245,
928
+ "reasons": [],
929
+ "required_evidence_kind": [
930
+ "finite-proxy-target-contract"
931
+ ],
932
+ "required_routes": [
933
+ "adapters.domain.verify_ecpt_proxy_target_contract"
934
+ ],
935
+ "residual_coordinates": [],
936
+ "rollback_condition": "no-positive-finite-gain",
937
+ "settled": false,
938
+ "target_component": "SD",
939
+ "task_id": "task:intervention:sd:reduce-downstream-search-cost",
940
+ "task_type": "bottleneck-intervention"
941
+ }
942
+ ],
943
+ "edge_relation_reports": [
944
+ {
945
+ "accepted": true,
946
+ "certificate_id": "edge-certificate:edge:compat:packet:agent-intake:packet:agent-intake-step:378832b42cf0",
947
+ "finite_checks_passed": true,
948
+ "matched_evidence_refs": [
949
+ "sha256:378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170"
950
+ ],
951
+ "missing_evidence_markers": [],
952
+ "operationally_usable": true,
953
+ "reasons": [],
954
+ "relation_type": "packet-to-receiver-compatibility",
955
+ "report_id": "edge-relation:edge-certificate:edge:compat:packet:agent-intake:packet:agent-intake-step:378832b42cf0:packet-to-receiver-compatibility",
956
+ "residual_ledger": {
957
+ "coordinates": {}
958
+ },
959
+ "settled": false
960
+ }
961
+ ],
962
+ "event_log_delta": {
963
+ "aggregate_sha256": "a6c2d075e9c4ceca9ed03e97de2f9a9cf88530f384f40199760d2d73b99d674a",
964
+ "events": [
965
+ {
966
+ "event_id": "event:agent-minimal-runtime:0:agent-intake-step:step",
967
+ "event_type": "runtime-step",
968
+ "payload_ref": "runtime-step:agent-intake-step",
969
+ "payload_sha256": "1d19f8a2a12a7a0a19cc3fd7dab3740fe66f0506fe8fb15cd770ff8ce390f73a",
970
+ "residual_delta": {
971
+ "coordinates": {
972
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
973
+ "description": null,
974
+ "evidence_refs": [],
975
+ "evidence_status": "declared",
976
+ "kind": "residual",
977
+ "known": true,
978
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
979
+ "unit": "dimensionless",
980
+ "value": 0.02
981
+ },
982
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
983
+ "description": null,
984
+ "evidence_refs": [],
985
+ "evidence_status": "declared",
986
+ "kind": "residual",
987
+ "known": true,
988
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
989
+ "unit": "dimensionless",
990
+ "value": 1.0
991
+ },
992
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
993
+ "description": null,
994
+ "evidence_refs": [],
995
+ "evidence_status": "declared",
996
+ "kind": "residual",
997
+ "known": true,
998
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
999
+ "unit": "dimensionless",
1000
+ "value": 1.0
1001
+ }
1002
+ }
1003
+ },
1004
+ "step_index": 0,
1005
+ "timestamp": null
1006
+ }
1007
+ ]
1008
+ },
1009
+ "evidence_resolution_batch": {
1010
+ "accepted": false,
1011
+ "accepted_obligations": [],
1012
+ "batch_id": "evidence-resolution:agent-intake-step",
1013
+ "envelope_refs": [],
1014
+ "finite_checks_passed": false,
1015
+ "operationally_usable": false,
1016
+ "rejected_obligations": [],
1017
+ "residual_ledger": {
1018
+ "coordinates": {}
1019
+ },
1020
+ "resolutions": [],
1021
+ "settled": false,
1022
+ "unresolved_envelope_refs": []
1023
+ },
1024
+ "finite_checks_passed": true,
1025
+ "frontier_debt_report": {
1026
+ "accepted": true,
1027
+ "external_obligation_count": 0,
1028
+ "frontier_debt_classes": {
1029
+ "external": 0,
1030
+ "hybrid_residual_propagation": 0,
1031
+ "partial_frontier": 0,
1032
+ "physical_hybrid": 0,
1033
+ "physical_null_channel": 0,
1034
+ "progressive_fidelity": 0,
1035
+ "telemetry_resource_cost": 0,
1036
+ "trace_normal_form": 0
1037
+ },
1038
+ "hybrid_residual_propagation_count": 0,
1039
+ "missing_obligation_count": 2,
1040
+ "missing_obligations": [
1041
+ "obligation:baseline-safety",
1042
+ "proxy-target-grounding-proof"
1043
+ ],
1044
+ "operationally_usable": false,
1045
+ "partial_frontier_debt_count": 0,
1046
+ "physical_hybrid_obligation_count": 0,
1047
+ "physical_null_channel_debt_count": 0,
1048
+ "progressive_fidelity_debt_count": 0,
1049
+ "reasons": [
1050
+ "missing obligations remain on the runtime frontier",
1051
+ "residual coordinates remain on the runtime frontier"
1052
+ ],
1053
+ "report_id": "frontier-debt:runtime",
1054
+ "residual_burden": 2.02,
1055
+ "residual_coordinate_count": 3,
1056
+ "residual_coordinates": [
1057
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
1058
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1059
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback"
1060
+ ],
1061
+ "settled": false,
1062
+ "telemetry_resource_cost_debt_count": 0,
1063
+ "trace_normal_form_debt_count": 0,
1064
+ "trace_or_frontier_debt_count": 0
1065
+ },
1066
+ "frontier_debt_summary": {
1067
+ "external_obligation_count": 0,
1068
+ "hybrid_residual_propagation_count": 0,
1069
+ "missing_obligation_count": 2,
1070
+ "partial_frontier_debt_count": 0,
1071
+ "physical_hybrid_obligation_count": 0,
1072
+ "physical_null_channel_debt_count": 0,
1073
+ "progressive_fidelity_debt_count": 0,
1074
+ "residual_burden": 2.02,
1075
+ "residual_coordinate_count": 3,
1076
+ "telemetry_resource_cost_debt_count": 0,
1077
+ "trace_normal_form_debt_count": 0,
1078
+ "trace_or_frontier_debt_count": 0
1079
+ },
1080
+ "ingestion_reports": [
1081
+ {
1082
+ "accepted": true,
1083
+ "packets": [
1084
+ {
1085
+ "authority_granted": true,
1086
+ "authority_required": false,
1087
+ "claim": "ECPT runtime packet: preserve residual ledgers and route missing verifier work.",
1088
+ "content_sha256": "378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170",
1089
+ "dependencies": [],
1090
+ "evidence_hash_valid": true,
1091
+ "evidence_refs": [
1092
+ "sha256:378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170"
1093
+ ],
1094
+ "expected_downstream_gain": 0.01375,
1095
+ "expires_at": null,
1096
+ "freshness": 1.0,
1097
+ "hazard_charge": 0.0,
1098
+ "identity_contribution_status": "provisional",
1099
+ "issuer_agent_id": null,
1100
+ "issuer_attestation_id": null,
1101
+ "issuer_public_key_id": null,
1102
+ "issuer_signature_ref": null,
1103
+ "packet_id": "packet:agent-intake-step:378832b42cf0",
1104
+ "receiver_family": [
1105
+ "agent",
1106
+ "verifier"
1107
+ ],
1108
+ "residual_charge": 0.0,
1109
+ "reuse_context": "general",
1110
+ "rollback_available": true,
1111
+ "route_safe": true,
1112
+ "salience_class": "packet",
1113
+ "source_kind": "agent-output",
1114
+ "source_ref": "agent-intake-step",
1115
+ "status": "provisional",
1116
+ "tags": [
1117
+ "agent-output",
1118
+ "ecpt",
1119
+ "packet",
1120
+ "residual",
1121
+ "verifier"
1122
+ ],
1123
+ "verification_cost": 0.01,
1124
+ "verifier_routes": []
1125
+ }
1126
+ ],
1127
+ "provenance": [],
1128
+ "reasons": [],
1129
+ "rejected_sources": [],
1130
+ "report_id": "packet-ingestion:agent-intake-step",
1131
+ "residual_ledger": {
1132
+ "coordinates": {}
1133
+ },
1134
+ "source_kind": "agent-output",
1135
+ "web_fetch_reports": []
1136
+ }
1137
+ ],
1138
+ "input_id": "agent-intake-step",
1139
+ "missing_obligations": [
1140
+ "obligation:baseline-safety",
1141
+ "proxy-target-grounding-proof"
1142
+ ],
1143
+ "operationally_usable": false,
1144
+ "phase_acceleration_score": {
1145
+ "components": {
1146
+ "finite_proxy_gain": 1.1374324324324325,
1147
+ "missing_route_charge": 0.5,
1148
+ "psi_distance_reduction": 0.8074324324324325,
1149
+ "residual_debt_charge": 0.02,
1150
+ "risk_charge": 0.03,
1151
+ "stale_packet_charge": 0.0,
1152
+ "verification_throughput_score": 1.0
1153
+ },
1154
+ "false_liquidity_charge": 0.0,
1155
+ "finite_proxy_gain": 1.1374324324324325,
1156
+ "missing_route_charge": 0.5,
1157
+ "psi_distance_reduction": 0.8074324324324325,
1158
+ "residual_debt_charge": 0.02,
1159
+ "risk_charge": 0.03,
1160
+ "score_id": "phase-acceleration:agent-minimal-runtime:agent-intake-step",
1161
+ "stale_packet_charge": 0.0,
1162
+ "total_score": 2.394864864864865,
1163
+ "verification_throughput_score": 1.0
1164
+ },
1165
+ "phase_control_audit": {
1166
+ "baseline_comparison_label": "resource-comparable-proxy-baseline",
1167
+ "baseline_comparison_ready": true,
1168
+ "baseline_proxy_mass": 0.0,
1169
+ "candidate_count": 1,
1170
+ "controlled_proxy_mass": 0.3999999999999999,
1171
+ "duplicate_mass_excluded": true,
1172
+ "execution_availability_required": true,
1173
+ "execution_available_path_count": 1,
1174
+ "finite_proxy_gain_total": 0.32999999999999996,
1175
+ "missing_obligation_count": 1,
1176
+ "operationally_usable": false,
1177
+ "partial": true,
1178
+ "proxy_bundle_coordinate_count": 1,
1179
+ "proxy_bundle_mass": 1.0,
1180
+ "proxy_target_grounding_refs": [
1181
+ "phase-transition-proxy"
1182
+ ],
1183
+ "proxy_target_grounding_required": false,
1184
+ "queue_capacity_constraints_visible": true,
1185
+ "queue_capacity_margin": 0.0,
1186
+ "reasons": [
1187
+ "phase-control missing obligations remain"
1188
+ ],
1189
+ "selected_action_count": 1,
1190
+ "settled": false,
1191
+ "split_certificate_refs": [
1192
+ "agent-minimal-route-proxy-target-evidence"
1193
+ ],
1194
+ "split_certified_quotient_ready": false,
1195
+ "summary_id": "phase-control-audit:agent-minimal-asi-proxy-target",
1196
+ "target_id": "agent-minimal-asi-proxy-target",
1197
+ "target_node_count": 1
1198
+ },
1199
+ "phase_control_summary": {
1200
+ "baseline_comparison_ready": true,
1201
+ "baseline_proxy_mass": 0.0,
1202
+ "candidate_count": 1,
1203
+ "controlled_proxy_mass": 0.3999999999999999,
1204
+ "duplicate_mass_excluded": true,
1205
+ "execution_availability_required": true,
1206
+ "execution_available_path_count": 1,
1207
+ "finite_proxy_gain_total": 0.32999999999999996,
1208
+ "missing_obligation_count": 1,
1209
+ "operationally_usable": false,
1210
+ "partial": true,
1211
+ "proxy_bundle_coordinate_count": 1,
1212
+ "proxy_bundle_mass": 1.0,
1213
+ "proxy_target_grounding_required": false,
1214
+ "queue_capacity_constraints_visible": true,
1215
+ "queue_capacity_margin": 0.0,
1216
+ "selected_action_count": 1,
1217
+ "settled": false,
1218
+ "split_certified_quotient_ready": false,
1219
+ "target_id": "agent-minimal-asi-proxy-target",
1220
+ "target_node_count": 1
1221
+ },
1222
+ "phase_run_report": {
1223
+ "baseline_reachable_mass": {
1224
+ "compute": 1.0,
1225
+ "models": 0.6499999999999999
1226
+ },
1227
+ "controlled_reachable_mass": {
1228
+ "compute": 1.0,
1229
+ "models": 0.6499999999999999,
1230
+ "phase-transition-proxy": 0.3999999999999999
1231
+ },
1232
+ "plan": {
1233
+ "accepted": true,
1234
+ "candidates": [
1235
+ {
1236
+ "action": {
1237
+ "action_id": "agent-minimal-route-proxy-target-evidence",
1238
+ "activation_delta": 0.8,
1239
+ "burden_delta": 0.1,
1240
+ "postconditions": [
1241
+ "proxy-frontier-observed"
1242
+ ],
1243
+ "preconditions": [
1244
+ "compute",
1245
+ "models"
1246
+ ],
1247
+ "required_obligations": [
1248
+ "obligation:baseline-safety"
1249
+ ],
1250
+ "residual_charge": 0.02,
1251
+ "resource_cost": {
1252
+ "compute": 0.2
1253
+ },
1254
+ "risk_charge": 0.03,
1255
+ "source_nodes": [
1256
+ "compute",
1257
+ "models"
1258
+ ],
1259
+ "target_node": "phase-transition-proxy",
1260
+ "verifier_routes": [
1261
+ "adapters.domain.verify_ecpt_proxy_target_contract"
1262
+ ]
1263
+ },
1264
+ "baseline_proxy_mass": 0.0,
1265
+ "candidate_id": "candidate:agent-minimal-route-proxy-target-evidence",
1266
+ "controlled_proxy_mass": 0.3999999999999999,
1267
+ "finite_proxy_gain": 0.32999999999999996,
1268
+ "finite_scope_usable": true,
1269
+ "missing_obligations": [
1270
+ "proxy-target-grounding-proof"
1271
+ ],
1272
+ "operationally_usable": false,
1273
+ "reasons": [],
1274
+ "required_evidence_routes": [
1275
+ "adapters.domain.verify_ecpt_proxy_target_contract"
1276
+ ],
1277
+ "residual_charge": 0.04,
1278
+ "residual_ledger": {
1279
+ "coordinates": {
1280
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
1281
+ "description": null,
1282
+ "evidence_refs": [],
1283
+ "evidence_status": "declared",
1284
+ "kind": "residual",
1285
+ "known": true,
1286
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
1287
+ "unit": "dimensionless",
1288
+ "value": 0.02
1289
+ }
1290
+ }
1291
+ },
1292
+ "resource_cost": {
1293
+ "compute": 0.2
1294
+ },
1295
+ "risk_charge": 0.03,
1296
+ "score": 0.12999999999999995,
1297
+ "settled": false
1298
+ }
1299
+ ],
1300
+ "finite_proxy_gain_total": 0.32999999999999996,
1301
+ "missing_obligations": [
1302
+ "proxy-target-grounding-proof"
1303
+ ],
1304
+ "objective_id": "agent-minimal-objective",
1305
+ "operationally_usable": false,
1306
+ "partial": true,
1307
+ "plan_id": "phase-control-plan:agent-minimal-phase-state:agent-minimal-objective",
1308
+ "profile": "development",
1309
+ "reasons": [],
1310
+ "required_evidence_routes": [
1311
+ "adapters.domain.verify_ecpt_proxy_target_contract"
1312
+ ],
1313
+ "residual_ledger": {
1314
+ "coordinates": {
1315
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
1316
+ "description": null,
1317
+ "evidence_refs": [],
1318
+ "evidence_status": "declared",
1319
+ "kind": "residual",
1320
+ "known": true,
1321
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
1322
+ "unit": "dimensionless",
1323
+ "value": 0.02
1324
+ }
1325
+ }
1326
+ },
1327
+ "score": 0.12999999999999995,
1328
+ "selected_actions": [
1329
+ {
1330
+ "action_id": "agent-minimal-route-proxy-target-evidence",
1331
+ "activation_delta": 0.8,
1332
+ "burden_delta": 0.1,
1333
+ "postconditions": [
1334
+ "proxy-frontier-observed"
1335
+ ],
1336
+ "preconditions": [
1337
+ "compute",
1338
+ "models"
1339
+ ],
1340
+ "required_obligations": [
1341
+ "obligation:baseline-safety"
1342
+ ],
1343
+ "residual_charge": 0.02,
1344
+ "resource_cost": {
1345
+ "compute": 0.2
1346
+ },
1347
+ "risk_charge": 0.03,
1348
+ "source_nodes": [
1349
+ "compute",
1350
+ "models"
1351
+ ],
1352
+ "target_node": "phase-transition-proxy",
1353
+ "verifier_routes": [
1354
+ "adapters.domain.verify_ecpt_proxy_target_contract"
1355
+ ]
1356
+ }
1357
+ ],
1358
+ "settled": false,
1359
+ "status": "provisional"
1360
+ },
1361
+ "report_id": "phase-control-run:agent-minimal-phase-state:agent-minimal-objective",
1362
+ "safety_invariants": [
1363
+ "phase-control planning recommendations do not prove unobserved ASI outcomes",
1364
+ "unresolved external obligations remain charged in residual ledgers",
1365
+ "planner output alone never promotes a claim to settled status"
1366
+ ],
1367
+ "state_id": "agent-minimal-phase-state",
1368
+ "target_id": "agent-minimal-asi-proxy-target"
1369
+ },
1370
+ "promotion_report": {
1371
+ "accepted": true,
1372
+ "identity_contribution_summary": {
1373
+ "diagnostic": 2
1374
+ },
1375
+ "rejected_packets": [
1376
+ {
1377
+ "identity_contribution_status": "diagnostic",
1378
+ "packet_id": "rejected:packet:agent-intake",
1379
+ "reasons": [
1380
+ "packet rollback receipt is unavailable",
1381
+ "packet verifier route resolution is missing"
1382
+ ],
1383
+ "residual_ledger": {
1384
+ "coordinates": {
1385
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
1386
+ "description": null,
1387
+ "evidence_refs": [],
1388
+ "evidence_status": "declared",
1389
+ "kind": "residual",
1390
+ "known": true,
1391
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1392
+ "unit": "dimensionless",
1393
+ "value": 1.0
1394
+ }
1395
+ }
1396
+ },
1397
+ "source_candidate_id": "packet:agent-intake",
1398
+ "status": "diagnostic"
1399
+ }
1400
+ ],
1401
+ "report_id": "packet-promotion:agent-minimal-runtime:agent-intake-step",
1402
+ "residual_ledger": {
1403
+ "coordinates": {
1404
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
1405
+ "description": null,
1406
+ "evidence_refs": [],
1407
+ "evidence_status": "declared",
1408
+ "kind": "residual",
1409
+ "known": true,
1410
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1411
+ "unit": "dimensionless",
1412
+ "value": 1.0
1413
+ }
1414
+ }
1415
+ },
1416
+ "safety_invariants": [
1417
+ "packet promotion is finite-scope and protocol-relative",
1418
+ "verified packets do not settle residual external obligations",
1419
+ "hash, route, authority, expiry, rollback, and edge checks fail closed"
1420
+ ],
1421
+ "verified_packets": [
1422
+ {
1423
+ "accepted_edge_witness_ids": [
1424
+ "edge:compat:packet:agent-intake:packet:agent-intake-step:378832b42cf0"
1425
+ ],
1426
+ "execution_available": true,
1427
+ "expires_at": null,
1428
+ "identity_contribution_status": "diagnostic",
1429
+ "issuer_agent_id": null,
1430
+ "issuer_attestation_id": null,
1431
+ "issuer_public_key_id": null,
1432
+ "liquidity_score": 0.00375,
1433
+ "operationally_usable": true,
1434
+ "packet_id": "verified:packet:agent-intake-step:378832b42cf0",
1435
+ "receiver_family": [
1436
+ "agent",
1437
+ "verifier"
1438
+ ],
1439
+ "residual_external_obligations": [],
1440
+ "residual_ledger": {
1441
+ "coordinates": {}
1442
+ },
1443
+ "rollback_receipt": "candidate-rollback-available",
1444
+ "settled": false,
1445
+ "settlement_scope": [],
1446
+ "source_candidate_id": "packet:agent-intake-step:378832b42cf0",
1447
+ "validity_domain": "protocol-relative-finite",
1448
+ "verification_resolution_ids": []
1449
+ }
1450
+ ]
1451
+ },
1452
+ "psi": {
1453
+ "components": {
1454
+ "AC": 0.0,
1455
+ "BR": 0.5,
1456
+ "CV": 0.5,
1457
+ "DE": 0.5,
1458
+ "FR": 1.0,
1459
+ "G": 1.0,
1460
+ "HZ": 0.9,
1461
+ "LX": 0.5,
1462
+ "QS": 0.954,
1463
+ "SD": 0.19256756756756757,
1464
+ "VT": 1.0
1465
+ },
1466
+ "dashboard_id": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step",
1467
+ "distance_to_threshold": {
1468
+ "AC": 0.5,
1469
+ "BR": 0.0,
1470
+ "CV": 0.0,
1471
+ "DE": 0.0,
1472
+ "FR": 0.0,
1473
+ "G": 0.0,
1474
+ "HZ": 0.0,
1475
+ "LX": 0.0,
1476
+ "QS": 0.0,
1477
+ "SD": 0.30743243243243246,
1478
+ "VT": 0.0
1479
+ },
1480
+ "limiting_components": [
1481
+ "AC",
1482
+ "SD"
1483
+ ],
1484
+ "residual_ledger": {
1485
+ "coordinates": {
1486
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
1487
+ "description": null,
1488
+ "evidence_refs": [],
1489
+ "evidence_status": "declared",
1490
+ "kind": "residual",
1491
+ "known": true,
1492
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
1493
+ "unit": "dimensionless",
1494
+ "value": 0.5
1495
+ }
1496
+ }
1497
+ },
1498
+ "safety_invariants": [
1499
+ "Psi components are protocol-relative finite proxies",
1500
+ "dashboard output does not prove unobserved ASI or physical outcomes",
1501
+ "residual obligations remain explicit until verifier routes discharge them"
1502
+ ],
1503
+ "threshold": {
1504
+ "AC": 0.5,
1505
+ "BR": 0.1,
1506
+ "CV": 0.5,
1507
+ "DE": 0.5,
1508
+ "FR": 0.5,
1509
+ "G": 0.7,
1510
+ "HZ": 0.5,
1511
+ "LX": 0.5,
1512
+ "QS": 0.5,
1513
+ "SD": 0.5,
1514
+ "VT": 0.7
1515
+ },
1516
+ "throughput": {
1517
+ "abstained_packets": 1,
1518
+ "accepted_packets": 1,
1519
+ "evidence_hash_mismatch_rate": 0.5,
1520
+ "false_liquidity_rate": 0.0,
1521
+ "low_contribution_queue_occupation": 0.0,
1522
+ "packet_inflow": 2,
1523
+ "rejected_packets": 0,
1524
+ "residual_debt_growth": 0.0,
1525
+ "stale_packet_ratio": 0.0,
1526
+ "unresolved_obligation_backlog": 1,
1527
+ "verifier_latency_proxy": 0.055
1528
+ }
1529
+ },
1530
+ "reasons": [],
1531
+ "registry": {
1532
+ "edges": [
1533
+ {
1534
+ "accepted": true,
1535
+ "confidence": 0.4,
1536
+ "edge_id": "edge:compat:packet:agent-intake:packet:agent-intake-step:378832b42cf0",
1537
+ "edge_type": "packet-to-receiver-compatibility",
1538
+ "evidence_refs": [
1539
+ "sha256:378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170"
1540
+ ],
1541
+ "expires_at": null,
1542
+ "reasons": [
1543
+ "common_tags:ecpt"
1544
+ ],
1545
+ "residual": 0.0,
1546
+ "source_packet_ids": [
1547
+ "packet:agent-intake"
1548
+ ],
1549
+ "target_packet_id": "packet:agent-intake-step:378832b42cf0"
1550
+ }
1551
+ ],
1552
+ "packets": [
1553
+ {
1554
+ "authority_granted": true,
1555
+ "authority_required": false,
1556
+ "claim": "ECPT runtime packet: preserve residual ledgers and route missing verifier work.",
1557
+ "content_sha256": "378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170",
1558
+ "dependencies": [],
1559
+ "evidence_hash_valid": true,
1560
+ "evidence_refs": [],
1561
+ "expected_downstream_gain": 0.2,
1562
+ "expires_at": null,
1563
+ "freshness": 1.0,
1564
+ "hazard_charge": 0.0,
1565
+ "identity_contribution_status": "provisional",
1566
+ "issuer_agent_id": null,
1567
+ "issuer_attestation_id": null,
1568
+ "issuer_public_key_id": null,
1569
+ "issuer_signature_ref": null,
1570
+ "packet_id": "packet:agent-intake",
1571
+ "receiver_family": [
1572
+ "agent",
1573
+ "verifier"
1574
+ ],
1575
+ "residual_charge": 0.0,
1576
+ "reuse_context": "general",
1577
+ "rollback_available": false,
1578
+ "route_safe": true,
1579
+ "salience_class": "default",
1580
+ "source_kind": "agent-output",
1581
+ "source_ref": "agent-intake",
1582
+ "status": "provisional",
1583
+ "tags": [
1584
+ "ecpt",
1585
+ "phase"
1586
+ ],
1587
+ "verification_cost": 0.1,
1588
+ "verifier_routes": [
1589
+ "adapters.domain.verify_ecpt_proxy_target_contract"
1590
+ ]
1591
+ },
1592
+ {
1593
+ "authority_granted": true,
1594
+ "authority_required": false,
1595
+ "claim": "ECPT runtime packet: preserve residual ledgers and route missing verifier work.",
1596
+ "content_sha256": "378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170",
1597
+ "dependencies": [],
1598
+ "evidence_hash_valid": true,
1599
+ "evidence_refs": [
1600
+ "sha256:378832b42cf0b86523ab5eaa010997a83ecaea04d1658b373dbf6bcf2eabb170"
1601
+ ],
1602
+ "expected_downstream_gain": 0.01375,
1603
+ "expires_at": null,
1604
+ "freshness": 1.0,
1605
+ "hazard_charge": 0.0,
1606
+ "identity_contribution_status": "provisional",
1607
+ "issuer_agent_id": null,
1608
+ "issuer_attestation_id": null,
1609
+ "issuer_public_key_id": null,
1610
+ "issuer_signature_ref": null,
1611
+ "packet_id": "packet:agent-intake-step:378832b42cf0",
1612
+ "receiver_family": [
1613
+ "agent",
1614
+ "verifier"
1615
+ ],
1616
+ "residual_charge": 0.0,
1617
+ "reuse_context": "general",
1618
+ "rollback_available": true,
1619
+ "route_safe": true,
1620
+ "salience_class": "packet",
1621
+ "source_kind": "agent-output",
1622
+ "source_ref": "agent-intake-step",
1623
+ "status": "provisional",
1624
+ "tags": [
1625
+ "agent-output",
1626
+ "ecpt",
1627
+ "packet",
1628
+ "residual",
1629
+ "verifier"
1630
+ ],
1631
+ "verification_cost": 0.01,
1632
+ "verifier_routes": []
1633
+ }
1634
+ ],
1635
+ "registry_id": "runtime-registry:agent-minimal-runtime:agent-intake-step",
1636
+ "residual_ledger": {
1637
+ "coordinates": {}
1638
+ }
1639
+ },
1640
+ "report_id": "runtime-step:agent-minimal-runtime:0:agent-intake-step",
1641
+ "residual_ledger": {
1642
+ "coordinates": {
1643
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
1644
+ "description": null,
1645
+ "evidence_refs": [],
1646
+ "evidence_status": "declared",
1647
+ "kind": "residual",
1648
+ "known": true,
1649
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
1650
+ "unit": "dimensionless",
1651
+ "value": 0.02
1652
+ },
1653
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
1654
+ "description": null,
1655
+ "evidence_refs": [],
1656
+ "evidence_status": "declared",
1657
+ "kind": "residual",
1658
+ "known": true,
1659
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1660
+ "unit": "dimensionless",
1661
+ "value": 1.0
1662
+ },
1663
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
1664
+ "description": null,
1665
+ "evidence_refs": [],
1666
+ "evidence_status": "declared",
1667
+ "kind": "residual",
1668
+ "known": true,
1669
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
1670
+ "unit": "dimensionless",
1671
+ "value": 1.0
1672
+ }
1673
+ }
1674
+ },
1675
+ "route_execution_requests": [
1676
+ {
1677
+ "obligation_category": "ecpt-proxy-target",
1678
+ "priority_score": 1.0,
1679
+ "request_id": "route-request:adapters.domain.verify_ecpt_proxy_target_contract",
1680
+ "required_evidence_kind": [
1681
+ "finite-proxy-target-contract"
1682
+ ],
1683
+ "residual_external_obligations": [
1684
+ "proxy-target-grounding-proof"
1685
+ ],
1686
+ "residual_policy": "charge-proxy-grounding-residual-until-target-contract-is-validated",
1687
+ "route_id": "adapters.domain.verify_ecpt_proxy_target_contract",
1688
+ "safe_default": "diagnostic-with-proxy-target-obligation",
1689
+ "settlement_scope": [
1690
+ "routing-contract:adapters.domain.verify_ecpt_proxy_target_contract"
1691
+ ],
1692
+ "status": "diagnostic",
1693
+ "verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract"
1694
+ }
1695
+ ],
1696
+ "safety_invariants": [
1697
+ "runtime planning does not prove unobserved ASI, physical, or oracle outcomes",
1698
+ "settled remains false unless verifier rules discharge the full finite route scope",
1699
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
1700
+ "residual ledgers and missing obligations are preserved across runtime steps"
1701
+ ],
1702
+ "salience_schedule": {
1703
+ "accepted": true,
1704
+ "adversarial_transfer_charge": 0.0,
1705
+ "aggregation_group_counts": {},
1706
+ "aggregation_group_occupation": {},
1707
+ "audit_recursion_violations": [],
1708
+ "decisions": [
1709
+ {
1710
+ "decision": "run",
1711
+ "operationally_usable": true,
1712
+ "priority_score": 1.35,
1713
+ "reasons": [],
1714
+ "record_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
1715
+ "residual_ledger": {
1716
+ "coordinates": {}
1717
+ },
1718
+ "settled": false,
1719
+ "status": "provisional"
1720
+ },
1721
+ {
1722
+ "decision": "run",
1723
+ "operationally_usable": true,
1724
+ "priority_score": 1.0999999999999999,
1725
+ "reasons": [],
1726
+ "record_id": "queue:packet:agent-intake",
1727
+ "residual_ledger": {
1728
+ "coordinates": {}
1729
+ },
1730
+ "settled": false,
1731
+ "status": "provisional"
1732
+ },
1733
+ {
1734
+ "decision": "run",
1735
+ "operationally_usable": true,
1736
+ "priority_score": 1.00375,
1737
+ "reasons": [],
1738
+ "record_id": "queue:packet:agent-intake-step:378832b42cf0",
1739
+ "residual_ledger": {
1740
+ "coordinates": {}
1741
+ },
1742
+ "settled": false,
1743
+ "status": "provisional"
1744
+ },
1745
+ {
1746
+ "decision": "run",
1747
+ "operationally_usable": true,
1748
+ "priority_score": 0.735,
1749
+ "reasons": [],
1750
+ "record_id": "task:intervention:ac:seed-autocatalytic-closure",
1751
+ "residual_ledger": {
1752
+ "coordinates": {}
1753
+ },
1754
+ "settled": false,
1755
+ "status": "provisional"
1756
+ },
1757
+ {
1758
+ "decision": "run",
1759
+ "operationally_usable": true,
1760
+ "priority_score": 0.3498648648648649,
1761
+ "reasons": [],
1762
+ "record_id": "task:intervention:sd:reduce-downstream-search-cost",
1763
+ "residual_ledger": {
1764
+ "coordinates": {}
1765
+ },
1766
+ "settled": false,
1767
+ "status": "provisional"
1768
+ }
1769
+ ],
1770
+ "diagnostic_reserve": {
1771
+ "audit_depth": 1,
1772
+ "minimum_reserve": 0.0,
1773
+ "reserve_fraction": 0.1
1774
+ },
1775
+ "distributed_origin_count": 0,
1776
+ "effective_diagnostic_reserve": 0.0,
1777
+ "false_liquidity_rate": 0.0,
1778
+ "label_laundering_suspicions": [],
1779
+ "latency_deadline_loss": 0.0,
1780
+ "low_contribution_occupation": 0.0,
1781
+ "occupation_ledger": {
1782
+ "attention_budget": 1.0,
1783
+ "occupied": 0.4099999999999999,
1784
+ "occupied_by_class": {
1785
+ "bottleneck-intervention": 0.2,
1786
+ "default": 0.1,
1787
+ "packet": 0.01,
1788
+ "phase-control-action": 0.1
1789
+ },
1790
+ "unknown_occupation": []
1791
+ },
1792
+ "privacy_rejoin_refs": [],
1793
+ "profile": "development",
1794
+ "protocol_integrity_refs": [],
1795
+ "quarantine_ledger": {
1796
+ "quarantined_items": [],
1797
+ "reasons": {},
1798
+ "rollback_items": []
1799
+ },
1800
+ "report_id": "sqot-salience-schedule",
1801
+ "residual_debt_growth": 0.0,
1802
+ "risk_ledger": {
1803
+ "risk_budget": 1.0,
1804
+ "risk_charges": {
1805
+ "queue:packet:agent-intake": 0.0,
1806
+ "queue:packet:agent-intake-step:378832b42cf0": 0.0,
1807
+ "task:intervention:ac:seed-autocatalytic-closure": 0.0,
1808
+ "task:intervention:sd:reduce-downstream-search-cost": 0.0,
1809
+ "task:phase-action:agent-minimal-route-proxy-target-evidence": 0.0
1810
+ }
1811
+ },
1812
+ "rollback_class_summary": {
1813
+ "none": 5
1814
+ },
1815
+ "safety_invariants": [
1816
+ "queue priority never promotes obligations to settled status",
1817
+ "stale, hash-invalid, authority-invalid, or unsafe-route items fail closed",
1818
+ "diagnostic reserve is preserved before non-diagnostic work is scheduled"
1819
+ ],
1820
+ "sovereignty_kernel_refs": [],
1821
+ "stale_packet_ratio": 0.0,
1822
+ "thermodynamic_discharge_charge": 0.0,
1823
+ "unresolved_obligation_backlog": 2,
1824
+ "verifier_latency_proxy": 0.08199999999999999
1825
+ },
1826
+ "schema_valid": true,
1827
+ "settled": false,
1828
+ "state_id": "agent-minimal-runtime",
1829
+ "status": "diagnostic",
1830
+ "step_index": 0,
1831
+ "verified_packet_count": 1
1832
+ },
1833
+ "safe_commands": [
1834
+ "pic evidence verify --envelope <evidence.json>",
1835
+ "pic phase gap --compact",
1836
+ "pic routes bindings",
1837
+ "pic schema --type PhaseAccelerationPlan"
1838
+ ],
1839
+ "safety_invariants": [
1840
+ "phase acceleration planning is recommendation-only and does not execute actions",
1841
+ "raw external candidate volume cannot improve Psi, BR, AC, or settled status",
1842
+ "candidate packets, agent messages, and proxy-only ALT reports remain candidates",
1843
+ "settled remains false unless scoped finite verifier rules discharge all obligations",
1844
+ "residual ledgers and missing obligations must be preserved into downstream loops",
1845
+ "ASI-proxy phase is protocol-relative workflow coordination, not real ASI proof",
1846
+ "no physical, simulator, oracle, legal, or policy outcome is proven by this report",
1847
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
1848
+ "no background crawling",
1849
+ "no autonomous polling",
1850
+ "no arbitrary shell execution",
1851
+ "no repository mutation",
1852
+ "no hidden promotion from accepted or workflow_usable to settled"
1853
+ ],
1854
+ "salience_schedule": {
1855
+ "accepted": true,
1856
+ "adversarial_transfer_charge": 0.0,
1857
+ "aggregation_group_counts": {},
1858
+ "aggregation_group_occupation": {},
1859
+ "audit_recursion_violations": [],
1860
+ "decisions": [
1861
+ {
1862
+ "decision": "run",
1863
+ "operationally_usable": true,
1864
+ "priority_score": 1.35,
1865
+ "reasons": [],
1866
+ "record_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
1867
+ "residual_ledger": {
1868
+ "coordinates": {}
1869
+ },
1870
+ "settled": false,
1871
+ "status": "provisional"
1872
+ },
1873
+ {
1874
+ "decision": "run",
1875
+ "operationally_usable": true,
1876
+ "priority_score": 1.0999999999999999,
1877
+ "reasons": [],
1878
+ "record_id": "queue:packet:agent-intake",
1879
+ "residual_ledger": {
1880
+ "coordinates": {}
1881
+ },
1882
+ "settled": false,
1883
+ "status": "provisional"
1884
+ },
1885
+ {
1886
+ "decision": "run",
1887
+ "operationally_usable": true,
1888
+ "priority_score": 1.00375,
1889
+ "reasons": [],
1890
+ "record_id": "queue:packet:agent-intake-step:378832b42cf0",
1891
+ "residual_ledger": {
1892
+ "coordinates": {}
1893
+ },
1894
+ "settled": false,
1895
+ "status": "provisional"
1896
+ },
1897
+ {
1898
+ "decision": "run",
1899
+ "operationally_usable": true,
1900
+ "priority_score": 0.735,
1901
+ "reasons": [],
1902
+ "record_id": "task:intervention:ac:seed-autocatalytic-closure",
1903
+ "residual_ledger": {
1904
+ "coordinates": {}
1905
+ },
1906
+ "settled": false,
1907
+ "status": "provisional"
1908
+ },
1909
+ {
1910
+ "decision": "run",
1911
+ "operationally_usable": true,
1912
+ "priority_score": 0.3498648648648649,
1913
+ "reasons": [],
1914
+ "record_id": "task:intervention:sd:reduce-downstream-search-cost",
1915
+ "residual_ledger": {
1916
+ "coordinates": {}
1917
+ },
1918
+ "settled": false,
1919
+ "status": "provisional"
1920
+ }
1921
+ ],
1922
+ "diagnostic_reserve": {
1923
+ "audit_depth": 1,
1924
+ "minimum_reserve": 0.0,
1925
+ "reserve_fraction": 0.1
1926
+ },
1927
+ "distributed_origin_count": 0,
1928
+ "effective_diagnostic_reserve": 0.0,
1929
+ "false_liquidity_rate": 0.0,
1930
+ "label_laundering_suspicions": [],
1931
+ "latency_deadline_loss": 0.0,
1932
+ "low_contribution_occupation": 0.0,
1933
+ "occupation_ledger": {
1934
+ "attention_budget": 1.0,
1935
+ "occupied": 0.4099999999999999,
1936
+ "occupied_by_class": {
1937
+ "bottleneck-intervention": 0.2,
1938
+ "default": 0.1,
1939
+ "packet": 0.01,
1940
+ "phase-control-action": 0.1
1941
+ },
1942
+ "unknown_occupation": []
1943
+ },
1944
+ "privacy_rejoin_refs": [],
1945
+ "profile": "development",
1946
+ "protocol_integrity_refs": [],
1947
+ "quarantine_ledger": {
1948
+ "quarantined_items": [],
1949
+ "reasons": {},
1950
+ "rollback_items": []
1951
+ },
1952
+ "report_id": "sqot-salience-schedule",
1953
+ "residual_debt_growth": 0.0,
1954
+ "risk_ledger": {
1955
+ "risk_budget": 1.0,
1956
+ "risk_charges": {
1957
+ "queue:packet:agent-intake": 0.0,
1958
+ "queue:packet:agent-intake-step:378832b42cf0": 0.0,
1959
+ "task:intervention:ac:seed-autocatalytic-closure": 0.0,
1960
+ "task:intervention:sd:reduce-downstream-search-cost": 0.0,
1961
+ "task:phase-action:agent-minimal-route-proxy-target-evidence": 0.0
1962
+ }
1963
+ },
1964
+ "rollback_class_summary": {
1965
+ "none": 5
1966
+ },
1967
+ "safety_invariants": [
1968
+ "queue priority never promotes obligations to settled status",
1969
+ "stale, hash-invalid, authority-invalid, or unsafe-route items fail closed",
1970
+ "diagnostic reserve is preserved before non-diagnostic work is scheduled"
1971
+ ],
1972
+ "sovereignty_kernel_refs": [],
1973
+ "stale_packet_ratio": 0.0,
1974
+ "thermodynamic_discharge_charge": 0.0,
1975
+ "unresolved_obligation_backlog": 2,
1976
+ "verifier_latency_proxy": 0.08199999999999999
1977
+ },
1978
+ "schema_refs": [
1979
+ "PhaseAccelerationRequest",
1980
+ "PhaseAccelerationPlan",
1981
+ "PhaseGapVector",
1982
+ "PhaseComponentGap",
1983
+ "BottleneckCandidate",
1984
+ "SafePhaseAction",
1985
+ "PhaseTrajectoryReport",
1986
+ "PhaseAccelerationBenchmarkReport",
1987
+ "ProtocolRelativeBenchmarkMetric",
1988
+ "PhaseBenchmarkTask",
1989
+ "PhaseBenchmarkCaseResult",
1990
+ "PhaseBenchmarkSuiteReport",
1991
+ "PhaseDashboardReport",
1992
+ "PhaseObservationReport",
1993
+ "RuntimeStepReport",
1994
+ "PhaseControlAuditSummary",
1995
+ "FrontierDebtReport",
1996
+ "BottleneckWitnessReport",
1997
+ "SalienceScheduleReport",
1998
+ "ALTAdmissionDecision",
1999
+ "GeneralIntakeRuntimeBridgeReport"
2000
+ ],
2001
+ "sdk_calls": [
2002
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan",
2003
+ "percolation_inversion_compiler.core.resolve_adapter_route"
2004
+ ],
2005
+ "settled": false,
2006
+ "settled_blockers": [
2007
+ "ECPT split-certified quotient readiness is not established",
2008
+ "TRC frontier debt remains",
2009
+ "missing obligations remain",
2010
+ "one or more phase proxy components remain below threshold",
2011
+ "phase planner is recommendation-only and cannot settle claims",
2012
+ "real ASI, physical, simulator, and oracle outcomes are outside this finite report",
2013
+ "runtime report settled=false",
2014
+ "runtime residual ledger has unresolved burden",
2015
+ "verifier route execution requests remain unresolved"
2016
+ ],
2017
+ "status": "diagnostic",
2018
+ "unresolved_obligation_count": 2,
2019
+ "workflow_usable": true
2020
+ }