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