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,443 @@
1
+ {
2
+ "abstention_report": {
3
+ "defects": [
4
+ {
5
+ "component": "maximum_residual_debt",
6
+ "defect_id": "phase-defect:maximum_residual_debt",
7
+ "defect_type": "threshold-component-missing",
8
+ "required_remediation": "provide finite evidence for maximum_residual_debt",
9
+ "residual_preserved": true
10
+ },
11
+ {
12
+ "component": "minimum_accepted_packet_count",
13
+ "defect_id": "phase-defect:minimum_accepted_packet_count",
14
+ "defect_type": "threshold-component-missing",
15
+ "required_remediation": "provide finite evidence for minimum_accepted_packet_count",
16
+ "residual_preserved": true
17
+ },
18
+ {
19
+ "component": "minimum_closure_witness_count",
20
+ "defect_id": "phase-defect:minimum_closure_witness_count",
21
+ "defect_type": "threshold-component-missing",
22
+ "required_remediation": "provide finite evidence for minimum_closure_witness_count",
23
+ "residual_preserved": true
24
+ },
25
+ {
26
+ "component": "minimum_effective_edge_count",
27
+ "defect_id": "phase-defect:minimum_effective_edge_count",
28
+ "defect_type": "threshold-component-missing",
29
+ "required_remediation": "provide finite evidence for minimum_effective_edge_count",
30
+ "residual_preserved": true
31
+ },
32
+ {
33
+ "component": "minimum_execution_available_path_density",
34
+ "defect_id": "phase-defect:minimum_execution_available_path_density",
35
+ "defect_type": "threshold-component-missing",
36
+ "required_remediation": "provide finite evidence for minimum_execution_available_path_density",
37
+ "residual_preserved": true
38
+ },
39
+ {
40
+ "component": "minimum_verification_throughput",
41
+ "defect_id": "phase-defect:minimum_verification_throughput",
42
+ "defect_type": "threshold-component-missing",
43
+ "required_remediation": "provide finite evidence for minimum_verification_throughput",
44
+ "residual_preserved": true
45
+ }
46
+ ],
47
+ "protocol_relative_only": true,
48
+ "proves_real_asi": false,
49
+ "reasons": [
50
+ "certificate abstains when finite evidence is missing"
51
+ ],
52
+ "report_id": "collective-phase-abstention",
53
+ "settled": false,
54
+ "threshold_status": {
55
+ "abstention_reasons": [
56
+ "missing finite threshold component: maximum_residual_debt",
57
+ "missing finite threshold component: minimum_accepted_packet_count",
58
+ "missing finite threshold component: minimum_closure_witness_count",
59
+ "missing finite threshold component: minimum_effective_edge_count",
60
+ "missing finite threshold component: minimum_execution_available_path_density",
61
+ "missing finite threshold component: minimum_verification_throughput"
62
+ ],
63
+ "accepted": false,
64
+ "certificate_status": "abstain",
65
+ "component_status": {
66
+ "maximum_false_liquidity_load": true,
67
+ "maximum_residual_debt": false,
68
+ "maximum_salience_obstruction": true,
69
+ "minimum_accepted_packet_count": false,
70
+ "minimum_alt_to_ecpt_lift_count": true,
71
+ "minimum_closure_witness_count": false,
72
+ "minimum_effective_edge_count": false,
73
+ "minimum_execution_available_path_density": false,
74
+ "minimum_verification_throughput": false
75
+ },
76
+ "failed_components": [
77
+ "maximum_residual_debt",
78
+ "minimum_accepted_packet_count",
79
+ "minimum_closure_witness_count",
80
+ "minimum_effective_edge_count",
81
+ "minimum_execution_available_path_density",
82
+ "minimum_verification_throughput"
83
+ ],
84
+ "observation": {
85
+ "accepted": true,
86
+ "accepted_packet_count": 0,
87
+ "alt_certified_capital_count": 0,
88
+ "alt_liquidity_candidate_count": 0,
89
+ "autocatalytic_closure_score": 0.0,
90
+ "basin_reachability_proxy": {
91
+ "effective_node_count": 0,
92
+ "execution_available_path_count": 0,
93
+ "reachability_proxy": 0.0
94
+ },
95
+ "bottleneck_count_by_type": {
96
+ "candidate-only": 1,
97
+ "verification-blocked": 1
98
+ },
99
+ "candidate_only_packet_count": 1,
100
+ "closure_witness_count": 0,
101
+ "components": [
102
+ {
103
+ "component": "accepted_packet_count",
104
+ "diagnostic_only": false,
105
+ "distance": 0.0,
106
+ "positive_contribution_source": "effective-graph-only",
107
+ "threshold": 0.0,
108
+ "value": 0.0
109
+ },
110
+ {
111
+ "component": "effective_node_count",
112
+ "diagnostic_only": false,
113
+ "distance": 0.0,
114
+ "positive_contribution_source": "effective-graph-only",
115
+ "threshold": 0.0,
116
+ "value": 0.0
117
+ },
118
+ {
119
+ "component": "effective_edge_count",
120
+ "diagnostic_only": false,
121
+ "distance": 0.0,
122
+ "positive_contribution_source": "effective-graph-only",
123
+ "threshold": 0.0,
124
+ "value": 0.0
125
+ },
126
+ {
127
+ "component": "raw_volume",
128
+ "diagnostic_only": true,
129
+ "distance": 0.0,
130
+ "positive_contribution_source": "effective-graph-only",
131
+ "threshold": 0.0,
132
+ "value": 1.0
133
+ }
134
+ ],
135
+ "effective_edge_count": 0,
136
+ "effective_node_count": 0,
137
+ "execution_available_path_count": 0,
138
+ "false_liquidity_load": {
139
+ "candidate_count": 0,
140
+ "certified_count": 0,
141
+ "load": 0.0
142
+ },
143
+ "missing_obligation_count": 0,
144
+ "observation_id": "phase-window-observation",
145
+ "operationally_usable": false,
146
+ "packet_candidate_count": 1,
147
+ "phase_gap_vector": {
148
+ "closure": 1.0,
149
+ "effective_edges": 1.0,
150
+ "effective_nodes": 1.0,
151
+ "execution_paths": 1.0
152
+ },
153
+ "protocol_relative_only": true,
154
+ "proves_physical_or_oracle_truth": false,
155
+ "proves_real_asi": false,
156
+ "raw_external_volume_diagnostic_only": true,
157
+ "reasons": [
158
+ "window observation is protocol-relative only",
159
+ "raw external volume is diagnostic only"
160
+ ],
161
+ "residual_debt": 1.0,
162
+ "salience_obstruction_load": {
163
+ "blocked_count": 0,
164
+ "load": 0.0,
165
+ "total_count": 1
166
+ },
167
+ "settled": false,
168
+ "settled_packet_count": 0,
169
+ "threshold_distance": 4.0,
170
+ "verification_throughput": {
171
+ "accepted_count": 0,
172
+ "backlog_count": 0,
173
+ "throughput_ratio": 0.0
174
+ },
175
+ "waste_load": {
176
+ "load": 1.0,
177
+ "non_contributing_volume": 1,
178
+ "total_volume": 1
179
+ },
180
+ "window": {
181
+ "event_count": 1,
182
+ "event_ids": [
183
+ "phase-lab-event:1:749ba66f5742"
184
+ ],
185
+ "sequence": 1,
186
+ "window_id": "phase-window:0001"
187
+ },
188
+ "workflow_usable": true,
189
+ "workflow_usable_packet_count": 1
190
+ },
191
+ "protocol_relative_only": true,
192
+ "proves_real_asi": false,
193
+ "reasons": [
194
+ "threshold status is protocol-relative only",
195
+ "threshold status does not prove real ASI"
196
+ ],
197
+ "rejection_reasons": [],
198
+ "settled": false,
199
+ "status_id": "asi-proxy-threshold-status",
200
+ "threshold": {
201
+ "maximum_false_liquidity_load": 0.5,
202
+ "maximum_residual_debt": 0.0,
203
+ "maximum_salience_obstruction": 0.5,
204
+ "minimum_accepted_packet_count": 1,
205
+ "minimum_alt_to_ecpt_lift_count": 0,
206
+ "minimum_closure_witness_count": 1,
207
+ "minimum_effective_edge_count": 1,
208
+ "minimum_execution_available_path_density": 0.1,
209
+ "minimum_verification_throughput": 0.1,
210
+ "required_authority_status": "explicit-scope-bounded",
211
+ "required_identity_mode": "declared",
212
+ "required_rollback_availability": true,
213
+ "threshold_id": "asi-proxy-development"
214
+ },
215
+ "threshold_distance": 4.2
216
+ }
217
+ },
218
+ "accepted": false,
219
+ "certificate_id": "collective-phase-certificate-candidate",
220
+ "certificate_status": "abstain",
221
+ "defects": [
222
+ {
223
+ "component": "maximum_residual_debt",
224
+ "defect_id": "phase-defect:maximum_residual_debt",
225
+ "defect_type": "threshold-component-missing",
226
+ "required_remediation": "provide finite evidence for maximum_residual_debt",
227
+ "residual_preserved": true
228
+ },
229
+ {
230
+ "component": "minimum_accepted_packet_count",
231
+ "defect_id": "phase-defect:minimum_accepted_packet_count",
232
+ "defect_type": "threshold-component-missing",
233
+ "required_remediation": "provide finite evidence for minimum_accepted_packet_count",
234
+ "residual_preserved": true
235
+ },
236
+ {
237
+ "component": "minimum_closure_witness_count",
238
+ "defect_id": "phase-defect:minimum_closure_witness_count",
239
+ "defect_type": "threshold-component-missing",
240
+ "required_remediation": "provide finite evidence for minimum_closure_witness_count",
241
+ "residual_preserved": true
242
+ },
243
+ {
244
+ "component": "minimum_effective_edge_count",
245
+ "defect_id": "phase-defect:minimum_effective_edge_count",
246
+ "defect_type": "threshold-component-missing",
247
+ "required_remediation": "provide finite evidence for minimum_effective_edge_count",
248
+ "residual_preserved": true
249
+ },
250
+ {
251
+ "component": "minimum_execution_available_path_density",
252
+ "defect_id": "phase-defect:minimum_execution_available_path_density",
253
+ "defect_type": "threshold-component-missing",
254
+ "required_remediation": "provide finite evidence for minimum_execution_available_path_density",
255
+ "residual_preserved": true
256
+ },
257
+ {
258
+ "component": "minimum_verification_throughput",
259
+ "defect_id": "phase-defect:minimum_verification_throughput",
260
+ "defect_type": "threshold-component-missing",
261
+ "required_remediation": "provide finite evidence for minimum_verification_throughput",
262
+ "residual_preserved": true
263
+ }
264
+ ],
265
+ "finite_requirements_passed": false,
266
+ "graph_id": "effective-graph:phase-window:0001",
267
+ "observation_id": "phase-window-observation",
268
+ "operationally_usable": false,
269
+ "protocol_relative_only": true,
270
+ "proves_physical_or_oracle_truth": false,
271
+ "proves_real_asi": false,
272
+ "reasons": [
273
+ "certificate candidate is protocol-relative only",
274
+ "certificate candidate does not prove real ASI",
275
+ "certificate candidate does not settle diagnostic reports"
276
+ ],
277
+ "settled": false,
278
+ "threshold_status": {
279
+ "abstention_reasons": [
280
+ "missing finite threshold component: maximum_residual_debt",
281
+ "missing finite threshold component: minimum_accepted_packet_count",
282
+ "missing finite threshold component: minimum_closure_witness_count",
283
+ "missing finite threshold component: minimum_effective_edge_count",
284
+ "missing finite threshold component: minimum_execution_available_path_density",
285
+ "missing finite threshold component: minimum_verification_throughput"
286
+ ],
287
+ "accepted": false,
288
+ "certificate_status": "abstain",
289
+ "component_status": {
290
+ "maximum_false_liquidity_load": true,
291
+ "maximum_residual_debt": false,
292
+ "maximum_salience_obstruction": true,
293
+ "minimum_accepted_packet_count": false,
294
+ "minimum_alt_to_ecpt_lift_count": true,
295
+ "minimum_closure_witness_count": false,
296
+ "minimum_effective_edge_count": false,
297
+ "minimum_execution_available_path_density": false,
298
+ "minimum_verification_throughput": false
299
+ },
300
+ "failed_components": [
301
+ "maximum_residual_debt",
302
+ "minimum_accepted_packet_count",
303
+ "minimum_closure_witness_count",
304
+ "minimum_effective_edge_count",
305
+ "minimum_execution_available_path_density",
306
+ "minimum_verification_throughput"
307
+ ],
308
+ "observation": {
309
+ "accepted": true,
310
+ "accepted_packet_count": 0,
311
+ "alt_certified_capital_count": 0,
312
+ "alt_liquidity_candidate_count": 0,
313
+ "autocatalytic_closure_score": 0.0,
314
+ "basin_reachability_proxy": {
315
+ "effective_node_count": 0,
316
+ "execution_available_path_count": 0,
317
+ "reachability_proxy": 0.0
318
+ },
319
+ "bottleneck_count_by_type": {
320
+ "candidate-only": 1,
321
+ "verification-blocked": 1
322
+ },
323
+ "candidate_only_packet_count": 1,
324
+ "closure_witness_count": 0,
325
+ "components": [
326
+ {
327
+ "component": "accepted_packet_count",
328
+ "diagnostic_only": false,
329
+ "distance": 0.0,
330
+ "positive_contribution_source": "effective-graph-only",
331
+ "threshold": 0.0,
332
+ "value": 0.0
333
+ },
334
+ {
335
+ "component": "effective_node_count",
336
+ "diagnostic_only": false,
337
+ "distance": 0.0,
338
+ "positive_contribution_source": "effective-graph-only",
339
+ "threshold": 0.0,
340
+ "value": 0.0
341
+ },
342
+ {
343
+ "component": "effective_edge_count",
344
+ "diagnostic_only": false,
345
+ "distance": 0.0,
346
+ "positive_contribution_source": "effective-graph-only",
347
+ "threshold": 0.0,
348
+ "value": 0.0
349
+ },
350
+ {
351
+ "component": "raw_volume",
352
+ "diagnostic_only": true,
353
+ "distance": 0.0,
354
+ "positive_contribution_source": "effective-graph-only",
355
+ "threshold": 0.0,
356
+ "value": 1.0
357
+ }
358
+ ],
359
+ "effective_edge_count": 0,
360
+ "effective_node_count": 0,
361
+ "execution_available_path_count": 0,
362
+ "false_liquidity_load": {
363
+ "candidate_count": 0,
364
+ "certified_count": 0,
365
+ "load": 0.0
366
+ },
367
+ "missing_obligation_count": 0,
368
+ "observation_id": "phase-window-observation",
369
+ "operationally_usable": false,
370
+ "packet_candidate_count": 1,
371
+ "phase_gap_vector": {
372
+ "closure": 1.0,
373
+ "effective_edges": 1.0,
374
+ "effective_nodes": 1.0,
375
+ "execution_paths": 1.0
376
+ },
377
+ "protocol_relative_only": true,
378
+ "proves_physical_or_oracle_truth": false,
379
+ "proves_real_asi": false,
380
+ "raw_external_volume_diagnostic_only": true,
381
+ "reasons": [
382
+ "window observation is protocol-relative only",
383
+ "raw external volume is diagnostic only"
384
+ ],
385
+ "residual_debt": 1.0,
386
+ "salience_obstruction_load": {
387
+ "blocked_count": 0,
388
+ "load": 0.0,
389
+ "total_count": 1
390
+ },
391
+ "settled": false,
392
+ "settled_packet_count": 0,
393
+ "threshold_distance": 4.0,
394
+ "verification_throughput": {
395
+ "accepted_count": 0,
396
+ "backlog_count": 0,
397
+ "throughput_ratio": 0.0
398
+ },
399
+ "waste_load": {
400
+ "load": 1.0,
401
+ "non_contributing_volume": 1,
402
+ "total_volume": 1
403
+ },
404
+ "window": {
405
+ "event_count": 1,
406
+ "event_ids": [
407
+ "phase-lab-event:1:749ba66f5742"
408
+ ],
409
+ "sequence": 1,
410
+ "window_id": "phase-window:0001"
411
+ },
412
+ "workflow_usable": true,
413
+ "workflow_usable_packet_count": 1
414
+ },
415
+ "protocol_relative_only": true,
416
+ "proves_real_asi": false,
417
+ "reasons": [
418
+ "threshold status is protocol-relative only",
419
+ "threshold status does not prove real ASI"
420
+ ],
421
+ "rejection_reasons": [],
422
+ "settled": false,
423
+ "status_id": "asi-proxy-threshold-status",
424
+ "threshold": {
425
+ "maximum_false_liquidity_load": 0.5,
426
+ "maximum_residual_debt": 0.0,
427
+ "maximum_salience_obstruction": 0.5,
428
+ "minimum_accepted_packet_count": 1,
429
+ "minimum_alt_to_ecpt_lift_count": 0,
430
+ "minimum_closure_witness_count": 1,
431
+ "minimum_effective_edge_count": 1,
432
+ "minimum_execution_available_path_density": 0.1,
433
+ "minimum_verification_throughput": 0.1,
434
+ "required_authority_status": "explicit-scope-bounded",
435
+ "required_identity_mode": "declared",
436
+ "required_rollback_availability": true,
437
+ "threshold_id": "asi-proxy-development"
438
+ },
439
+ "threshold_distance": 4.2
440
+ },
441
+ "workflow_usable": true
442
+ }
443
+
@@ -0,0 +1,85 @@
1
+ {
2
+ "accepted": true,
3
+ "certificate_candidate": {
4
+ "abstention_reasons": [],
5
+ "accepted": true,
6
+ "certificate_id": "closure-certificate-candidate",
7
+ "certificate_status": "candidate",
8
+ "defects": [],
9
+ "reasons": [
10
+ "closure candidate is not automatically settled",
11
+ "candidate-only cycles do not count"
12
+ ],
13
+ "settled": false,
14
+ "witness_ids": [
15
+ "closure-witness:edge:self-alpha"
16
+ ]
17
+ },
18
+ "closure_score": 0.5,
19
+ "closure_witnesses": [
20
+ {
21
+ "accepted": true,
22
+ "edge_ids": [
23
+ "edge:self-alpha"
24
+ ],
25
+ "evidence_supported": true,
26
+ "execution_available": false,
27
+ "packet_ids": [
28
+ "node:a0e7926edd1c"
29
+ ],
30
+ "productive": true,
31
+ "protocol_relative_only": true,
32
+ "reasons": [
33
+ "witness is evidence-supported within the effective graph",
34
+ "witness remains diagnostic until finite threshold checks pass"
35
+ ],
36
+ "settled": false,
37
+ "witness_id": "closure-witness:edge:self-alpha",
38
+ "witness_kind": "autocatalytic-closure"
39
+ }
40
+ ],
41
+ "defects": [],
42
+ "executable_witnesses": [],
43
+ "graph_id": "effective-graph:all",
44
+ "operationally_usable": true,
45
+ "productive_witnesses": [
46
+ {
47
+ "accepted": true,
48
+ "packet_ids": [
49
+ "node:a0e7926edd1c"
50
+ ],
51
+ "productive_edge_ids": [
52
+ "edge:self-alpha"
53
+ ],
54
+ "productivity_lower_bound": 0.1,
55
+ "reasons": [
56
+ "self-supporting evidence edge is productive in declared scope"
57
+ ],
58
+ "settled": false,
59
+ "witness_id": "productive:edge:self-alpha"
60
+ }
61
+ ],
62
+ "reasons": [
63
+ "closure detection does not execute or settle paths"
64
+ ],
65
+ "report_id": "autocatalytic-closure-report",
66
+ "settled": false,
67
+ "support_hyperpaths": [
68
+ {
69
+ "accepted": true,
70
+ "edge_ids": [
71
+ "edge:self-alpha"
72
+ ],
73
+ "hyperpath_id": "closure-hyperpath:edge:self-alpha",
74
+ "settled": false,
75
+ "source_packet_ids": [
76
+ "node:a0e7926edd1c"
77
+ ],
78
+ "target_packet_ids": [
79
+ "node:a0e7926edd1c"
80
+ ]
81
+ }
82
+ ],
83
+ "workflow_usable": true
84
+ }
85
+
@@ -0,0 +1,24 @@
1
+ {
2
+ "accepted": true,
3
+ "baseline_window_id": "phase-window:0000",
4
+ "candidate_window_id": "phase-window:0001",
5
+ "comparison_id": "phase-window-comparison",
6
+ "diagnostic_only_components": [
7
+ "packet_candidate_count",
8
+ "raw_volume"
9
+ ],
10
+ "metric_delta": {
11
+ "closure_witness_count": -1.0,
12
+ "effective_edge_count": -1.0,
13
+ "effective_node_count": -1.0,
14
+ "execution_available_path_count": -1.0,
15
+ "residual_debt": 1.0
16
+ },
17
+ "positive_progress_components": [],
18
+ "reasons": [
19
+ "comparison preserves protocol-relative diagnostic status"
20
+ ],
21
+ "settled": false,
22
+ "workflow_usable": true
23
+ }
24
+
@@ -0,0 +1,88 @@
1
+ {
2
+ "accepted": true,
3
+ "accepted_path_count": 1,
4
+ "authority_requirements": [
5
+ "authority:edge:self-alpha"
6
+ ],
7
+ "blocked_path_count": 0,
8
+ "blocker_reason_by_path": {},
9
+ "candidate_only_path_count": 0,
10
+ "executed_path_count": 0,
11
+ "graph_id": "effective-graph:all",
12
+ "operationally_usable": true,
13
+ "path_count": 1,
14
+ "path_density": 0.5,
15
+ "paths": [
16
+ {
17
+ "accepted": true,
18
+ "action_boundary_requirements": [
19
+ {
20
+ "requirement_id": "authority:edge:self-alpha",
21
+ "requirement_type": "authority",
22
+ "residual": "",
23
+ "satisfied": true
24
+ },
25
+ {
26
+ "requirement_id": "rollback:edge:self-alpha",
27
+ "requirement_type": "rollback",
28
+ "residual": "",
29
+ "satisfied": true
30
+ }
31
+ ],
32
+ "authority_status": {
33
+ "authority_status": "explicit-scope-bounded",
34
+ "explicit_scope_bounded": true,
35
+ "grants_execution": false,
36
+ "reasons": [
37
+ "execution path report never grants execution authority"
38
+ ]
39
+ },
40
+ "blocked": false,
41
+ "candidate_only": false,
42
+ "edge_ids": [
43
+ "edge:self-alpha"
44
+ ],
45
+ "not_executed": true,
46
+ "packet_ids": [
47
+ "node:a0e7926edd1c"
48
+ ],
49
+ "path_id": "execution-path:edge:self-alpha",
50
+ "reasons": [
51
+ "execution path is available as a finite diagnostic witness"
52
+ ],
53
+ "receiver_context": {
54
+ "evidence_refs": [
55
+ "evidence:alpha"
56
+ ],
57
+ "present": true,
58
+ "receiver_context_id": "receiver:node:a0e7926edd1c"
59
+ },
60
+ "settled": false,
61
+ "witness": {
62
+ "accepted": true,
63
+ "edge_ids": [
64
+ "edge:self-alpha"
65
+ ],
66
+ "packet_ids": [
67
+ "node:a0e7926edd1c"
68
+ ],
69
+ "reasons": [],
70
+ "settled": false,
71
+ "witness_id": "execution-witness:edge:self-alpha"
72
+ }
73
+ }
74
+ ],
75
+ "reasons": [
76
+ "execution-available path detection never executes paths"
77
+ ],
78
+ "report_id": "execution-available-path-density",
79
+ "residual_carry_forward": [
80
+ "execution path is available as a finite diagnostic witness"
81
+ ],
82
+ "rollback_requirements": [
83
+ "rollback:edge:self-alpha"
84
+ ],
85
+ "settled": false,
86
+ "workflow_usable": true
87
+ }
88
+