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,1251 @@
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.3153153153153153,
102
+ "metadata": {},
103
+ "operationally_usable": true,
104
+ "priority_score": 0.1503153153153153,
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": 0.5,
130
+ "G": 1.0,
131
+ "HZ": 0.9,
132
+ "LX": 0.5,
133
+ "QS": 0.952,
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": 0.5,
143
+ "G": 1.0,
144
+ "HZ": 0.9,
145
+ "LX": 0.5,
146
+ "QS": 0.952,
147
+ "SD": 0.18468468468468469,
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.3153153153153153,
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.1503153153153153,
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.1503153153153153,
244
+ "reasons": [],
245
+ "release_delta": 0.3153153153153153,
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.3153153153153153,
285
+ "metadata": {},
286
+ "operationally_usable": true,
287
+ "priority_score": 0.1503153153153153,
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:8a19424f80f0",
307
+ "finite_checks_passed": true,
308
+ "matched_evidence_refs": [
309
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
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:8a19424f80f0:packet-to-receiver-compatibility",
316
+ "residual_ledger": {
317
+ "coordinates": {}
318
+ },
319
+ "settled": false
320
+ }
321
+ ],
322
+ "event_log_delta": {
323
+ "aggregate_sha256": "687f4bd8fa97647b7597c65de83a8dffd03d88e6810fd7efea8eee5609228463",
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": "50f49dea742eb6bfe37245d85872a60eb0c8c086ece8e454b8cb9c1b4818f57a",
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": "Candidate packet: preserve residuals.",
448
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
449
+ "dependencies": [],
450
+ "evidence_hash_valid": true,
451
+ "evidence_refs": [
452
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
453
+ ],
454
+ "expected_downstream_gain": 0.005,
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:8a19424f80f0",
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
+ "packet",
479
+ "residual"
480
+ ],
481
+ "verification_cost": 0.01,
482
+ "verifier_routes": []
483
+ }
484
+ ],
485
+ "provenance": [],
486
+ "reasons": [],
487
+ "rejected_sources": [],
488
+ "report_id": "packet-ingestion:agent-intake-step",
489
+ "residual_ledger": {
490
+ "coordinates": {}
491
+ },
492
+ "source_kind": "agent-output",
493
+ "web_fetch_reports": []
494
+ }
495
+ ],
496
+ "input_id": "agent-intake-step",
497
+ "missing_obligations": [
498
+ "obligation:baseline-safety",
499
+ "proxy-target-grounding-proof"
500
+ ],
501
+ "operationally_usable": false,
502
+ "phase_acceleration_score": {
503
+ "components": {
504
+ "finite_proxy_gain": 1.1453153153153153,
505
+ "missing_route_charge": 0.5,
506
+ "psi_distance_reduction": 0.8153153153153153,
507
+ "residual_debt_charge": 0.02,
508
+ "risk_charge": 0.03,
509
+ "stale_packet_charge": 0.0,
510
+ "verification_throughput_score": 1.0
511
+ },
512
+ "false_liquidity_charge": 0.5,
513
+ "finite_proxy_gain": 1.1453153153153153,
514
+ "missing_route_charge": 0.5,
515
+ "psi_distance_reduction": 0.8153153153153153,
516
+ "residual_debt_charge": 0.02,
517
+ "risk_charge": 0.03,
518
+ "score_id": "phase-acceleration:agent-minimal-runtime:agent-intake-step",
519
+ "stale_packet_charge": 0.0,
520
+ "total_score": 1.9106306306306307,
521
+ "verification_throughput_score": 1.0
522
+ },
523
+ "phase_control_audit": {
524
+ "baseline_comparison_label": "resource-comparable-proxy-baseline",
525
+ "baseline_comparison_ready": true,
526
+ "baseline_proxy_mass": 0.0,
527
+ "candidate_count": 1,
528
+ "controlled_proxy_mass": 0.3999999999999999,
529
+ "duplicate_mass_excluded": true,
530
+ "execution_availability_required": true,
531
+ "execution_available_path_count": 1,
532
+ "finite_proxy_gain_total": 0.32999999999999996,
533
+ "missing_obligation_count": 1,
534
+ "operationally_usable": false,
535
+ "partial": true,
536
+ "proxy_bundle_coordinate_count": 1,
537
+ "proxy_bundle_mass": 1.0,
538
+ "proxy_target_grounding_refs": [
539
+ "phase-transition-proxy"
540
+ ],
541
+ "proxy_target_grounding_required": false,
542
+ "queue_capacity_constraints_visible": true,
543
+ "queue_capacity_margin": 0.0,
544
+ "reasons": [
545
+ "phase-control missing obligations remain"
546
+ ],
547
+ "selected_action_count": 1,
548
+ "settled": false,
549
+ "split_certificate_refs": [
550
+ "agent-minimal-route-proxy-target-evidence"
551
+ ],
552
+ "split_certified_quotient_ready": false,
553
+ "summary_id": "phase-control-audit:agent-minimal-asi-proxy-target",
554
+ "target_id": "agent-minimal-asi-proxy-target",
555
+ "target_node_count": 1
556
+ },
557
+ "phase_control_summary": {
558
+ "baseline_comparison_ready": true,
559
+ "baseline_proxy_mass": 0.0,
560
+ "candidate_count": 1,
561
+ "controlled_proxy_mass": 0.3999999999999999,
562
+ "duplicate_mass_excluded": true,
563
+ "execution_availability_required": true,
564
+ "execution_available_path_count": 1,
565
+ "finite_proxy_gain_total": 0.32999999999999996,
566
+ "missing_obligation_count": 1,
567
+ "operationally_usable": false,
568
+ "partial": true,
569
+ "proxy_bundle_coordinate_count": 1,
570
+ "proxy_bundle_mass": 1.0,
571
+ "proxy_target_grounding_required": false,
572
+ "queue_capacity_constraints_visible": true,
573
+ "queue_capacity_margin": 0.0,
574
+ "selected_action_count": 1,
575
+ "settled": false,
576
+ "split_certified_quotient_ready": false,
577
+ "target_id": "agent-minimal-asi-proxy-target",
578
+ "target_node_count": 1
579
+ },
580
+ "phase_run_report": {
581
+ "baseline_reachable_mass": {
582
+ "compute": 1.0,
583
+ "models": 0.6499999999999999
584
+ },
585
+ "controlled_reachable_mass": {
586
+ "compute": 1.0,
587
+ "models": 0.6499999999999999,
588
+ "phase-transition-proxy": 0.3999999999999999
589
+ },
590
+ "plan": {
591
+ "accepted": true,
592
+ "candidates": [
593
+ {
594
+ "action": {
595
+ "action_id": "agent-minimal-route-proxy-target-evidence",
596
+ "activation_delta": 0.8,
597
+ "burden_delta": 0.1,
598
+ "postconditions": [
599
+ "proxy-frontier-observed"
600
+ ],
601
+ "preconditions": [
602
+ "compute",
603
+ "models"
604
+ ],
605
+ "required_obligations": [
606
+ "obligation:baseline-safety"
607
+ ],
608
+ "residual_charge": 0.02,
609
+ "resource_cost": {
610
+ "compute": 0.2
611
+ },
612
+ "risk_charge": 0.03,
613
+ "source_nodes": [
614
+ "compute",
615
+ "models"
616
+ ],
617
+ "target_node": "phase-transition-proxy",
618
+ "verifier_routes": [
619
+ "adapters.domain.verify_ecpt_proxy_target_contract"
620
+ ]
621
+ },
622
+ "baseline_proxy_mass": 0.0,
623
+ "candidate_id": "candidate:agent-minimal-route-proxy-target-evidence",
624
+ "controlled_proxy_mass": 0.3999999999999999,
625
+ "finite_proxy_gain": 0.32999999999999996,
626
+ "finite_scope_usable": true,
627
+ "missing_obligations": [
628
+ "proxy-target-grounding-proof"
629
+ ],
630
+ "operationally_usable": false,
631
+ "reasons": [],
632
+ "required_evidence_routes": [
633
+ "adapters.domain.verify_ecpt_proxy_target_contract"
634
+ ],
635
+ "residual_charge": 0.04,
636
+ "residual_ledger": {
637
+ "coordinates": {
638
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
639
+ "description": null,
640
+ "evidence_refs": [],
641
+ "evidence_status": "declared",
642
+ "kind": "residual",
643
+ "known": true,
644
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
645
+ "unit": "dimensionless",
646
+ "value": 0.02
647
+ }
648
+ }
649
+ },
650
+ "resource_cost": {
651
+ "compute": 0.2
652
+ },
653
+ "risk_charge": 0.03,
654
+ "score": 0.12999999999999995,
655
+ "settled": false
656
+ }
657
+ ],
658
+ "finite_proxy_gain_total": 0.32999999999999996,
659
+ "missing_obligations": [
660
+ "proxy-target-grounding-proof"
661
+ ],
662
+ "objective_id": "agent-minimal-objective",
663
+ "operationally_usable": false,
664
+ "partial": true,
665
+ "plan_id": "phase-control-plan:agent-minimal-phase-state:agent-minimal-objective",
666
+ "profile": "development",
667
+ "reasons": [],
668
+ "required_evidence_routes": [
669
+ "adapters.domain.verify_ecpt_proxy_target_contract"
670
+ ],
671
+ "residual_ledger": {
672
+ "coordinates": {
673
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
674
+ "description": null,
675
+ "evidence_refs": [],
676
+ "evidence_status": "declared",
677
+ "kind": "residual",
678
+ "known": true,
679
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
680
+ "unit": "dimensionless",
681
+ "value": 0.02
682
+ }
683
+ }
684
+ },
685
+ "score": 0.12999999999999995,
686
+ "selected_actions": [
687
+ {
688
+ "action_id": "agent-minimal-route-proxy-target-evidence",
689
+ "activation_delta": 0.8,
690
+ "burden_delta": 0.1,
691
+ "postconditions": [
692
+ "proxy-frontier-observed"
693
+ ],
694
+ "preconditions": [
695
+ "compute",
696
+ "models"
697
+ ],
698
+ "required_obligations": [
699
+ "obligation:baseline-safety"
700
+ ],
701
+ "residual_charge": 0.02,
702
+ "resource_cost": {
703
+ "compute": 0.2
704
+ },
705
+ "risk_charge": 0.03,
706
+ "source_nodes": [
707
+ "compute",
708
+ "models"
709
+ ],
710
+ "target_node": "phase-transition-proxy",
711
+ "verifier_routes": [
712
+ "adapters.domain.verify_ecpt_proxy_target_contract"
713
+ ]
714
+ }
715
+ ],
716
+ "settled": false,
717
+ "status": "provisional"
718
+ },
719
+ "report_id": "phase-control-run:agent-minimal-phase-state:agent-minimal-objective",
720
+ "safety_invariants": [
721
+ "phase-control planning recommendations do not prove unobserved ASI outcomes",
722
+ "unresolved external obligations remain charged in residual ledgers",
723
+ "planner output alone never promotes a claim to settled status"
724
+ ],
725
+ "state_id": "agent-minimal-phase-state",
726
+ "target_id": "agent-minimal-asi-proxy-target"
727
+ },
728
+ "promotion_report": {
729
+ "accepted": true,
730
+ "identity_contribution_summary": {
731
+ "diagnostic": 2
732
+ },
733
+ "rejected_packets": [
734
+ {
735
+ "identity_contribution_status": "diagnostic",
736
+ "packet_id": "rejected:packet:agent-intake",
737
+ "reasons": [
738
+ "packet rollback receipt is unavailable",
739
+ "packet verifier route resolution is missing"
740
+ ],
741
+ "residual_ledger": {
742
+ "coordinates": {
743
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
744
+ "description": null,
745
+ "evidence_refs": [],
746
+ "evidence_status": "declared",
747
+ "kind": "residual",
748
+ "known": true,
749
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
750
+ "unit": "dimensionless",
751
+ "value": 1.0
752
+ }
753
+ }
754
+ },
755
+ "source_candidate_id": "packet:agent-intake",
756
+ "status": "diagnostic"
757
+ }
758
+ ],
759
+ "report_id": "packet-promotion:agent-minimal-runtime:agent-intake-step",
760
+ "residual_ledger": {
761
+ "coordinates": {
762
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
763
+ "description": null,
764
+ "evidence_refs": [],
765
+ "evidence_status": "declared",
766
+ "kind": "residual",
767
+ "known": true,
768
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
769
+ "unit": "dimensionless",
770
+ "value": 1.0
771
+ }
772
+ }
773
+ },
774
+ "safety_invariants": [
775
+ "packet promotion is finite-scope and protocol-relative",
776
+ "verified packets do not settle residual external obligations",
777
+ "hash, route, authority, expiry, rollback, and edge checks fail closed"
778
+ ],
779
+ "verified_packets": [
780
+ {
781
+ "accepted_edge_witness_ids": [
782
+ "edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0"
783
+ ],
784
+ "execution_available": true,
785
+ "expires_at": null,
786
+ "identity_contribution_status": "diagnostic",
787
+ "issuer_agent_id": null,
788
+ "issuer_attestation_id": null,
789
+ "issuer_public_key_id": null,
790
+ "liquidity_score": 0.0,
791
+ "operationally_usable": false,
792
+ "packet_id": "verified:packet:agent-intake-step:8a19424f80f0",
793
+ "receiver_family": [
794
+ "agent",
795
+ "verifier"
796
+ ],
797
+ "residual_external_obligations": [],
798
+ "residual_ledger": {
799
+ "coordinates": {}
800
+ },
801
+ "rollback_receipt": "candidate-rollback-available",
802
+ "settled": false,
803
+ "settlement_scope": [],
804
+ "source_candidate_id": "packet:agent-intake-step:8a19424f80f0",
805
+ "validity_domain": "protocol-relative-finite",
806
+ "verification_resolution_ids": []
807
+ }
808
+ ]
809
+ },
810
+ "psi": {
811
+ "components": {
812
+ "AC": 0.0,
813
+ "BR": 0.5,
814
+ "CV": 0.5,
815
+ "DE": 0.5,
816
+ "FR": 0.5,
817
+ "G": 1.0,
818
+ "HZ": 0.9,
819
+ "LX": 0.5,
820
+ "QS": 0.952,
821
+ "SD": 0.18468468468468469,
822
+ "VT": 1.0
823
+ },
824
+ "dashboard_id": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step",
825
+ "distance_to_threshold": {
826
+ "AC": 0.5,
827
+ "BR": 0.0,
828
+ "CV": 0.0,
829
+ "DE": 0.0,
830
+ "FR": 0.0,
831
+ "G": 0.0,
832
+ "HZ": 0.0,
833
+ "LX": 0.0,
834
+ "QS": 0.0,
835
+ "SD": 0.3153153153153153,
836
+ "VT": 0.0
837
+ },
838
+ "limiting_components": [
839
+ "AC",
840
+ "SD"
841
+ ],
842
+ "residual_ledger": {
843
+ "coordinates": {
844
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
845
+ "description": null,
846
+ "evidence_refs": [],
847
+ "evidence_status": "declared",
848
+ "kind": "residual",
849
+ "known": true,
850
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
851
+ "unit": "dimensionless",
852
+ "value": 0.5
853
+ }
854
+ }
855
+ },
856
+ "safety_invariants": [
857
+ "Psi components are protocol-relative finite proxies",
858
+ "dashboard output does not prove unobserved ASI or physical outcomes",
859
+ "residual obligations remain explicit until verifier routes discharge them"
860
+ ],
861
+ "threshold": {
862
+ "AC": 0.5,
863
+ "BR": 0.1,
864
+ "CV": 0.5,
865
+ "DE": 0.5,
866
+ "FR": 0.5,
867
+ "G": 0.7,
868
+ "HZ": 0.5,
869
+ "LX": 0.5,
870
+ "QS": 0.5,
871
+ "SD": 0.5,
872
+ "VT": 0.7
873
+ },
874
+ "throughput": {
875
+ "abstained_packets": 1,
876
+ "accepted_packets": 1,
877
+ "evidence_hash_mismatch_rate": 0.5,
878
+ "false_liquidity_rate": 0.5,
879
+ "low_contribution_queue_occupation": 0.01,
880
+ "packet_inflow": 2,
881
+ "rejected_packets": 0,
882
+ "residual_debt_growth": 0.0,
883
+ "stale_packet_ratio": 0.0,
884
+ "unresolved_obligation_backlog": 1,
885
+ "verifier_latency_proxy": 0.055
886
+ }
887
+ },
888
+ "reasons": [],
889
+ "registry": {
890
+ "edges": [
891
+ {
892
+ "accepted": true,
893
+ "confidence": 0.2,
894
+ "edge_id": "edge:compat:packet:agent-intake:packet:agent-intake-step:8a19424f80f0",
895
+ "edge_type": "packet-to-receiver-compatibility",
896
+ "evidence_refs": [
897
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
898
+ ],
899
+ "expires_at": null,
900
+ "reasons": [],
901
+ "residual": 0.0,
902
+ "source_packet_ids": [
903
+ "packet:agent-intake"
904
+ ],
905
+ "target_packet_id": "packet:agent-intake-step:8a19424f80f0"
906
+ }
907
+ ],
908
+ "packets": [
909
+ {
910
+ "authority_granted": true,
911
+ "authority_required": false,
912
+ "claim": "Candidate packet: preserve residuals.",
913
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
914
+ "dependencies": [],
915
+ "evidence_hash_valid": true,
916
+ "evidence_refs": [],
917
+ "expected_downstream_gain": 0.2,
918
+ "expires_at": null,
919
+ "freshness": 1.0,
920
+ "hazard_charge": 0.0,
921
+ "identity_contribution_status": "provisional",
922
+ "issuer_agent_id": null,
923
+ "issuer_attestation_id": null,
924
+ "issuer_public_key_id": null,
925
+ "issuer_signature_ref": null,
926
+ "packet_id": "packet:agent-intake",
927
+ "receiver_family": [
928
+ "agent",
929
+ "verifier"
930
+ ],
931
+ "residual_charge": 0.0,
932
+ "reuse_context": "general",
933
+ "rollback_available": false,
934
+ "route_safe": true,
935
+ "salience_class": "default",
936
+ "source_kind": "agent-output",
937
+ "source_ref": "agent-intake",
938
+ "status": "provisional",
939
+ "tags": [
940
+ "ecpt",
941
+ "phase"
942
+ ],
943
+ "verification_cost": 0.1,
944
+ "verifier_routes": [
945
+ "adapters.domain.verify_ecpt_proxy_target_contract"
946
+ ]
947
+ },
948
+ {
949
+ "authority_granted": true,
950
+ "authority_required": false,
951
+ "claim": "Candidate packet: preserve residuals.",
952
+ "content_sha256": "8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61",
953
+ "dependencies": [],
954
+ "evidence_hash_valid": true,
955
+ "evidence_refs": [
956
+ "sha256:8a19424f80f02b67949b04cefc27eb69abb4e6c662babf03280b42106f6bca61"
957
+ ],
958
+ "expected_downstream_gain": 0.005,
959
+ "expires_at": null,
960
+ "freshness": 1.0,
961
+ "hazard_charge": 0.0,
962
+ "identity_contribution_status": "provisional",
963
+ "issuer_agent_id": null,
964
+ "issuer_attestation_id": null,
965
+ "issuer_public_key_id": null,
966
+ "issuer_signature_ref": null,
967
+ "packet_id": "packet:agent-intake-step:8a19424f80f0",
968
+ "receiver_family": [
969
+ "agent",
970
+ "verifier"
971
+ ],
972
+ "residual_charge": 0.0,
973
+ "reuse_context": "general",
974
+ "rollback_available": true,
975
+ "route_safe": true,
976
+ "salience_class": "packet",
977
+ "source_kind": "agent-output",
978
+ "source_ref": "agent-intake-step",
979
+ "status": "provisional",
980
+ "tags": [
981
+ "agent-output",
982
+ "packet",
983
+ "residual"
984
+ ],
985
+ "verification_cost": 0.01,
986
+ "verifier_routes": []
987
+ }
988
+ ],
989
+ "registry_id": "runtime-registry:agent-minimal-runtime:agent-intake-step",
990
+ "residual_ledger": {
991
+ "coordinates": {}
992
+ }
993
+ },
994
+ "report_id": "runtime-step:agent-minimal-runtime:0:agent-intake-step",
995
+ "residual_ledger": {
996
+ "coordinates": {
997
+ "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual": {
998
+ "description": null,
999
+ "evidence_refs": [],
1000
+ "evidence_status": "declared",
1001
+ "kind": "residual",
1002
+ "known": true,
1003
+ "name": "ecpt-plan:agent-minimal-route-proxy-target-evidence:residual",
1004
+ "unit": "dimensionless",
1005
+ "value": 0.02
1006
+ },
1007
+ "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
1008
+ "description": null,
1009
+ "evidence_refs": [],
1010
+ "evidence_status": "declared",
1011
+ "kind": "residual",
1012
+ "known": true,
1013
+ "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1014
+ "unit": "dimensionless",
1015
+ "value": 1.0
1016
+ },
1017
+ "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
1018
+ "description": null,
1019
+ "evidence_refs": [],
1020
+ "evidence_status": "declared",
1021
+ "kind": "residual",
1022
+ "known": true,
1023
+ "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
1024
+ "unit": "dimensionless",
1025
+ "value": 1.0
1026
+ }
1027
+ }
1028
+ },
1029
+ "route_execution_requests": [
1030
+ {
1031
+ "obligation_category": "ecpt-proxy-target",
1032
+ "priority_score": 1.0,
1033
+ "request_id": "route-request:adapters.domain.verify_ecpt_proxy_target_contract",
1034
+ "required_evidence_kind": [
1035
+ "finite-proxy-target-contract"
1036
+ ],
1037
+ "residual_external_obligations": [
1038
+ "proxy-target-grounding-proof"
1039
+ ],
1040
+ "residual_policy": "charge-proxy-grounding-residual-until-target-contract-is-validated",
1041
+ "route_id": "adapters.domain.verify_ecpt_proxy_target_contract",
1042
+ "safe_default": "diagnostic-with-proxy-target-obligation",
1043
+ "settlement_scope": [
1044
+ "routing-contract:adapters.domain.verify_ecpt_proxy_target_contract"
1045
+ ],
1046
+ "status": "diagnostic",
1047
+ "verifier_route": "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract"
1048
+ }
1049
+ ],
1050
+ "safety_invariants": [
1051
+ "runtime planning does not prove unobserved ASI, physical, or oracle outcomes",
1052
+ "settled remains false unless verifier rules discharge the full finite route scope",
1053
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
1054
+ "residual ledgers and missing obligations are preserved across runtime steps"
1055
+ ],
1056
+ "salience_schedule": {
1057
+ "accepted": true,
1058
+ "adversarial_transfer_charge": 0.0,
1059
+ "aggregation_group_counts": {},
1060
+ "aggregation_group_occupation": {},
1061
+ "audit_recursion_violations": [],
1062
+ "decisions": [
1063
+ {
1064
+ "decision": "run",
1065
+ "operationally_usable": true,
1066
+ "priority_score": 1.35,
1067
+ "reasons": [],
1068
+ "record_id": "task:phase-action:agent-minimal-route-proxy-target-evidence",
1069
+ "residual_ledger": {
1070
+ "coordinates": {}
1071
+ },
1072
+ "settled": false,
1073
+ "status": "provisional"
1074
+ },
1075
+ {
1076
+ "decision": "run",
1077
+ "operationally_usable": true,
1078
+ "priority_score": 1.0999999999999999,
1079
+ "reasons": [],
1080
+ "record_id": "queue:packet:agent-intake",
1081
+ "residual_ledger": {
1082
+ "coordinates": {}
1083
+ },
1084
+ "settled": false,
1085
+ "status": "provisional"
1086
+ },
1087
+ {
1088
+ "decision": "run",
1089
+ "operationally_usable": true,
1090
+ "priority_score": 0.9949999999999999,
1091
+ "reasons": [],
1092
+ "record_id": "queue:packet:agent-intake-step:8a19424f80f0",
1093
+ "residual_ledger": {
1094
+ "coordinates": {}
1095
+ },
1096
+ "settled": false,
1097
+ "status": "provisional"
1098
+ },
1099
+ {
1100
+ "decision": "run",
1101
+ "operationally_usable": true,
1102
+ "priority_score": 0.735,
1103
+ "reasons": [],
1104
+ "record_id": "task:intervention:ac:seed-autocatalytic-closure",
1105
+ "residual_ledger": {
1106
+ "coordinates": {}
1107
+ },
1108
+ "settled": false,
1109
+ "status": "provisional"
1110
+ },
1111
+ {
1112
+ "decision": "run",
1113
+ "operationally_usable": true,
1114
+ "priority_score": 0.3656306306306306,
1115
+ "reasons": [],
1116
+ "record_id": "task:intervention:sd:reduce-downstream-search-cost",
1117
+ "residual_ledger": {
1118
+ "coordinates": {}
1119
+ },
1120
+ "settled": false,
1121
+ "status": "provisional"
1122
+ }
1123
+ ],
1124
+ "diagnostic_reserve": {
1125
+ "audit_depth": 1,
1126
+ "minimum_reserve": 0.0,
1127
+ "reserve_fraction": 0.1
1128
+ },
1129
+ "distributed_origin_count": 0,
1130
+ "effective_diagnostic_reserve": 0.0,
1131
+ "false_liquidity_rate": 0.0,
1132
+ "label_laundering_suspicions": [],
1133
+ "latency_deadline_loss": 0.0,
1134
+ "low_contribution_occupation": 0.0,
1135
+ "occupation_ledger": {
1136
+ "attention_budget": 1.0,
1137
+ "occupied": 0.4099999999999999,
1138
+ "occupied_by_class": {
1139
+ "bottleneck-intervention": 0.2,
1140
+ "default": 0.1,
1141
+ "packet": 0.01,
1142
+ "phase-control-action": 0.1
1143
+ },
1144
+ "unknown_occupation": []
1145
+ },
1146
+ "privacy_rejoin_refs": [],
1147
+ "profile": "development",
1148
+ "protocol_integrity_refs": [],
1149
+ "quarantine_ledger": {
1150
+ "quarantined_items": [],
1151
+ "reasons": {},
1152
+ "rollback_items": []
1153
+ },
1154
+ "report_id": "sqot-salience-schedule",
1155
+ "residual_debt_growth": 0.0,
1156
+ "risk_ledger": {
1157
+ "risk_budget": 1.0,
1158
+ "risk_charges": {
1159
+ "queue:packet:agent-intake": 0.0,
1160
+ "queue:packet:agent-intake-step:8a19424f80f0": 0.0,
1161
+ "task:intervention:ac:seed-autocatalytic-closure": 0.0,
1162
+ "task:intervention:sd:reduce-downstream-search-cost": 0.0,
1163
+ "task:phase-action:agent-minimal-route-proxy-target-evidence": 0.0
1164
+ }
1165
+ },
1166
+ "rollback_class_summary": {
1167
+ "none": 5
1168
+ },
1169
+ "safety_invariants": [
1170
+ "queue priority never promotes obligations to settled status",
1171
+ "stale, hash-invalid, authority-invalid, or unsafe-route items fail closed",
1172
+ "diagnostic reserve is preserved before non-diagnostic work is scheduled"
1173
+ ],
1174
+ "sovereignty_kernel_refs": [],
1175
+ "stale_packet_ratio": 0.0,
1176
+ "thermodynamic_discharge_charge": 0.0,
1177
+ "unresolved_obligation_backlog": 2,
1178
+ "verifier_latency_proxy": 0.08199999999999999
1179
+ },
1180
+ "schema_valid": true,
1181
+ "settled": false,
1182
+ "state_id": "agent-minimal-runtime",
1183
+ "status": "diagnostic",
1184
+ "step_index": 0,
1185
+ "verified_packet_count": 1
1186
+ },
1187
+ "settled": false
1188
+ },
1189
+ "next_safe_actions": [
1190
+ "Inspect runtime_report.residual_ledger and runtime_report.missing_obligations.",
1191
+ "Inspect runtime_report.route_execution_requests before route execution.",
1192
+ "Inspect unresolved_obligations before reusing the output.",
1193
+ "Preserve residual_summary in downstream logs.",
1194
+ "Review runtime_report.agent_tasks; do not execute arbitrary commands.",
1195
+ "Route verifier requests before promoting candidates to reusable work.",
1196
+ "Run another runtime step after new evidence or action results are available."
1197
+ ],
1198
+ "operationally_usable": false,
1199
+ "practical_entrypoint": "pic agent check",
1200
+ "profile": "development",
1201
+ "reasons": [
1202
+ "unresolved obligations remain; use workflow_usable for routing only"
1203
+ ],
1204
+ "report_id": "agent-check:agent-intake",
1205
+ "report_mode": "full",
1206
+ "residual_summary": {
1207
+ "residual": 2.02
1208
+ },
1209
+ "runbook_steps": [
1210
+ "Run pic agent check --compact on candidate agent output.",
1211
+ "Read accepted, workflow_usable, settled, unresolved_obligations, and residual_summary.",
1212
+ "Inspect next_safe_actions before promoting any reusable work item.",
1213
+ "Read RuntimeStepReport phase_control_audit, frontier_debt_report, and bottleneck_witness_reports when theory fidelity matters.",
1214
+ "Use production identity context before production packet promotion.",
1215
+ "Use profile=development consistently across intake, runtime, and readiness commands."
1216
+ ],
1217
+ "safety_invariants": [
1218
+ "settled=false is expected unless scoped finite verifier rules settle obligations",
1219
+ "residual ledgers and missing obligations must be preserved",
1220
+ "this package does not prove real ASI, physical, simulator, oracle, or policy outcomes",
1221
+ "this package does not require self-rewrite, fine-tuning, or model-weight changes",
1222
+ "agent-facing commands are recommendation-only and do not execute arbitrary shell commands",
1223
+ "production packet promotion requires accepted identity context",
1224
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
1225
+ "no background crawling",
1226
+ "no autonomous polling",
1227
+ "no arbitrary shell execution",
1228
+ "no repository mutation",
1229
+ "no hidden promotion from accepted or workflow_usable to settled",
1230
+ "external metadata packets remain candidates until downstream checks pass",
1231
+ "candidate-only external intake cannot improve Psi, BR, AC, or collective certificates",
1232
+ "general web intake is bounded and does not execute scripts, forms, or repo mutation",
1233
+ "agent-to-agent messages are packet candidates, not proof of external-world truth"
1234
+ ],
1235
+ "schema_refs": [
1236
+ "AgentCheckReport",
1237
+ "AgentIntakeReport",
1238
+ "RuntimeStepReport",
1239
+ "PhaseControlAuditSummary",
1240
+ "FrontierDebtReport",
1241
+ "BottleneckWitnessReport",
1242
+ "SalienceScheduleReport",
1243
+ "ALTAdmissionDecision"
1244
+ ],
1245
+ "settled": false,
1246
+ "unresolved_obligations": [
1247
+ "obligation:baseline-safety",
1248
+ "proxy-target-grounding-proof"
1249
+ ],
1250
+ "workflow_usable": true
1251
+ }