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