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