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,119 @@
1
+ {
2
+ "accepted": true,
3
+ "aggregate_gap": 0.8074324324324325,
4
+ "components": [
5
+ {
6
+ "component": "AC",
7
+ "current_value": 0.0,
8
+ "gap": 0.5,
9
+ "limiting": true,
10
+ "reasons": [
11
+ "component is below finite threshold",
12
+ "component is listed as limiting by PsiDashboard"
13
+ ],
14
+ "source": "PsiDashboard",
15
+ "threshold_value": 0.5
16
+ },
17
+ {
18
+ "component": "BR",
19
+ "current_value": 0.5,
20
+ "gap": 0.0,
21
+ "limiting": false,
22
+ "reasons": [],
23
+ "source": "PsiDashboard",
24
+ "threshold_value": 0.1
25
+ },
26
+ {
27
+ "component": "CV",
28
+ "current_value": 0.5,
29
+ "gap": 0.0,
30
+ "limiting": false,
31
+ "reasons": [],
32
+ "source": "PsiDashboard",
33
+ "threshold_value": 0.5
34
+ },
35
+ {
36
+ "component": "DE",
37
+ "current_value": 0.5,
38
+ "gap": 0.0,
39
+ "limiting": false,
40
+ "reasons": [],
41
+ "source": "PsiDashboard",
42
+ "threshold_value": 0.5
43
+ },
44
+ {
45
+ "component": "FR",
46
+ "current_value": 1.0,
47
+ "gap": 0.0,
48
+ "limiting": false,
49
+ "reasons": [],
50
+ "source": "PsiDashboard",
51
+ "threshold_value": 0.5
52
+ },
53
+ {
54
+ "component": "G",
55
+ "current_value": 1.0,
56
+ "gap": 0.0,
57
+ "limiting": false,
58
+ "reasons": [],
59
+ "source": "PsiDashboard",
60
+ "threshold_value": 0.7
61
+ },
62
+ {
63
+ "component": "HZ",
64
+ "current_value": 0.9,
65
+ "gap": 0.0,
66
+ "limiting": false,
67
+ "reasons": [],
68
+ "source": "PsiDashboard",
69
+ "threshold_value": 0.5
70
+ },
71
+ {
72
+ "component": "LX",
73
+ "current_value": 0.5,
74
+ "gap": 0.0,
75
+ "limiting": false,
76
+ "reasons": [],
77
+ "source": "PsiDashboard",
78
+ "threshold_value": 0.5
79
+ },
80
+ {
81
+ "component": "QS",
82
+ "current_value": 0.954,
83
+ "gap": 0.0,
84
+ "limiting": false,
85
+ "reasons": [],
86
+ "source": "PsiDashboard",
87
+ "threshold_value": 0.5
88
+ },
89
+ {
90
+ "component": "SD",
91
+ "current_value": 0.19256756756756757,
92
+ "gap": 0.30743243243243246,
93
+ "limiting": true,
94
+ "reasons": [
95
+ "component is below finite threshold",
96
+ "component is listed as limiting by PsiDashboard"
97
+ ],
98
+ "source": "PsiDashboard",
99
+ "threshold_value": 0.5
100
+ },
101
+ {
102
+ "component": "VT",
103
+ "current_value": 1.0,
104
+ "gap": 0.0,
105
+ "limiting": false,
106
+ "reasons": [],
107
+ "source": "PsiDashboard",
108
+ "threshold_value": 0.7
109
+ }
110
+ ],
111
+ "limiting_components": [
112
+ "AC",
113
+ "SD"
114
+ ],
115
+ "operationally_usable": true,
116
+ "reasons": [],
117
+ "settled": false,
118
+ "vector_id": "phase-gap-vector:runtime-step:agent-minimal-runtime:0:agent-intake-step"
119
+ }
@@ -0,0 +1,203 @@
1
+ {
2
+ "accepted": true,
3
+ "aggregate_metrics": {
4
+ "accepted_packet_count": 0,
5
+ "candidate_only_reason_count": 1,
6
+ "dashboard_count": 1,
7
+ "missing_obligation_count": 2,
8
+ "packet_candidate_count": 0,
9
+ "safe_command_count": 4,
10
+ "settled_blocker_count": 9,
11
+ "settled_packet_count": 0,
12
+ "unsettled_candidate_count": 0,
13
+ "workflow_usable_packet_count": 0
14
+ },
15
+ "dashboards": [
16
+ {
17
+ "accepted": true,
18
+ "accepted_packet_count": 0,
19
+ "alt_liquidity_candidate_count": 0,
20
+ "bottleneck_count_by_type": {
21
+ "bottleneck-intervention": 2,
22
+ "phase-component-gap": 2,
23
+ "queue-service-and-diagnostic-reserve": 1,
24
+ "residual-obligation-ledger": 1,
25
+ "verifier-route": 1
26
+ },
27
+ "candidate_only_reason_count": 1,
28
+ "dashboard_id": "phase-dashboard:development",
29
+ "dashboard_safety_boundary": [
30
+ "phase dashboard is observational only",
31
+ "phase dashboard does not claim a real ASI phase transition",
32
+ "raw external volume is not positive phase progress",
33
+ "phase dashboard does not alter runtime state",
34
+ "phase dashboard does not introduce approval requirements"
35
+ ],
36
+ "external_volume_candidate_only_count": 0,
37
+ "identity_blocker_count": 0,
38
+ "missing_obligation_count": 2,
39
+ "operationally_usable": true,
40
+ "packet_candidate_count": 0,
41
+ "phase_gap_vector": {
42
+ "accepted": true,
43
+ "aggregate_gap": 0.8119369369369369,
44
+ "components": [
45
+ {
46
+ "component": "AC",
47
+ "current_value": 0.0,
48
+ "gap": 0.5,
49
+ "limiting": true,
50
+ "reasons": [
51
+ "component is below finite threshold",
52
+ "component is listed as limiting by PsiDashboard"
53
+ ],
54
+ "source": "PsiDashboard",
55
+ "threshold_value": 0.5
56
+ },
57
+ {
58
+ "component": "BR",
59
+ "current_value": 0.5,
60
+ "gap": 0.0,
61
+ "limiting": false,
62
+ "reasons": [],
63
+ "source": "PsiDashboard",
64
+ "threshold_value": 0.1
65
+ },
66
+ {
67
+ "component": "CV",
68
+ "current_value": 0.5,
69
+ "gap": 0.0,
70
+ "limiting": false,
71
+ "reasons": [],
72
+ "source": "PsiDashboard",
73
+ "threshold_value": 0.5
74
+ },
75
+ {
76
+ "component": "DE",
77
+ "current_value": 0.5,
78
+ "gap": 0.0,
79
+ "limiting": false,
80
+ "reasons": [],
81
+ "source": "PsiDashboard",
82
+ "threshold_value": 0.5
83
+ },
84
+ {
85
+ "component": "FR",
86
+ "current_value": 0.5,
87
+ "gap": 0.0,
88
+ "limiting": false,
89
+ "reasons": [],
90
+ "source": "PsiDashboard",
91
+ "threshold_value": 0.5
92
+ },
93
+ {
94
+ "component": "G",
95
+ "current_value": 1.0,
96
+ "gap": 0.0,
97
+ "limiting": false,
98
+ "reasons": [],
99
+ "source": "PsiDashboard",
100
+ "threshold_value": 0.7
101
+ },
102
+ {
103
+ "component": "HZ",
104
+ "current_value": 0.9,
105
+ "gap": 0.0,
106
+ "limiting": false,
107
+ "reasons": [],
108
+ "source": "PsiDashboard",
109
+ "threshold_value": 0.5
110
+ },
111
+ {
112
+ "component": "LX",
113
+ "current_value": 0.5,
114
+ "gap": 0.0,
115
+ "limiting": false,
116
+ "reasons": [],
117
+ "source": "PsiDashboard",
118
+ "threshold_value": 0.5
119
+ },
120
+ {
121
+ "component": "QS",
122
+ "current_value": 0.952,
123
+ "gap": 0.0,
124
+ "limiting": false,
125
+ "reasons": [],
126
+ "source": "PsiDashboard",
127
+ "threshold_value": 0.5
128
+ },
129
+ {
130
+ "component": "SD",
131
+ "current_value": 0.18806306306306306,
132
+ "gap": 0.3119369369369369,
133
+ "limiting": true,
134
+ "reasons": [
135
+ "component is below finite threshold",
136
+ "component is listed as limiting by PsiDashboard"
137
+ ],
138
+ "source": "PsiDashboard",
139
+ "threshold_value": 0.5
140
+ },
141
+ {
142
+ "component": "VT",
143
+ "current_value": 1.0,
144
+ "gap": 0.0,
145
+ "limiting": false,
146
+ "reasons": [],
147
+ "source": "PsiDashboard",
148
+ "threshold_value": 0.7
149
+ }
150
+ ],
151
+ "limiting_components": [
152
+ "AC",
153
+ "SD"
154
+ ],
155
+ "operationally_usable": true,
156
+ "reasons": [],
157
+ "settled": false,
158
+ "vector_id": "phase-gap-vector:runtime-step:agent-minimal-runtime:0:agent-intake-step"
159
+ },
160
+ "profile": "development",
161
+ "promotion_blocker_summary": [
162
+ "ECPT split-certified quotient readiness is not established",
163
+ "TRC frontier debt remains",
164
+ "missing obligations remain",
165
+ "runtime residual ledger has unresolved burden",
166
+ "verifier route execution requests remain unresolved"
167
+ ],
168
+ "reasons": [
169
+ "ECPT split-certified quotient readiness is not established",
170
+ "TRC frontier debt remains",
171
+ "dashboard metrics are diagnostic-only",
172
+ "missing obligations remain",
173
+ "one or more packet candidates were rejected by promotion policy",
174
+ "runtime residual ledger has unresolved burden",
175
+ "verifier route execution requests remain unresolved"
176
+ ],
177
+ "residual_debt_count": 2,
178
+ "rollback_blocker_count": 0,
179
+ "route_blocker_count": 2,
180
+ "safe_command_count": 4,
181
+ "settled": false,
182
+ "settled_blocker_count": 9,
183
+ "settled_packet_count": 0,
184
+ "sqot_queue_pressure": 0.0,
185
+ "unsettled_candidate_count": 0,
186
+ "workflow_usable": true,
187
+ "workflow_usable_packet_count": 0
188
+ }
189
+ ],
190
+ "observation_id": "phase-observation",
191
+ "operationally_usable": true,
192
+ "profile": "development",
193
+ "reasons": [
194
+ "observation report aggregates dashboard metrics only"
195
+ ],
196
+ "safety_invariants": [
197
+ "phase observation is read-only",
198
+ "phase observation does not promote packets",
199
+ "phase observation does not set settled=true"
200
+ ],
201
+ "settled": false,
202
+ "workflow_usable": true
203
+ }
@@ -0,0 +1,384 @@
1
+ {
2
+ "accepted": true,
3
+ "candidate_only_reasons": [
4
+ "one or more packet candidates were rejected by promotion policy"
5
+ ],
6
+ "cannot_promote_because": [
7
+ "ECPT split-certified quotient readiness is not established",
8
+ "TRC frontier debt remains",
9
+ "missing obligations remain",
10
+ "runtime residual ledger has unresolved burden",
11
+ "verifier route execution requests remain unresolved"
12
+ ],
13
+ "finite_checks_passed": true,
14
+ "missing_obligations": [
15
+ "obligation:baseline-safety",
16
+ "proxy-target-grounding-proof"
17
+ ],
18
+ "operationally_usable": true,
19
+ "phase_gap_vector": {
20
+ "accepted": true,
21
+ "aggregate_gap": 0.8074324324324325,
22
+ "components": [
23
+ {
24
+ "component": "AC",
25
+ "current_value": 0.0,
26
+ "gap": 0.5,
27
+ "limiting": true,
28
+ "reasons": [
29
+ "component is below finite threshold",
30
+ "component is listed as limiting by PsiDashboard"
31
+ ],
32
+ "source": "PsiDashboard",
33
+ "threshold_value": 0.5
34
+ },
35
+ {
36
+ "component": "BR",
37
+ "current_value": 0.5,
38
+ "gap": 0.0,
39
+ "limiting": false,
40
+ "reasons": [],
41
+ "source": "PsiDashboard",
42
+ "threshold_value": 0.1
43
+ },
44
+ {
45
+ "component": "CV",
46
+ "current_value": 0.5,
47
+ "gap": 0.0,
48
+ "limiting": false,
49
+ "reasons": [],
50
+ "source": "PsiDashboard",
51
+ "threshold_value": 0.5
52
+ },
53
+ {
54
+ "component": "DE",
55
+ "current_value": 0.5,
56
+ "gap": 0.0,
57
+ "limiting": false,
58
+ "reasons": [],
59
+ "source": "PsiDashboard",
60
+ "threshold_value": 0.5
61
+ },
62
+ {
63
+ "component": "FR",
64
+ "current_value": 1.0,
65
+ "gap": 0.0,
66
+ "limiting": false,
67
+ "reasons": [],
68
+ "source": "PsiDashboard",
69
+ "threshold_value": 0.5
70
+ },
71
+ {
72
+ "component": "G",
73
+ "current_value": 1.0,
74
+ "gap": 0.0,
75
+ "limiting": false,
76
+ "reasons": [],
77
+ "source": "PsiDashboard",
78
+ "threshold_value": 0.7
79
+ },
80
+ {
81
+ "component": "HZ",
82
+ "current_value": 0.9,
83
+ "gap": 0.0,
84
+ "limiting": false,
85
+ "reasons": [],
86
+ "source": "PsiDashboard",
87
+ "threshold_value": 0.5
88
+ },
89
+ {
90
+ "component": "LX",
91
+ "current_value": 0.5,
92
+ "gap": 0.0,
93
+ "limiting": false,
94
+ "reasons": [],
95
+ "source": "PsiDashboard",
96
+ "threshold_value": 0.5
97
+ },
98
+ {
99
+ "component": "QS",
100
+ "current_value": 0.954,
101
+ "gap": 0.0,
102
+ "limiting": false,
103
+ "reasons": [],
104
+ "source": "PsiDashboard",
105
+ "threshold_value": 0.5
106
+ },
107
+ {
108
+ "component": "SD",
109
+ "current_value": 0.19256756756756757,
110
+ "gap": 0.30743243243243246,
111
+ "limiting": true,
112
+ "reasons": [
113
+ "component is below finite threshold",
114
+ "component is listed as limiting by PsiDashboard"
115
+ ],
116
+ "source": "PsiDashboard",
117
+ "threshold_value": 0.5
118
+ },
119
+ {
120
+ "component": "VT",
121
+ "current_value": 1.0,
122
+ "gap": 0.0,
123
+ "limiting": false,
124
+ "reasons": [],
125
+ "source": "PsiDashboard",
126
+ "threshold_value": 0.7
127
+ }
128
+ ],
129
+ "limiting_components": [
130
+ "AC",
131
+ "SD"
132
+ ],
133
+ "operationally_usable": true,
134
+ "reasons": [],
135
+ "settled": false,
136
+ "vector_id": "phase-gap-vector:runtime-step:agent-minimal-runtime:0:agent-intake-step"
137
+ },
138
+ "plan_id": "phase-acceleration-plan:phase-cli",
139
+ "profile": "development",
140
+ "reasons": [
141
+ "ECPT split-certified quotient readiness is not established",
142
+ "TRC frontier debt remains",
143
+ "missing obligations remain",
144
+ "one or more packet candidates were rejected by promotion policy",
145
+ "runtime residual ledger has unresolved burden",
146
+ "verifier route execution requests remain unresolved"
147
+ ],
148
+ "report_mode": "compact",
149
+ "request_id": "phase-cli",
150
+ "residual_summary": {
151
+ "frontier_debt": 2.02,
152
+ "residual": 2.02
153
+ },
154
+ "safe_commands": [
155
+ "pic evidence verify --envelope <evidence.json>",
156
+ "pic phase gap --compact",
157
+ "pic routes bindings",
158
+ "pic schema --type PhaseAccelerationPlan"
159
+ ],
160
+ "safety_invariants": [
161
+ "phase acceleration planning is recommendation-only and does not execute actions",
162
+ "raw external candidate volume cannot improve Psi, BR, AC, or settled status",
163
+ "candidate packets, agent messages, and proxy-only ALT reports remain candidates",
164
+ "settled remains false unless scoped finite verifier rules discharge all obligations",
165
+ "residual ledgers and missing obligations must be preserved into downstream loops",
166
+ "ASI-proxy phase is protocol-relative workflow coordination, not real ASI proof",
167
+ "no physical, simulator, oracle, legal, or policy outcome is proven by this report",
168
+ "live connectors are bounded and candidate-only by default when an explicit source is supplied",
169
+ "no background crawling",
170
+ "no autonomous polling",
171
+ "no arbitrary shell execution",
172
+ "no repository mutation",
173
+ "no hidden promotion from accepted or workflow_usable to settled"
174
+ ],
175
+ "schema_refs": [
176
+ "PhaseAccelerationRequest",
177
+ "PhaseAccelerationPlan",
178
+ "PhaseGapVector",
179
+ "PhaseComponentGap",
180
+ "BottleneckCandidate",
181
+ "SafePhaseAction",
182
+ "PhaseTrajectoryReport",
183
+ "PhaseAccelerationBenchmarkReport",
184
+ "ProtocolRelativeBenchmarkMetric",
185
+ "PhaseBenchmarkTask",
186
+ "PhaseBenchmarkCaseResult",
187
+ "PhaseBenchmarkSuiteReport",
188
+ "PhaseDashboardReport",
189
+ "PhaseObservationReport",
190
+ "RuntimeStepReport",
191
+ "PhaseControlAuditSummary",
192
+ "FrontierDebtReport",
193
+ "BottleneckWitnessReport",
194
+ "SalienceScheduleReport",
195
+ "ALTAdmissionDecision",
196
+ "GeneralIntakeRuntimeBridgeReport"
197
+ ],
198
+ "sdk_calls": [
199
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan",
200
+ "percolation_inversion_compiler.core.resolve_adapter_route"
201
+ ],
202
+ "settled": false,
203
+ "settled_blockers": [
204
+ "ECPT split-certified quotient readiness is not established",
205
+ "TRC frontier debt remains",
206
+ "missing obligations remain",
207
+ "one or more phase proxy components remain below threshold",
208
+ "phase planner is recommendation-only and cannot settle claims",
209
+ "real ASI, physical, simulator, and oracle outcomes are outside this finite report",
210
+ "runtime report settled=false",
211
+ "runtime residual ledger has unresolved burden",
212
+ "verifier route execution requests remain unresolved"
213
+ ],
214
+ "status": "diagnostic",
215
+ "top_bottlenecks": [
216
+ {
217
+ "bottleneck_kind": "phase-component-gap",
218
+ "burden_delta": 0.0,
219
+ "candidate_id": "bottleneck:phase-gap:0:AC",
220
+ "candidate_only": false,
221
+ "cannot_promote_because": [
222
+ "ECPT split-certified quotient readiness is not established",
223
+ "TRC frontier debt remains",
224
+ "missing obligations remain",
225
+ "runtime residual ledger has unresolved burden",
226
+ "verifier route execution requests remain unresolved"
227
+ ],
228
+ "next_safe_commands": [
229
+ "pic phase gap --compact"
230
+ ],
231
+ "next_verifier_routes": [],
232
+ "priority_score": 10.5,
233
+ "reasons": [
234
+ "component is below finite threshold",
235
+ "component is listed as limiting by PsiDashboard"
236
+ ],
237
+ "release_delta": 0.5,
238
+ "required_evidence_kind": [],
239
+ "residual_coordinates": [
240
+ "AC"
241
+ ],
242
+ "schema_refs": [
243
+ "PsiDashboard",
244
+ "PhaseGapVector"
245
+ ],
246
+ "sdk_calls": [
247
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan"
248
+ ],
249
+ "source": "PsiDashboard",
250
+ "target_component": "AC"
251
+ },
252
+ {
253
+ "bottleneck_kind": "phase-component-gap",
254
+ "burden_delta": 0.0,
255
+ "candidate_id": "bottleneck:phase-gap:9:SD",
256
+ "candidate_only": false,
257
+ "cannot_promote_because": [
258
+ "ECPT split-certified quotient readiness is not established",
259
+ "TRC frontier debt remains",
260
+ "missing obligations remain",
261
+ "runtime residual ledger has unresolved burden",
262
+ "verifier route execution requests remain unresolved"
263
+ ],
264
+ "next_safe_commands": [
265
+ "pic phase gap --compact"
266
+ ],
267
+ "next_verifier_routes": [],
268
+ "priority_score": 10.307432432432432,
269
+ "reasons": [
270
+ "component is below finite threshold",
271
+ "component is listed as limiting by PsiDashboard"
272
+ ],
273
+ "release_delta": 0.30743243243243246,
274
+ "required_evidence_kind": [],
275
+ "residual_coordinates": [
276
+ "SD"
277
+ ],
278
+ "schema_refs": [
279
+ "PsiDashboard",
280
+ "PhaseGapVector"
281
+ ],
282
+ "sdk_calls": [
283
+ "percolation_inversion_compiler.acceleration.build_phase_acceleration_plan"
284
+ ],
285
+ "source": "PsiDashboard",
286
+ "target_component": "SD"
287
+ },
288
+ {
289
+ "bottleneck_kind": "bottleneck-intervention",
290
+ "burden_delta": 0.0,
291
+ "candidate_id": "bottleneck:bit-witness:0:bottleneck-witness:task:intervention:ac:seed-autocatalytic-closure",
292
+ "candidate_only": false,
293
+ "cannot_promote_because": [],
294
+ "next_safe_commands": [
295
+ "Inspect RuntimeStepReport.bottleneck_witness_reports."
296
+ ],
297
+ "next_verifier_routes": [
298
+ "adapters.domain.verify_ecpt_proxy_target_contract"
299
+ ],
300
+ "priority_score": 9.335,
301
+ "reasons": [],
302
+ "release_delta": 0.5,
303
+ "required_evidence_kind": [
304
+ "finite-proxy-target-contract"
305
+ ],
306
+ "residual_coordinates": [],
307
+ "schema_refs": [
308
+ "BottleneckWitnessReport",
309
+ "AgentTask"
310
+ ],
311
+ "sdk_calls": [
312
+ "percolation_inversion_compiler.runtime.build_runtime_step"
313
+ ],
314
+ "source": "BottleneckWitnessReport",
315
+ "target_component": "AC"
316
+ },
317
+ {
318
+ "bottleneck_kind": "bottleneck-intervention",
319
+ "burden_delta": 0.0,
320
+ "candidate_id": "bottleneck:bit-witness:1:bottleneck-witness:task:intervention:sd:reduce-downstream-search-cost",
321
+ "candidate_only": false,
322
+ "cannot_promote_because": [],
323
+ "next_safe_commands": [
324
+ "Inspect RuntimeStepReport.bottleneck_witness_reports."
325
+ ],
326
+ "next_verifier_routes": [
327
+ "adapters.domain.verify_ecpt_proxy_target_contract"
328
+ ],
329
+ "priority_score": 9.142432432432432,
330
+ "reasons": [],
331
+ "release_delta": 0.30743243243243246,
332
+ "required_evidence_kind": [
333
+ "finite-proxy-target-contract"
334
+ ],
335
+ "residual_coordinates": [],
336
+ "schema_refs": [
337
+ "BottleneckWitnessReport",
338
+ "AgentTask"
339
+ ],
340
+ "sdk_calls": [
341
+ "percolation_inversion_compiler.runtime.build_runtime_step"
342
+ ],
343
+ "source": "BottleneckWitnessReport",
344
+ "target_component": "SD"
345
+ },
346
+ {
347
+ "bottleneck_kind": "verifier-route",
348
+ "burden_delta": 0.0,
349
+ "candidate_id": "bottleneck:route:0:route-request:adapters.domain.verify_ecpt_proxy_target_contract",
350
+ "candidate_only": false,
351
+ "cannot_promote_because": [
352
+ "proxy-target-grounding-proof"
353
+ ],
354
+ "next_safe_commands": [
355
+ "pic routes bindings",
356
+ "pic evidence verify --envelope <evidence.json>"
357
+ ],
358
+ "next_verifier_routes": [
359
+ "percolation_inversion_compiler.adapters.domain.verify_ecpt_proxy_target_contract"
360
+ ],
361
+ "priority_score": 9.0,
362
+ "reasons": [
363
+ "diagnostic-with-proxy-target-obligation"
364
+ ],
365
+ "release_delta": 0.0,
366
+ "required_evidence_kind": [
367
+ "finite-proxy-target-contract"
368
+ ],
369
+ "residual_coordinates": [
370
+ "proxy-target-grounding-proof"
371
+ ],
372
+ "schema_refs": [
373
+ "RouteExecutionRequest",
374
+ "VerifierResolution"
375
+ ],
376
+ "sdk_calls": [
377
+ "percolation_inversion_compiler.core.resolve_adapter_route"
378
+ ],
379
+ "source": "RouteExecutionRequest",
380
+ "target_component": "ecpt-proxy-target"
381
+ }
382
+ ],
383
+ "workflow_usable": true
384
+ }