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,591 @@
1
+ {
2
+ "$defs": {
3
+ "ASIProxyThresholdSpec": {
4
+ "description": "Protocol-relative finite threshold specification for ASI-proxy diagnostics.",
5
+ "properties": {
6
+ "maximum_false_liquidity_load": {
7
+ "default": 0.5,
8
+ "title": "Maximum False Liquidity Load",
9
+ "type": "number"
10
+ },
11
+ "maximum_residual_debt": {
12
+ "default": 0.0,
13
+ "title": "Maximum Residual Debt",
14
+ "type": "number"
15
+ },
16
+ "maximum_salience_obstruction": {
17
+ "default": 0.5,
18
+ "title": "Maximum Salience Obstruction",
19
+ "type": "number"
20
+ },
21
+ "minimum_accepted_packet_count": {
22
+ "default": 1,
23
+ "title": "Minimum Accepted Packet Count",
24
+ "type": "integer"
25
+ },
26
+ "minimum_alt_to_ecpt_lift_count": {
27
+ "default": 0,
28
+ "title": "Minimum Alt To Ecpt Lift Count",
29
+ "type": "integer"
30
+ },
31
+ "minimum_closure_witness_count": {
32
+ "default": 1,
33
+ "title": "Minimum Closure Witness Count",
34
+ "type": "integer"
35
+ },
36
+ "minimum_effective_edge_count": {
37
+ "default": 1,
38
+ "title": "Minimum Effective Edge Count",
39
+ "type": "integer"
40
+ },
41
+ "minimum_execution_available_path_density": {
42
+ "default": 0.1,
43
+ "title": "Minimum Execution Available Path Density",
44
+ "type": "number"
45
+ },
46
+ "minimum_verification_throughput": {
47
+ "default": 0.1,
48
+ "title": "Minimum Verification Throughput",
49
+ "type": "number"
50
+ },
51
+ "required_authority_status": {
52
+ "default": "explicit-scope-bounded",
53
+ "title": "Required Authority Status",
54
+ "type": "string"
55
+ },
56
+ "required_identity_mode": {
57
+ "default": "declared",
58
+ "title": "Required Identity Mode",
59
+ "type": "string"
60
+ },
61
+ "required_rollback_availability": {
62
+ "default": true,
63
+ "title": "Required Rollback Availability",
64
+ "type": "boolean"
65
+ },
66
+ "threshold_id": {
67
+ "default": "asi-proxy-development",
68
+ "title": "Threshold Id",
69
+ "type": "string"
70
+ }
71
+ },
72
+ "title": "ASIProxyThresholdSpec",
73
+ "type": "object"
74
+ },
75
+ "ASIProxyThresholdStatus": {
76
+ "description": "Threshold status over one protocol-relative phase observation.",
77
+ "properties": {
78
+ "abstention_reasons": {
79
+ "items": {
80
+ "type": "string"
81
+ },
82
+ "title": "Abstention Reasons",
83
+ "type": "array"
84
+ },
85
+ "accepted": {
86
+ "default": false,
87
+ "title": "Accepted",
88
+ "type": "boolean"
89
+ },
90
+ "certificate_status": {
91
+ "default": "abstain",
92
+ "title": "Certificate Status",
93
+ "type": "string"
94
+ },
95
+ "component_status": {
96
+ "additionalProperties": {
97
+ "type": "boolean"
98
+ },
99
+ "title": "Component Status",
100
+ "type": "object"
101
+ },
102
+ "failed_components": {
103
+ "items": {
104
+ "type": "string"
105
+ },
106
+ "title": "Failed Components",
107
+ "type": "array"
108
+ },
109
+ "observation": {
110
+ "$ref": "#/$defs/PhaseWindowObservation"
111
+ },
112
+ "protocol_relative_only": {
113
+ "default": true,
114
+ "title": "Protocol Relative Only",
115
+ "type": "boolean"
116
+ },
117
+ "proves_real_asi": {
118
+ "default": false,
119
+ "title": "Proves Real Asi",
120
+ "type": "boolean"
121
+ },
122
+ "reasons": {
123
+ "items": {
124
+ "type": "string"
125
+ },
126
+ "title": "Reasons",
127
+ "type": "array"
128
+ },
129
+ "rejection_reasons": {
130
+ "items": {
131
+ "type": "string"
132
+ },
133
+ "title": "Rejection Reasons",
134
+ "type": "array"
135
+ },
136
+ "settled": {
137
+ "default": false,
138
+ "title": "Settled",
139
+ "type": "boolean"
140
+ },
141
+ "status_id": {
142
+ "default": "asi-proxy-threshold-status",
143
+ "title": "Status Id",
144
+ "type": "string"
145
+ },
146
+ "threshold": {
147
+ "$ref": "#/$defs/ASIProxyThresholdSpec"
148
+ },
149
+ "threshold_distance": {
150
+ "default": 0.0,
151
+ "title": "Threshold Distance",
152
+ "type": "number"
153
+ }
154
+ },
155
+ "required": [
156
+ "threshold",
157
+ "observation"
158
+ ],
159
+ "title": "ASIProxyThresholdStatus",
160
+ "type": "object"
161
+ },
162
+ "BasinReachabilityProxy": {
163
+ "properties": {
164
+ "effective_node_count": {
165
+ "default": 0,
166
+ "title": "Effective Node Count",
167
+ "type": "integer"
168
+ },
169
+ "execution_available_path_count": {
170
+ "default": 0,
171
+ "title": "Execution Available Path Count",
172
+ "type": "integer"
173
+ },
174
+ "reachability_proxy": {
175
+ "default": 0.0,
176
+ "title": "Reachability Proxy",
177
+ "type": "number"
178
+ }
179
+ },
180
+ "title": "BasinReachabilityProxy",
181
+ "type": "object"
182
+ },
183
+ "FalseLiquidityLoad": {
184
+ "properties": {
185
+ "candidate_count": {
186
+ "default": 0,
187
+ "title": "Candidate Count",
188
+ "type": "integer"
189
+ },
190
+ "certified_count": {
191
+ "default": 0,
192
+ "title": "Certified Count",
193
+ "type": "integer"
194
+ },
195
+ "load": {
196
+ "default": 0.0,
197
+ "title": "Load",
198
+ "type": "number"
199
+ }
200
+ },
201
+ "title": "FalseLiquidityLoad",
202
+ "type": "object"
203
+ },
204
+ "PhaseCertificateDefect": {
205
+ "properties": {
206
+ "component": {
207
+ "title": "Component",
208
+ "type": "string"
209
+ },
210
+ "defect_id": {
211
+ "title": "Defect Id",
212
+ "type": "string"
213
+ },
214
+ "defect_type": {
215
+ "title": "Defect Type",
216
+ "type": "string"
217
+ },
218
+ "required_remediation": {
219
+ "title": "Required Remediation",
220
+ "type": "string"
221
+ },
222
+ "residual_preserved": {
223
+ "default": true,
224
+ "title": "Residual Preserved",
225
+ "type": "boolean"
226
+ }
227
+ },
228
+ "required": [
229
+ "defect_id",
230
+ "component",
231
+ "defect_type",
232
+ "required_remediation"
233
+ ],
234
+ "title": "PhaseCertificateDefect",
235
+ "type": "object"
236
+ },
237
+ "PhaseComponentObservation": {
238
+ "description": "One phase component value and threshold distance.",
239
+ "properties": {
240
+ "component": {
241
+ "title": "Component",
242
+ "type": "string"
243
+ },
244
+ "diagnostic_only": {
245
+ "default": true,
246
+ "title": "Diagnostic Only",
247
+ "type": "boolean"
248
+ },
249
+ "distance": {
250
+ "default": 0.0,
251
+ "title": "Distance",
252
+ "type": "number"
253
+ },
254
+ "positive_contribution_source": {
255
+ "default": "effective-graph-only",
256
+ "title": "Positive Contribution Source",
257
+ "type": "string"
258
+ },
259
+ "threshold": {
260
+ "default": 0.0,
261
+ "title": "Threshold",
262
+ "type": "number"
263
+ },
264
+ "value": {
265
+ "default": 0.0,
266
+ "title": "Value",
267
+ "type": "number"
268
+ }
269
+ },
270
+ "required": [
271
+ "component"
272
+ ],
273
+ "title": "PhaseComponentObservation",
274
+ "type": "object"
275
+ },
276
+ "PhaseWindow": {
277
+ "description": "A finite Phase Lab observation window.",
278
+ "properties": {
279
+ "event_count": {
280
+ "default": 0,
281
+ "title": "Event Count",
282
+ "type": "integer"
283
+ },
284
+ "event_ids": {
285
+ "items": {
286
+ "type": "string"
287
+ },
288
+ "title": "Event Ids",
289
+ "type": "array"
290
+ },
291
+ "sequence": {
292
+ "default": 0,
293
+ "title": "Sequence",
294
+ "type": "integer"
295
+ },
296
+ "window_id": {
297
+ "title": "Window Id",
298
+ "type": "string"
299
+ }
300
+ },
301
+ "required": [
302
+ "window_id"
303
+ ],
304
+ "title": "PhaseWindow",
305
+ "type": "object"
306
+ },
307
+ "PhaseWindowObservation": {
308
+ "description": "Windowed observation over Phase Lab events and an effective graph.",
309
+ "properties": {
310
+ "accepted": {
311
+ "default": false,
312
+ "title": "Accepted",
313
+ "type": "boolean"
314
+ },
315
+ "accepted_packet_count": {
316
+ "default": 0,
317
+ "title": "Accepted Packet Count",
318
+ "type": "integer"
319
+ },
320
+ "alt_certified_capital_count": {
321
+ "default": 0,
322
+ "title": "Alt Certified Capital Count",
323
+ "type": "integer"
324
+ },
325
+ "alt_liquidity_candidate_count": {
326
+ "default": 0,
327
+ "title": "Alt Liquidity Candidate Count",
328
+ "type": "integer"
329
+ },
330
+ "autocatalytic_closure_score": {
331
+ "default": 0.0,
332
+ "title": "Autocatalytic Closure Score",
333
+ "type": "number"
334
+ },
335
+ "basin_reachability_proxy": {
336
+ "$ref": "#/$defs/BasinReachabilityProxy"
337
+ },
338
+ "bottleneck_count_by_type": {
339
+ "additionalProperties": {
340
+ "type": "integer"
341
+ },
342
+ "title": "Bottleneck Count By Type",
343
+ "type": "object"
344
+ },
345
+ "candidate_only_packet_count": {
346
+ "default": 0,
347
+ "title": "Candidate Only Packet Count",
348
+ "type": "integer"
349
+ },
350
+ "closure_witness_count": {
351
+ "default": 0,
352
+ "title": "Closure Witness Count",
353
+ "type": "integer"
354
+ },
355
+ "components": {
356
+ "items": {
357
+ "$ref": "#/$defs/PhaseComponentObservation"
358
+ },
359
+ "title": "Components",
360
+ "type": "array"
361
+ },
362
+ "effective_edge_count": {
363
+ "default": 0,
364
+ "title": "Effective Edge Count",
365
+ "type": "integer"
366
+ },
367
+ "effective_node_count": {
368
+ "default": 0,
369
+ "title": "Effective Node Count",
370
+ "type": "integer"
371
+ },
372
+ "execution_available_path_count": {
373
+ "default": 0,
374
+ "title": "Execution Available Path Count",
375
+ "type": "integer"
376
+ },
377
+ "false_liquidity_load": {
378
+ "$ref": "#/$defs/FalseLiquidityLoad"
379
+ },
380
+ "missing_obligation_count": {
381
+ "default": 0,
382
+ "title": "Missing Obligation Count",
383
+ "type": "integer"
384
+ },
385
+ "observation_id": {
386
+ "default": "phase-window-observation",
387
+ "title": "Observation Id",
388
+ "type": "string"
389
+ },
390
+ "operationally_usable": {
391
+ "default": false,
392
+ "title": "Operationally Usable",
393
+ "type": "boolean"
394
+ },
395
+ "packet_candidate_count": {
396
+ "default": 0,
397
+ "title": "Packet Candidate Count",
398
+ "type": "integer"
399
+ },
400
+ "phase_gap_vector": {
401
+ "additionalProperties": {
402
+ "type": "number"
403
+ },
404
+ "title": "Phase Gap Vector",
405
+ "type": "object"
406
+ },
407
+ "protocol_relative_only": {
408
+ "default": true,
409
+ "title": "Protocol Relative Only",
410
+ "type": "boolean"
411
+ },
412
+ "proves_physical_or_oracle_truth": {
413
+ "default": false,
414
+ "title": "Proves Physical Or Oracle Truth",
415
+ "type": "boolean"
416
+ },
417
+ "proves_real_asi": {
418
+ "default": false,
419
+ "title": "Proves Real Asi",
420
+ "type": "boolean"
421
+ },
422
+ "raw_external_volume_diagnostic_only": {
423
+ "default": true,
424
+ "title": "Raw External Volume Diagnostic Only",
425
+ "type": "boolean"
426
+ },
427
+ "reasons": {
428
+ "items": {
429
+ "type": "string"
430
+ },
431
+ "title": "Reasons",
432
+ "type": "array"
433
+ },
434
+ "residual_debt": {
435
+ "default": 0.0,
436
+ "title": "Residual Debt",
437
+ "type": "number"
438
+ },
439
+ "salience_obstruction_load": {
440
+ "$ref": "#/$defs/SalienceObstructionLoad"
441
+ },
442
+ "settled": {
443
+ "default": false,
444
+ "title": "Settled",
445
+ "type": "boolean"
446
+ },
447
+ "settled_packet_count": {
448
+ "default": 0,
449
+ "title": "Settled Packet Count",
450
+ "type": "integer"
451
+ },
452
+ "threshold_distance": {
453
+ "default": 0.0,
454
+ "title": "Threshold Distance",
455
+ "type": "number"
456
+ },
457
+ "verification_throughput": {
458
+ "$ref": "#/$defs/VerificationThroughputWindow"
459
+ },
460
+ "waste_load": {
461
+ "$ref": "#/$defs/WasteLoad"
462
+ },
463
+ "window": {
464
+ "$ref": "#/$defs/PhaseWindow"
465
+ },
466
+ "workflow_usable": {
467
+ "default": false,
468
+ "title": "Workflow Usable",
469
+ "type": "boolean"
470
+ },
471
+ "workflow_usable_packet_count": {
472
+ "default": 0,
473
+ "title": "Workflow Usable Packet Count",
474
+ "type": "integer"
475
+ }
476
+ },
477
+ "required": [
478
+ "window"
479
+ ],
480
+ "title": "PhaseWindowObservation",
481
+ "type": "object"
482
+ },
483
+ "SalienceObstructionLoad": {
484
+ "properties": {
485
+ "blocked_count": {
486
+ "default": 0,
487
+ "title": "Blocked Count",
488
+ "type": "integer"
489
+ },
490
+ "load": {
491
+ "default": 0.0,
492
+ "title": "Load",
493
+ "type": "number"
494
+ },
495
+ "total_count": {
496
+ "default": 0,
497
+ "title": "Total Count",
498
+ "type": "integer"
499
+ }
500
+ },
501
+ "title": "SalienceObstructionLoad",
502
+ "type": "object"
503
+ },
504
+ "VerificationThroughputWindow": {
505
+ "properties": {
506
+ "accepted_count": {
507
+ "default": 0,
508
+ "title": "Accepted Count",
509
+ "type": "integer"
510
+ },
511
+ "backlog_count": {
512
+ "default": 0,
513
+ "title": "Backlog Count",
514
+ "type": "integer"
515
+ },
516
+ "throughput_ratio": {
517
+ "default": 0.0,
518
+ "title": "Throughput Ratio",
519
+ "type": "number"
520
+ }
521
+ },
522
+ "title": "VerificationThroughputWindow",
523
+ "type": "object"
524
+ },
525
+ "WasteLoad": {
526
+ "properties": {
527
+ "load": {
528
+ "default": 0.0,
529
+ "title": "Load",
530
+ "type": "number"
531
+ },
532
+ "non_contributing_volume": {
533
+ "default": 0,
534
+ "title": "Non Contributing Volume",
535
+ "type": "integer"
536
+ },
537
+ "total_volume": {
538
+ "default": 0,
539
+ "title": "Total Volume",
540
+ "type": "integer"
541
+ }
542
+ },
543
+ "title": "WasteLoad",
544
+ "type": "object"
545
+ }
546
+ },
547
+ "properties": {
548
+ "defects": {
549
+ "items": {
550
+ "$ref": "#/$defs/PhaseCertificateDefect"
551
+ },
552
+ "title": "Defects",
553
+ "type": "array"
554
+ },
555
+ "protocol_relative_only": {
556
+ "default": true,
557
+ "title": "Protocol Relative Only",
558
+ "type": "boolean"
559
+ },
560
+ "proves_real_asi": {
561
+ "default": false,
562
+ "title": "Proves Real Asi",
563
+ "type": "boolean"
564
+ },
565
+ "reasons": {
566
+ "items": {
567
+ "type": "string"
568
+ },
569
+ "title": "Reasons",
570
+ "type": "array"
571
+ },
572
+ "report_id": {
573
+ "default": "collective-phase-abstention",
574
+ "title": "Report Id",
575
+ "type": "string"
576
+ },
577
+ "settled": {
578
+ "default": false,
579
+ "title": "Settled",
580
+ "type": "boolean"
581
+ },
582
+ "threshold_status": {
583
+ "$ref": "#/$defs/ASIProxyThresholdStatus"
584
+ }
585
+ },
586
+ "required": [
587
+ "threshold_status"
588
+ ],
589
+ "title": "CollectivePhaseAbstentionReport",
590
+ "type": "object"
591
+ }