percolation-inversion-compiler-ts 0.4.5 → 0.5.0

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 (197) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +77 -22
  3. package/agent-manifest.json +50 -0
  4. package/dist/alt_lift/index.d.ts +7 -0
  5. package/dist/alt_lift/index.js +101 -0
  6. package/dist/bit_engine/index.d.ts +8 -0
  7. package/dist/bit_engine/index.js +213 -0
  8. package/dist/cli/main.js +2106 -162
  9. package/dist/index.d.ts +5 -0
  10. package/dist/index.js +1611 -16
  11. package/dist/phase_lab/index.d.ts +26 -0
  12. package/dist/phase_lab/index.js +1124 -0
  13. package/dist/sqot_controller/index.d.ts +8 -0
  14. package/dist/sqot_controller/index.js +141 -0
  15. package/dist/trc_adapter/index.d.ts +6 -0
  16. package/dist/trc_adapter/index.js +86 -0
  17. package/docs/alt-ecpt-lift.md +32 -0
  18. package/docs/bit-inversion-engine.md +32 -0
  19. package/docs/cli-reference.md +68 -0
  20. package/docs/effective-packet-graph.md +35 -0
  21. package/docs/for-agents.md +44 -0
  22. package/docs/phase-ecology-lab.md +46 -0
  23. package/docs/sqot-queue-sovereignty.md +31 -0
  24. package/docs/threshold-certificates.md +30 -0
  25. package/docs/trc-trace-adapter.md +30 -0
  26. package/docs/v050-audit.md +126 -0
  27. package/examples/alt_lift/alt_ecpt_lift.example.json +27 -0
  28. package/examples/bit_engine/bottlenecks.example.json +38 -0
  29. package/examples/bit_engine/inversion_candidates.example.json +55 -0
  30. package/examples/packet_exchange/packet_envelope.example.json +51 -0
  31. package/examples/packet_exchange/packet_merge_report.example.json +60 -0
  32. package/examples/phase_lab/certificate_abstain.example.json +39 -0
  33. package/examples/phase_lab/closure_report.example.json +41 -0
  34. package/examples/phase_lab/effective_graph.example.json +112 -0
  35. package/examples/phase_lab/executable_paths.example.json +20 -0
  36. package/examples/phase_lab/phase_window_observation.example.json +61 -0
  37. package/examples/phase_lab/runtime_report_1.json +19 -0
  38. package/examples/phase_lab/runtime_report_2.json +16 -0
  39. package/examples/phase_lab/threshold_status.example.json +31 -0
  40. package/examples/sqot_controller/queue_report.example.json +30 -0
  41. package/examples/sqot_controller/rebalance_plan.example.json +14 -0
  42. package/examples/thresholds/asi_proxy_development.json +15 -0
  43. package/examples/trc_adapter/tool_trace_input.example.json +17 -0
  44. package/examples/trc_adapter/typed_trace.example.json +64 -0
  45. package/fixtures/portability_conformance_v050/certificate_abstain.example.json +39 -0
  46. package/fixtures/portability_conformance_v050/closure_report.example.json +39 -0
  47. package/fixtures/portability_conformance_v050/effective_graph.example.json +112 -0
  48. package/fixtures/portability_conformance_v050/executable_paths.example.json +20 -0
  49. package/fixtures/portability_conformance_v050/manifest.json +55 -0
  50. package/fixtures/portability_conformance_v050/phase_lab_event_1.json +51 -0
  51. package/fixtures/portability_conformance_v050/phase_lab_event_2.json +55 -0
  52. package/fixtures/portability_conformance_v050/phase_window_observation.example.json +61 -0
  53. package/fixtures/portability_conformance_v050/runtime_report_1.json +19 -0
  54. package/fixtures/portability_conformance_v050/runtime_report_2.json +14 -0
  55. package/fixtures/portability_conformance_v050/threshold_status.example.json +29 -0
  56. package/fixtures/python_v044_cli/agent_autonomy_audit.json +4 -3
  57. package/fixtures/python_v044_cli/agent_manifest.json +2 -1
  58. package/fixtures/python_v044_cli/agent_runbook.json +2 -1
  59. package/fixtures/python_v044_cli/demo_installed_smoke.json +86 -86
  60. package/fixtures/python_v044_demo/manifest.json +2 -1
  61. package/fixtures/python_v050_cli/alt_capital_impact.json +30 -0
  62. package/fixtures/python_v050_cli/alt_ecpt_lift.json +85 -0
  63. package/fixtures/python_v050_cli/alt_liquidity_to_paths.json +85 -0
  64. package/fixtures/python_v050_cli/alt_receiver_lift.json +15 -0
  65. package/fixtures/python_v050_cli/bit_certificate.json +15 -0
  66. package/fixtures/python_v050_cli/bit_compare_baseline.json +24 -0
  67. package/fixtures/python_v050_cli/bit_diagnose.json +95 -0
  68. package/fixtures/python_v050_cli/bit_invert.json +235 -0
  69. package/fixtures/python_v050_cli/bit_mec.json +18 -0
  70. package/fixtures/python_v050_cli/ecology_effective_graph.json +178 -0
  71. package/fixtures/python_v050_cli/ecology_execution_available_paths.json +88 -0
  72. package/fixtures/python_v050_cli/manifest.json +48 -0
  73. package/fixtures/python_v050_cli/phase_lab_certify.json +443 -0
  74. package/fixtures/python_v050_cli/phase_lab_closure.json +85 -0
  75. package/fixtures/python_v050_cli/phase_lab_compare_window.json +24 -0
  76. package/fixtures/python_v050_cli/phase_lab_executable_paths.json +88 -0
  77. package/fixtures/python_v050_cli/phase_lab_graph.json +178 -0
  78. package/fixtures/python_v050_cli/phase_lab_ingest_1.json +105 -0
  79. package/fixtures/python_v050_cli/phase_lab_ingest_2.json +109 -0
  80. package/fixtures/python_v050_cli/phase_lab_init.json +20 -0
  81. package/fixtures/python_v050_cli/phase_lab_list_windows.json +63 -0
  82. package/fixtures/python_v050_cli/phase_lab_observe.json +108 -0
  83. package/fixtures/python_v050_cli/phase_lab_threshold_status.json +164 -0
  84. package/fixtures/python_v050_cli/sqot_diagnose_queue.json +38 -0
  85. package/fixtures/python_v050_cli/sqot_quarantine.json +7 -0
  86. package/fixtures/python_v050_cli/sqot_rebalance.json +19 -0
  87. package/fixtures/python_v050_cli/sqot_reserve_check.json +20 -0
  88. package/fixtures/python_v050_cli/sqot_salience_obstruction.json +19 -0
  89. package/fixtures/python_v050_cli/trc_action_boundary.json +451 -0
  90. package/fixtures/python_v050_cli/trc_tool_trace.json +221 -0
  91. package/fixtures/python_v050_cli/trc_trace_adapter.json +221 -0
  92. package/fixtures/python_v050_demo/asi_proxy_development.json +15 -0
  93. package/fixtures/python_v050_demo/certificate_abstain.example.json +39 -0
  94. package/fixtures/python_v050_demo/closure_report.example.json +39 -0
  95. package/fixtures/python_v050_demo/effective_graph.example.json +112 -0
  96. package/fixtures/python_v050_demo/executable_paths.example.json +20 -0
  97. package/fixtures/python_v050_demo/phase_window_observation.example.json +61 -0
  98. package/fixtures/python_v050_demo/runtime_report_1.json +19 -0
  99. package/fixtures/python_v050_demo/runtime_report_2.json +14 -0
  100. package/fixtures/python_v050_demo/threshold_status.example.json +29 -0
  101. package/fixtures/python_v050_snapshots/manifest.json +39 -0
  102. package/fixtures/python_v050_snapshots/snapshot_list.json +112 -0
  103. package/fixtures/python_v050_snapshots/snapshot_routes.json +926 -0
  104. package/fixtures/python_v050_snapshots/snapshot_show_alt.json +6830 -0
  105. package/fixtures/python_v050_snapshots/snapshot_show_bit.json +594 -0
  106. package/fixtures/python_v050_snapshots/snapshot_show_ecpt.json +2894 -0
  107. package/fixtures/python_v050_snapshots/snapshot_show_sqot.json +2392 -0
  108. package/fixtures/python_v050_snapshots/snapshot_show_trc.json +3037 -0
  109. package/fixtures/python_v050_snapshots/snapshot_verify_alt.json +10 -0
  110. package/fixtures/python_v050_snapshots/snapshot_verify_bit.json +10 -0
  111. package/fixtures/python_v050_snapshots/snapshot_verify_ecpt.json +10 -0
  112. package/fixtures/python_v050_snapshots/snapshot_verify_sqot.json +10 -0
  113. package/fixtures/python_v050_snapshots/snapshot_verify_trc.json +10 -0
  114. package/package.json +45 -3
  115. package/schemas/ASIProxyThresholdSpec.schema.json +72 -0
  116. package/schemas/ASIProxyThresholdStatus.schema.json +512 -0
  117. package/schemas/ActionBoundaryRequirement.schema.json +28 -0
  118. package/schemas/ActivationGainEstimate.schema.json +41 -0
  119. package/schemas/AltEcptLiftReport.schema.json +400 -0
  120. package/schemas/AltLiftBlocker.schema.json +34 -0
  121. package/schemas/AttentionBudgetLedger.schema.json +41 -0
  122. package/schemas/AutocatalyticClosureReport.schema.json +408 -0
  123. package/schemas/AutocatalyticClosureWitness.schema.json +22 -139
  124. package/schemas/BasinReachabilityProxy.schema.json +21 -0
  125. package/schemas/BottleneckClassDiagnosis.schema.json +115 -0
  126. package/schemas/BottleneckInversionCandidate.schema.json +249 -0
  127. package/schemas/BottleneckInversionReport.schema.json +499 -0
  128. package/schemas/CapabilityExpressionPath.schema.json +45 -0
  129. package/schemas/CapitalToPathContribution.schema.json +53 -0
  130. package/schemas/ClosureAbstentionReason.schema.json +25 -0
  131. package/schemas/ClosureCertificateCandidate.schema.json +109 -0
  132. package/schemas/ClosureDefect.schema.json +28 -0
  133. package/schemas/ClosureSupportHyperpath.schema.json +44 -0
  134. package/schemas/CollectivePhaseAbstentionReport.schema.json +591 -0
  135. package/schemas/CollectivePhaseCertificateCandidate.schema.json +688 -0
  136. package/schemas/CrossContextTransferWitness.schema.json +46 -0
  137. package/schemas/DiagnosticReserveReport.schema.json +87 -0
  138. package/schemas/DownstreamSearchCostDelta.schema.json +46 -0
  139. package/schemas/EcologyAutocatalyticClosureWitness.schema.json +187 -0
  140. package/schemas/EffectiveGraphResidualSummary.schema.json +38 -0
  141. package/schemas/EffectivePacketEdge.schema.json +135 -0
  142. package/schemas/EffectivePacketEligibility.schema.json +84 -0
  143. package/schemas/EffectivePacketGraph.schema.json +461 -0
  144. package/schemas/EffectivePacketGraphBuildReport.schema.json +521 -0
  145. package/schemas/EffectivePacketNode.schema.json +199 -0
  146. package/schemas/ExecutableClosureWitness.schema.json +47 -0
  147. package/schemas/ExecutablePathDensityReport.schema.json +314 -0
  148. package/schemas/ExecutionAuthorityStatus.schema.json +28 -0
  149. package/schemas/ExecutionAvailableHyperpath.schema.json +201 -0
  150. package/schemas/ExecutionPathDefect.schema.json +28 -0
  151. package/schemas/ExecutionPathWitness.schema.json +44 -0
  152. package/schemas/FalseLiquidityLoad.schema.json +21 -0
  153. package/schemas/GeneralIntakePolicy.schema.json +1 -1
  154. package/schemas/InversionCertificate.schema.json +56 -0
  155. package/schemas/LiquidityToClosureContribution.schema.json +53 -0
  156. package/schemas/MinimalEnablingCondition.schema.json +48 -0
  157. package/schemas/PacketContributionStatus.schema.json +32 -0
  158. package/schemas/PacketQuarantineDecision.schema.json +50 -0
  159. package/schemas/PhaseCertificateDefect.schema.json +33 -0
  160. package/schemas/PhaseComponentObservation.schema.json +39 -0
  161. package/schemas/PhaseLabEvent.schema.json +123 -0
  162. package/schemas/PhaseLabExportManifest.schema.json +127 -0
  163. package/schemas/PhaseLabIngestReport.schema.json +344 -0
  164. package/schemas/PhaseLabStoreManifest.schema.json +73 -0
  165. package/schemas/PhaseLabWindowIndex.schema.json +78 -0
  166. package/schemas/PhaseThresholdStatus.schema.json +51 -0
  167. package/schemas/PhaseWindow.schema.json +31 -0
  168. package/schemas/PhaseWindowComparison.schema.json +67 -0
  169. package/schemas/PhaseWindowObservation.schema.json +353 -0
  170. package/schemas/PostInversionAuditPlan.schema.json +38 -0
  171. package/schemas/ProductiveClosureWitness.schema.json +49 -0
  172. package/schemas/ProvenanceManifest.schema.json +1 -1
  173. package/schemas/QueueOccupationReport.schema.json +156 -0
  174. package/schemas/QueueRebalancePlan.schema.json +114 -0
  175. package/schemas/ReceiverContextSupport.schema.json +23 -0
  176. package/schemas/ReceiverLiquidityLift.schema.json +58 -0
  177. package/schemas/ReleaseArtifactManifest.schema.json +1 -1
  178. package/schemas/ReversibleSalienceSovereigntyCertificate.schema.json +53 -0
  179. package/schemas/RollbackOrDeactivationPlan.schema.json +38 -0
  180. package/schemas/SBOMManifest.schema.json +1 -1
  181. package/schemas/SalienceObstructionDiagnosis.schema.json +55 -0
  182. package/schemas/SalienceObstructionLoad.schema.json +21 -0
  183. package/schemas/SemanticEdgeEvidence.schema.json +40 -0
  184. package/schemas/TraceAdapterReport.schema.json +405 -0
  185. package/schemas/TraceFrontierDebt.schema.json +43 -0
  186. package/schemas/TraceNormalForm.schema.json +181 -0
  187. package/schemas/TraceToleranceLedger.schema.json +29 -0
  188. package/schemas/TypedActionBoundary.schema.json +58 -0
  189. package/schemas/TypedAgentTrace.schema.json +328 -0
  190. package/schemas/TypedToolCallTrace.schema.json +76 -0
  191. package/schemas/VerificationQueuePressure.schema.json +41 -0
  192. package/schemas/VerificationThroughputWindow.schema.json +21 -0
  193. package/schemas/WasteLoad.schema.json +21 -0
  194. package/schemas/WebFetchPolicy.schema.json +1 -1
  195. package/schemas/bundle.schema.json +11854 -2075
  196. package/schemas/index.json +445 -0
  197. package/schemas/schema-digest.json +733 -289
@@ -0,0 +1,29 @@
1
+ {
2
+ "accepted": false,
3
+ "abstention_reasons": ["missing finite threshold component: minimum_closure_witness_count"],
4
+ "certificate_status": "abstain",
5
+ "component_status": {
6
+ "minimum_closure_witness_count": false
7
+ },
8
+ "failed_components": ["minimum_closure_witness_count"],
9
+ "observation": {
10
+ "observation_id": "phase-window-observation",
11
+ "settled": false,
12
+ "window": {
13
+ "event_count": 0,
14
+ "event_ids": [],
15
+ "sequence": 0,
16
+ "window_id": "phase-window:example"
17
+ }
18
+ },
19
+ "protocol_relative_only": true,
20
+ "proves_real_asi": false,
21
+ "reasons": ["threshold status is protocol-relative only"],
22
+ "rejection_reasons": [],
23
+ "settled": false,
24
+ "status_id": "asi-proxy-threshold-status",
25
+ "threshold": {
26
+ "threshold_id": "asi-proxy-development"
27
+ },
28
+ "threshold_distance": 1.0
29
+ }
@@ -36,7 +36,7 @@
36
36
  "pic phase benchmark-suite --profile development --format json",
37
37
  "pic phase dashboard --profile development --format json",
38
38
  "pic packet inspect --packet pic-demo/packet_envelope.json",
39
- "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
39
+ "pic packet merge --packets pic-demo/packet.json --output pic-demo/merged-packets.json",
40
40
  "pic packet lineage --packet pic-demo/merged-packets.json",
41
41
  "pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
42
42
  "pic snapshot list",
@@ -173,7 +173,7 @@
173
173
  "packet",
174
174
  "merge",
175
175
  "--packets",
176
- "pic-demo/packet*.json",
176
+ "pic-demo/packet.json",
177
177
  "--output",
178
178
  "pic-demo/merged-packets.json"
179
179
  ],
@@ -188,7 +188,7 @@
188
188
  "argv is the portable invocation; shell_command is display text",
189
189
  "PIC emits this command as data and does not execute it"
190
190
  ],
191
- "shell_command": "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json"
191
+ "shell_command": "pic packet merge --packets pic-demo/packet.json --output pic-demo/merged-packets.json"
192
192
  },
193
193
  {
194
194
  "argv": [
@@ -252,3 +252,4 @@
252
252
  "source_checkout_required_for_core": false,
253
253
  "workflow_usable": true
254
254
  }
255
+
@@ -239,7 +239,7 @@
239
239
  "pic phase benchmark-suite --profile development --format json",
240
240
  "pic phase dashboard --profile development --format json",
241
241
  "pic packet inspect --packet pic-demo/packet_envelope.json",
242
- "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
242
+ "pic packet merge --packets pic-demo/packet.json --output pic-demo/merged-packets.json",
243
243
  "pic packet lineage --packet pic-demo/merged-packets.json",
244
244
  "pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
245
245
  "pic snapshot list",
@@ -371,3 +371,4 @@
371
371
  },
372
372
  "version": "0.4.4"
373
373
  }
374
+
@@ -49,7 +49,7 @@
49
49
  "pic phase benchmark-suite --profile development --format json",
50
50
  "pic phase dashboard --profile development --format json",
51
51
  "pic packet inspect --packet pic-demo/packet_envelope.json",
52
- "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
52
+ "pic packet merge --packets pic-demo/packet.json --output pic-demo/merged-packets.json",
53
53
  "pic packet lineage --packet pic-demo/merged-packets.json",
54
54
  "pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
55
55
  "pic snapshot list",
@@ -113,3 +113,4 @@
113
113
  "uv run pic phase plan --request examples/phase_acceleration/phase_acceleration_request.json --compact --profile development"
114
114
  ]
115
115
  }
116
+
@@ -4,18 +4,18 @@
4
4
  "operationally_usable": false,
5
5
  "profile": "development",
6
6
  "recommended_next_commands": [
7
- "pic agent check --text \"Candidate capability packet: preserve residual ledgers, route missing verifier evidence, and schedule finite ECPT ASI-proxy packet work without claiming real ASI or self-rewrite.\" --profile development",
8
- "pic demo bootstrap --output-dir pic-demo",
9
- "pic runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --profile development",
10
- "pic agent message receive --inbox pic-demo/agent_inbox.json",
11
- "pic alt admit --packet pic-demo/alt_admission_packet.json",
12
- "pic phase benchmark-suite --profile development --format json",
13
- "pic phase dashboard --runtime-report pic-demo/runtime_step_report.json --profile development",
14
- "pic packet inspect --packet pic-demo/packet_envelope.json",
15
- "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
16
- "pic packet lineage --packet pic-demo/merged-packets.json",
17
- "pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
18
- "pic audit canonical-readiness --profile development --format json"
7
+ "pic-ts runtime step --state pic-demo/runtime_state.json --input pic-demo/runtime_step_input.json --output pic-demo/runtime_step_report.generated.json",
8
+ "pic-ts packet export --report pic-demo/runtime_step_report.generated.json --output pic-demo/packet.json",
9
+ "pic-ts packet inspect --packet pic-demo/packet.json",
10
+ "pic-ts phase lab init --output-dir pic-demo/phase-lab",
11
+ "pic-ts phase lab ingest --store pic-demo/phase-lab --report pic-demo/runtime_step_report.generated.json",
12
+ "pic-ts phase lab observe --store pic-demo/phase-lab --window latest",
13
+ "pic-ts phase lab graph --store pic-demo/phase-lab",
14
+ "pic-ts phase lab closure --store pic-demo/phase-lab",
15
+ "pic-ts phase lab executable-paths --store pic-demo/phase-lab",
16
+ "pic-ts phase lab certify --store pic-demo/phase-lab --threshold pic-demo/asi_proxy_development.json",
17
+ "pic-ts phase plan --request pic-demo/asi_proxy_phase_request.json --compact",
18
+ "pic-ts agent accelerate --compact --text \"Candidate packet: preserve residuals.\" --profile development"
19
19
  ],
20
20
  "recommended_next_invocations": [
21
21
  {
@@ -34,7 +34,7 @@
34
34
  "packet",
35
35
  "merge",
36
36
  "--packets",
37
- "pic-demo/packet*.json",
37
+ "pic-demo/packet.json",
38
38
  "--output",
39
39
  "pic-demo/merged-packets.json"
40
40
  ],
@@ -158,23 +158,23 @@
158
158
  "BR": 0.5,
159
159
  "CV": 0.5,
160
160
  "DE": 0.5,
161
- "FR": 1.0,
162
- "G": 1.0,
161
+ "FR": 1,
162
+ "G": 1,
163
163
  "HZ": 0.9,
164
- "LX": 1.0,
164
+ "LX": 1,
165
165
  "QS": 0.91885,
166
166
  "SD": 0.5,
167
167
  "VT": 0.7
168
168
  },
169
169
  "before_psi": {
170
- "AC": 0.0,
170
+ "AC": 0,
171
171
  "BR": 0.5,
172
172
  "CV": 0.5,
173
173
  "DE": 0.5,
174
- "FR": 1.0,
175
- "G": 1.0,
174
+ "FR": 1,
175
+ "G": 1,
176
176
  "HZ": 0.9,
177
- "LX": 1.0,
177
+ "LX": 1,
178
178
  "QS": 0.91885,
179
179
  "SD": 0.20580296896086372,
180
180
  "VT": 0.6666666666666666
@@ -261,7 +261,7 @@
261
261
  {
262
262
  "action_id": null,
263
263
  "action_kind": "seed-autocatalytic-closure",
264
- "burden_delta": 0.0,
264
+ "burden_delta": 0,
265
265
  "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
266
266
  "next_verifier_routes": [
267
267
  "adapters.domain.verify_ecpt_proxy_target_contract",
@@ -290,7 +290,7 @@
290
290
  {
291
291
  "action_id": null,
292
292
  "action_kind": "reduce-downstream-search-cost",
293
- "burden_delta": 0.0,
293
+ "burden_delta": 0,
294
294
  "next_verifier_route": "adapters.domain.verify_ecpt_proxy_target_contract",
295
295
  "next_verifier_routes": [
296
296
  "adapters.domain.verify_ecpt_proxy_target_contract",
@@ -416,7 +416,7 @@
416
416
  "known": true,
417
417
  "name": "packet-promotion:packet:agent-intake-step:74021a756444:missing-route:ecpt.adapters.proxy.verify_target_contract",
418
418
  "unit": "dimensionless",
419
- "value": 1.0
419
+ "value": 1
420
420
  },
421
421
  "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
422
422
  "description": null,
@@ -426,7 +426,7 @@
426
426
  "known": true,
427
427
  "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
428
428
  "unit": "dimensionless",
429
- "value": 1.0
429
+ "value": 1
430
430
  },
431
431
  "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
432
432
  "description": null,
@@ -436,7 +436,7 @@
436
436
  "known": true,
437
437
  "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
438
438
  "unit": "dimensionless",
439
- "value": 1.0
439
+ "value": 1
440
440
  },
441
441
  "sqot:task:intervention:sd:reduce-downstream-search-cost:abstain": {
442
442
  "description": null,
@@ -544,8 +544,8 @@
544
544
  ],
545
545
  "expected_downstream_gain": 0.02875,
546
546
  "expires_at": null,
547
- "freshness": 1.0,
548
- "hazard_charge": 0.0,
547
+ "freshness": 1,
548
+ "hazard_charge": 0,
549
549
  "identity_contribution_status": "provisional",
550
550
  "issuer_agent_id": null,
551
551
  "issuer_attestation_id": null,
@@ -556,7 +556,7 @@
556
556
  "agent",
557
557
  "verifier"
558
558
  ],
559
- "residual_charge": 0.0,
559
+ "residual_charge": 0,
560
560
  "reuse_context": "general",
561
561
  "rollback_available": true,
562
562
  "route_safe": true,
@@ -601,24 +601,24 @@
601
601
  "psi_distance_reduction": 0.8275303643724696,
602
602
  "residual_debt_charge": 0.4426440620782726,
603
603
  "risk_charge": 0.03,
604
- "stale_packet_charge": 0.0,
604
+ "stale_packet_charge": 0,
605
605
  "verification_throughput_score": 0.6666666666666666
606
606
  },
607
- "false_liquidity_charge": 0.0,
607
+ "false_liquidity_charge": 0,
608
608
  "finite_proxy_gain": 1.1575303643724695,
609
609
  "missing_route_charge": 0.75,
610
610
  "psi_distance_reduction": 0.8275303643724696,
611
611
  "residual_debt_charge": 0.4426440620782726,
612
612
  "risk_charge": 0.03,
613
613
  "score_id": "phase-acceleration:agent-minimal-runtime:agent-intake-step",
614
- "stale_packet_charge": 0.0,
614
+ "stale_packet_charge": 0,
615
615
  "total_score": 1.4290833333333333,
616
616
  "verification_throughput_score": 0.6666666666666666
617
617
  },
618
618
  "phase_control_audit": {
619
619
  "baseline_comparison_label": "resource-comparable-proxy-baseline",
620
620
  "baseline_comparison_ready": true,
621
- "baseline_proxy_mass": 0.0,
621
+ "baseline_proxy_mass": 0,
622
622
  "candidate_count": 1,
623
623
  "controlled_proxy_mass": 0.3999999999999999,
624
624
  "duplicate_mass_excluded": true,
@@ -629,13 +629,13 @@
629
629
  "operationally_usable": false,
630
630
  "partial": true,
631
631
  "proxy_bundle_coordinate_count": 1,
632
- "proxy_bundle_mass": 1.0,
632
+ "proxy_bundle_mass": 1,
633
633
  "proxy_target_grounding_refs": [
634
634
  "phase-transition-proxy"
635
635
  ],
636
636
  "proxy_target_grounding_required": false,
637
637
  "queue_capacity_constraints_visible": true,
638
- "queue_capacity_margin": 0.0,
638
+ "queue_capacity_margin": 0,
639
639
  "reasons": [
640
640
  "phase-control missing obligations remain"
641
641
  ],
@@ -651,7 +651,7 @@
651
651
  },
652
652
  "phase_control_summary": {
653
653
  "baseline_comparison_ready": true,
654
- "baseline_proxy_mass": 0.0,
654
+ "baseline_proxy_mass": 0,
655
655
  "candidate_count": 1,
656
656
  "controlled_proxy_mass": 0.3999999999999999,
657
657
  "duplicate_mass_excluded": true,
@@ -662,10 +662,10 @@
662
662
  "operationally_usable": false,
663
663
  "partial": true,
664
664
  "proxy_bundle_coordinate_count": 1,
665
- "proxy_bundle_mass": 1.0,
665
+ "proxy_bundle_mass": 1,
666
666
  "proxy_target_grounding_required": false,
667
667
  "queue_capacity_constraints_visible": true,
668
- "queue_capacity_margin": 0.0,
668
+ "queue_capacity_margin": 0,
669
669
  "selected_action_count": 1,
670
670
  "settled": false,
671
671
  "split_certified_quotient_ready": false,
@@ -674,11 +674,11 @@
674
674
  },
675
675
  "phase_run_report": {
676
676
  "baseline_reachable_mass": {
677
- "compute": 1.0,
677
+ "compute": 1,
678
678
  "models": 0.6499999999999999
679
679
  },
680
680
  "controlled_reachable_mass": {
681
- "compute": 1.0,
681
+ "compute": 1,
682
682
  "models": 0.6499999999999999,
683
683
  "phase-transition-proxy": 0.3999999999999999
684
684
  },
@@ -714,7 +714,7 @@
714
714
  "adapters.domain.verify_ecpt_proxy_target_contract"
715
715
  ]
716
716
  },
717
- "baseline_proxy_mass": 0.0,
717
+ "baseline_proxy_mass": 0,
718
718
  "candidate_id": "candidate:agent-minimal-route-proxy-target-evidence",
719
719
  "controlled_proxy_mass": 0.3999999999999999,
720
720
  "finite_proxy_gain": 0.32999999999999996,
@@ -843,7 +843,7 @@
843
843
  "known": true,
844
844
  "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
845
845
  "unit": "dimensionless",
846
- "value": 1.0
846
+ "value": 1
847
847
  }
848
848
  }
849
849
  },
@@ -866,7 +866,7 @@
866
866
  "known": true,
867
867
  "name": "packet-promotion:packet:agent-intake-step:74021a756444:missing-route:ecpt.adapters.proxy.verify_target_contract",
868
868
  "unit": "dimensionless",
869
- "value": 1.0
869
+ "value": 1
870
870
  }
871
871
  }
872
872
  },
@@ -885,7 +885,7 @@
885
885
  "known": true,
886
886
  "name": "packet-promotion:packet:agent-intake-step:74021a756444:missing-route:ecpt.adapters.proxy.verify_target_contract",
887
887
  "unit": "dimensionless",
888
- "value": 1.0
888
+ "value": 1
889
889
  },
890
890
  "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
891
891
  "description": null,
@@ -895,7 +895,7 @@
895
895
  "known": true,
896
896
  "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
897
897
  "unit": "dimensionless",
898
- "value": 1.0
898
+ "value": 1
899
899
  }
900
900
  }
901
901
  },
@@ -908,14 +908,14 @@
908
908
  },
909
909
  "psi": {
910
910
  "components": {
911
- "AC": 0.0,
911
+ "AC": 0,
912
912
  "BR": 0.5,
913
913
  "CV": 0.5,
914
914
  "DE": 0.5,
915
- "FR": 1.0,
916
- "G": 1.0,
915
+ "FR": 1,
916
+ "G": 1,
917
917
  "HZ": 0.9,
918
- "LX": 1.0,
918
+ "LX": 1,
919
919
  "QS": 0.91885,
920
920
  "SD": 0.20580296896086372,
921
921
  "VT": 0.6666666666666666
@@ -923,14 +923,14 @@
923
923
  "dashboard_id": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step",
924
924
  "distance_to_threshold": {
925
925
  "AC": 0.5,
926
- "BR": 0.0,
927
- "CV": 0.0,
928
- "DE": 0.0,
929
- "FR": 0.0,
930
- "G": 0.0,
931
- "HZ": 0.0,
932
- "LX": 0.0,
933
- "QS": 0.0,
926
+ "BR": 0,
927
+ "CV": 0,
928
+ "DE": 0,
929
+ "FR": 0,
930
+ "G": 0,
931
+ "HZ": 0,
932
+ "LX": 0,
933
+ "QS": 0,
934
934
  "SD": 0.2941970310391363,
935
935
  "VT": 0.033333333333333326
936
936
  },
@@ -975,12 +975,12 @@
975
975
  "abstained_packets": 1,
976
976
  "accepted_packets": 1,
977
977
  "evidence_hash_mismatch_rate": 0.5,
978
- "false_liquidity_rate": 0.0,
979
- "low_contribution_queue_occupation": 0.0,
978
+ "false_liquidity_rate": 0,
979
+ "low_contribution_queue_occupation": 0,
980
980
  "packet_inflow": 2,
981
981
  "rejected_packets": 0,
982
- "residual_debt_growth": 0.0,
983
- "stale_packet_ratio": 0.0,
982
+ "residual_debt_growth": 0,
983
+ "stale_packet_ratio": 0,
984
984
  "unresolved_obligation_backlog": 2,
985
985
  "verifier_latency_proxy": 0.05575
986
986
  }
@@ -1000,7 +1000,7 @@
1000
1000
  "reasons": [
1001
1001
  "common_tags:ecpt"
1002
1002
  ],
1003
- "residual": 0.0,
1003
+ "residual": 0,
1004
1004
  "source_packet_ids": [
1005
1005
  "packet:agent-intake"
1006
1006
  ],
@@ -1018,8 +1018,8 @@
1018
1018
  "evidence_refs": [],
1019
1019
  "expected_downstream_gain": 0.2,
1020
1020
  "expires_at": null,
1021
- "freshness": 1.0,
1022
- "hazard_charge": 0.0,
1021
+ "freshness": 1,
1022
+ "hazard_charge": 0,
1023
1023
  "identity_contribution_status": "provisional",
1024
1024
  "issuer_agent_id": null,
1025
1025
  "issuer_attestation_id": null,
@@ -1030,7 +1030,7 @@
1030
1030
  "agent",
1031
1031
  "verifier"
1032
1032
  ],
1033
- "residual_charge": 0.0,
1033
+ "residual_charge": 0,
1034
1034
  "reuse_context": "general",
1035
1035
  "rollback_available": false,
1036
1036
  "route_safe": true,
@@ -1059,8 +1059,8 @@
1059
1059
  ],
1060
1060
  "expected_downstream_gain": 0.02875,
1061
1061
  "expires_at": null,
1062
- "freshness": 1.0,
1063
- "hazard_charge": 0.0,
1062
+ "freshness": 1,
1063
+ "hazard_charge": 0,
1064
1064
  "identity_contribution_status": "provisional",
1065
1065
  "issuer_agent_id": null,
1066
1066
  "issuer_attestation_id": null,
@@ -1071,7 +1071,7 @@
1071
1071
  "agent",
1072
1072
  "verifier"
1073
1073
  ],
1074
- "residual_charge": 0.0,
1074
+ "residual_charge": 0,
1075
1075
  "reuse_context": "general",
1076
1076
  "rollback_available": true,
1077
1077
  "route_safe": true,
@@ -1118,7 +1118,7 @@
1118
1118
  "known": true,
1119
1119
  "name": "packet-promotion:packet:agent-intake-step:74021a756444:missing-route:ecpt.adapters.proxy.verify_target_contract",
1120
1120
  "unit": "dimensionless",
1121
- "value": 1.0
1121
+ "value": 1
1122
1122
  },
1123
1123
  "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract": {
1124
1124
  "description": null,
@@ -1128,7 +1128,7 @@
1128
1128
  "known": true,
1129
1129
  "name": "packet-promotion:packet:agent-intake:missing-route:adapters.domain.verify_ecpt_proxy_target_contract",
1130
1130
  "unit": "dimensionless",
1131
- "value": 1.0
1131
+ "value": 1
1132
1132
  },
1133
1133
  "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback": {
1134
1134
  "description": null,
@@ -1138,7 +1138,7 @@
1138
1138
  "known": true,
1139
1139
  "name": "psi:runtime-registry:agent-minimal-runtime:agent-intake-step:de-edge-density-fallback",
1140
1140
  "unit": "dimensionless",
1141
- "value": 1.0
1141
+ "value": 1
1142
1142
  },
1143
1143
  "sqot:task:intervention:sd:reduce-downstream-search-cost:abstain": {
1144
1144
  "description": null,
@@ -1155,7 +1155,7 @@
1155
1155
  "route_execution_requests": [
1156
1156
  {
1157
1157
  "obligation_category": "ecpt-proxy-target",
1158
- "priority_score": 1.0,
1158
+ "priority_score": 1,
1159
1159
  "request_id": "route-request:adapters.domain.verify_ecpt_proxy_target_contract",
1160
1160
  "required_evidence_kind": [
1161
1161
  "finite-proxy-target-contract"
@@ -1174,7 +1174,7 @@
1174
1174
  },
1175
1175
  {
1176
1176
  "obligation_category": "ecpt-proxy-target",
1177
- "priority_score": 1.0,
1177
+ "priority_score": 1,
1178
1178
  "request_id": "route-request:ecpt.adapters.proxy.verify_target_contract",
1179
1179
  "required_evidence_kind": [
1180
1180
  "protocol-comparison-certificate",
@@ -1202,7 +1202,7 @@
1202
1202
  ],
1203
1203
  "salience_schedule": {
1204
1204
  "accepted": true,
1205
- "adversarial_transfer_charge": 0.0,
1205
+ "adversarial_transfer_charge": 0,
1206
1206
  "aggregation_group_counts": {},
1207
1207
  "aggregation_group_occupation": {},
1208
1208
  "audit_recursion_violations": [],
@@ -1283,17 +1283,17 @@
1283
1283
  ],
1284
1284
  "diagnostic_reserve": {
1285
1285
  "audit_depth": 1,
1286
- "minimum_reserve": 0.0,
1286
+ "minimum_reserve": 0,
1287
1287
  "reserve_fraction": 0.1
1288
1288
  },
1289
1289
  "distributed_origin_count": 0,
1290
- "effective_diagnostic_reserve": 0.0,
1291
- "false_liquidity_rate": 0.0,
1290
+ "effective_diagnostic_reserve": 0,
1291
+ "false_liquidity_rate": 0,
1292
1292
  "label_laundering_suspicions": [],
1293
- "latency_deadline_loss": 0.0,
1294
- "low_contribution_occupation": 0.0,
1293
+ "latency_deadline_loss": 0,
1294
+ "low_contribution_occupation": 0,
1295
1295
  "occupation_ledger": {
1296
- "attention_budget": 1.0,
1296
+ "attention_budget": 1,
1297
1297
  "occupied": 0.6114999999999999,
1298
1298
  "occupied_by_class": {
1299
1299
  "bottleneck-intervention": 0.4,
@@ -1314,12 +1314,12 @@
1314
1314
  "report_id": "sqot-salience-schedule",
1315
1315
  "residual_debt_growth": 0.4226440620782726,
1316
1316
  "risk_ledger": {
1317
- "risk_budget": 1.0,
1317
+ "risk_budget": 1,
1318
1318
  "risk_charges": {
1319
- "queue:packet:agent-intake": 0.0,
1320
- "queue:packet:agent-intake-step:74021a756444": 0.0,
1321
- "task:intervention:ac:seed-autocatalytic-closure": 0.0,
1322
- "task:phase-action:agent-minimal-route-proxy-target-evidence": 0.0
1319
+ "queue:packet:agent-intake": 0,
1320
+ "queue:packet:agent-intake-step:74021a756444": 0,
1321
+ "task:intervention:ac:seed-autocatalytic-closure": 0,
1322
+ "task:phase-action:agent-minimal-route-proxy-target-evidence": 0
1323
1323
  }
1324
1324
  },
1325
1325
  "rollback_class_summary": {
@@ -1331,8 +1331,8 @@
1331
1331
  "diagnostic reserve is preserved before non-diagnostic work is scheduled"
1332
1332
  ],
1333
1333
  "sovereignty_kernel_refs": [],
1334
- "stale_packet_ratio": 0.0,
1335
- "thermodynamic_discharge_charge": 0.0,
1334
+ "stale_packet_ratio": 0,
1335
+ "thermodynamic_discharge_charge": 0,
1336
1336
  "unresolved_obligation_backlog": 2,
1337
1337
  "verifier_latency_proxy": 0.12229999999999999
1338
1338
  },
@@ -62,7 +62,7 @@
62
62
  "pic phase benchmark-suite --profile development --format json",
63
63
  "pic phase dashboard --runtime-report pic-demo/runtime_step_report.json --profile development",
64
64
  "pic packet inspect --packet pic-demo/packet_envelope.json",
65
- "pic packet merge --packets pic-demo/packet*.json --output pic-demo/merged-packets.json",
65
+ "pic packet merge --packets pic-demo/packet.json --output pic-demo/merged-packets.json",
66
66
  "pic packet lineage --packet pic-demo/merged-packets.json",
67
67
  "pic phase observe --reports pic-demo/phase_dashboard.json --output pic-demo/observation.json",
68
68
  "pic audit canonical-readiness --profile development --format json",
@@ -76,3 +76,4 @@
76
76
  ],
77
77
  "version": "0.4.4"
78
78
  }
79
+
@@ -0,0 +1,30 @@
1
+ {
2
+ "accepted": false,
3
+ "affected_ecpt_components": [],
4
+ "blockers": [
5
+ {
6
+ "blocker_id": "alt-capital-impact-blocker:0",
7
+ "blocker_type": "report not accepted operational capital",
8
+ "packet_id": "alt-ecpt-lift",
9
+ "remediation": "rerun finite ALT and ECPT component checks",
10
+ "residual_preserved": true
11
+ }
12
+ ],
13
+ "capital_to_path_contributions": [],
14
+ "cross_context_transfer_witnesses": [],
15
+ "diagnostic_only_lift_failure": true,
16
+ "downstream_search_cost_deltas": [],
17
+ "graph_id": "",
18
+ "liquidity_to_closure_contributions": [],
19
+ "operationally_usable": false,
20
+ "protocol_relative_only": true,
21
+ "proves_real_asi": false,
22
+ "reasons": [
23
+ "capital impact summary is diagnostic and does not settle ALT lift"
24
+ ],
25
+ "receiver_liquidity_lifts": [],
26
+ "report_id": "alt-capital-impact",
27
+ "settled": false,
28
+ "workflow_usable": true
29
+ }
30
+