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,408 @@
1
+ {
2
+ "$defs": {
3
+ "AutocatalyticClosureWitness": {
4
+ "description": "Evidence-supported diagnostic closure witness over effective packet edges.",
5
+ "properties": {
6
+ "accepted": {
7
+ "default": false,
8
+ "title": "Accepted",
9
+ "type": "boolean"
10
+ },
11
+ "edge_ids": {
12
+ "items": {
13
+ "type": "string"
14
+ },
15
+ "title": "Edge Ids",
16
+ "type": "array"
17
+ },
18
+ "evidence_supported": {
19
+ "default": false,
20
+ "title": "Evidence Supported",
21
+ "type": "boolean"
22
+ },
23
+ "execution_available": {
24
+ "default": false,
25
+ "title": "Execution Available",
26
+ "type": "boolean"
27
+ },
28
+ "packet_ids": {
29
+ "items": {
30
+ "type": "string"
31
+ },
32
+ "title": "Packet Ids",
33
+ "type": "array"
34
+ },
35
+ "productive": {
36
+ "default": false,
37
+ "title": "Productive",
38
+ "type": "boolean"
39
+ },
40
+ "protocol_relative_only": {
41
+ "default": true,
42
+ "title": "Protocol Relative Only",
43
+ "type": "boolean"
44
+ },
45
+ "reasons": {
46
+ "items": {
47
+ "type": "string"
48
+ },
49
+ "title": "Reasons",
50
+ "type": "array"
51
+ },
52
+ "settled": {
53
+ "default": false,
54
+ "title": "Settled",
55
+ "type": "boolean"
56
+ },
57
+ "witness_id": {
58
+ "title": "Witness Id",
59
+ "type": "string"
60
+ },
61
+ "witness_kind": {
62
+ "default": "autocatalytic-closure",
63
+ "title": "Witness Kind",
64
+ "type": "string"
65
+ }
66
+ },
67
+ "required": [
68
+ "witness_id"
69
+ ],
70
+ "title": "AutocatalyticClosureWitness",
71
+ "type": "object"
72
+ },
73
+ "ClosureAbstentionReason": {
74
+ "properties": {
75
+ "missing_evidence_refs": {
76
+ "items": {
77
+ "type": "string"
78
+ },
79
+ "title": "Missing Evidence Refs",
80
+ "type": "array"
81
+ },
82
+ "reason": {
83
+ "title": "Reason",
84
+ "type": "string"
85
+ },
86
+ "reason_id": {
87
+ "title": "Reason Id",
88
+ "type": "string"
89
+ }
90
+ },
91
+ "required": [
92
+ "reason_id",
93
+ "reason"
94
+ ],
95
+ "title": "ClosureAbstentionReason",
96
+ "type": "object"
97
+ },
98
+ "ClosureCertificateCandidate": {
99
+ "properties": {
100
+ "abstention_reasons": {
101
+ "items": {
102
+ "$ref": "#/$defs/ClosureAbstentionReason"
103
+ },
104
+ "title": "Abstention Reasons",
105
+ "type": "array"
106
+ },
107
+ "accepted": {
108
+ "default": false,
109
+ "title": "Accepted",
110
+ "type": "boolean"
111
+ },
112
+ "certificate_id": {
113
+ "default": "closure-certificate-candidate",
114
+ "title": "Certificate Id",
115
+ "type": "string"
116
+ },
117
+ "certificate_status": {
118
+ "default": "abstain",
119
+ "title": "Certificate Status",
120
+ "type": "string"
121
+ },
122
+ "defects": {
123
+ "items": {
124
+ "$ref": "#/$defs/ClosureDefect"
125
+ },
126
+ "title": "Defects",
127
+ "type": "array"
128
+ },
129
+ "reasons": {
130
+ "items": {
131
+ "type": "string"
132
+ },
133
+ "title": "Reasons",
134
+ "type": "array"
135
+ },
136
+ "settled": {
137
+ "default": false,
138
+ "title": "Settled",
139
+ "type": "boolean"
140
+ },
141
+ "witness_ids": {
142
+ "items": {
143
+ "type": "string"
144
+ },
145
+ "title": "Witness Ids",
146
+ "type": "array"
147
+ }
148
+ },
149
+ "title": "ClosureCertificateCandidate",
150
+ "type": "object"
151
+ },
152
+ "ClosureDefect": {
153
+ "properties": {
154
+ "defect_id": {
155
+ "title": "Defect Id",
156
+ "type": "string"
157
+ },
158
+ "defect_type": {
159
+ "title": "Defect Type",
160
+ "type": "string"
161
+ },
162
+ "packet_or_edge_id": {
163
+ "title": "Packet Or Edge Id",
164
+ "type": "string"
165
+ },
166
+ "residual_preserved": {
167
+ "default": true,
168
+ "title": "Residual Preserved",
169
+ "type": "boolean"
170
+ }
171
+ },
172
+ "required": [
173
+ "defect_id",
174
+ "packet_or_edge_id",
175
+ "defect_type"
176
+ ],
177
+ "title": "ClosureDefect",
178
+ "type": "object"
179
+ },
180
+ "ClosureSupportHyperpath": {
181
+ "properties": {
182
+ "accepted": {
183
+ "default": false,
184
+ "title": "Accepted",
185
+ "type": "boolean"
186
+ },
187
+ "edge_ids": {
188
+ "items": {
189
+ "type": "string"
190
+ },
191
+ "title": "Edge Ids",
192
+ "type": "array"
193
+ },
194
+ "hyperpath_id": {
195
+ "title": "Hyperpath Id",
196
+ "type": "string"
197
+ },
198
+ "settled": {
199
+ "default": false,
200
+ "title": "Settled",
201
+ "type": "boolean"
202
+ },
203
+ "source_packet_ids": {
204
+ "items": {
205
+ "type": "string"
206
+ },
207
+ "title": "Source Packet Ids",
208
+ "type": "array"
209
+ },
210
+ "target_packet_ids": {
211
+ "items": {
212
+ "type": "string"
213
+ },
214
+ "title": "Target Packet Ids",
215
+ "type": "array"
216
+ }
217
+ },
218
+ "required": [
219
+ "hyperpath_id"
220
+ ],
221
+ "title": "ClosureSupportHyperpath",
222
+ "type": "object"
223
+ },
224
+ "ExecutableClosureWitness": {
225
+ "properties": {
226
+ "accepted": {
227
+ "default": false,
228
+ "title": "Accepted",
229
+ "type": "boolean"
230
+ },
231
+ "closure_witness_id": {
232
+ "title": "Closure Witness Id",
233
+ "type": "string"
234
+ },
235
+ "execution_available": {
236
+ "default": false,
237
+ "title": "Execution Available",
238
+ "type": "boolean"
239
+ },
240
+ "execution_path_ids": {
241
+ "items": {
242
+ "type": "string"
243
+ },
244
+ "title": "Execution Path Ids",
245
+ "type": "array"
246
+ },
247
+ "reasons": {
248
+ "items": {
249
+ "type": "string"
250
+ },
251
+ "title": "Reasons",
252
+ "type": "array"
253
+ },
254
+ "settled": {
255
+ "default": false,
256
+ "title": "Settled",
257
+ "type": "boolean"
258
+ },
259
+ "witness_id": {
260
+ "title": "Witness Id",
261
+ "type": "string"
262
+ }
263
+ },
264
+ "required": [
265
+ "witness_id",
266
+ "closure_witness_id"
267
+ ],
268
+ "title": "ExecutableClosureWitness",
269
+ "type": "object"
270
+ },
271
+ "ProductiveClosureWitness": {
272
+ "properties": {
273
+ "accepted": {
274
+ "default": false,
275
+ "title": "Accepted",
276
+ "type": "boolean"
277
+ },
278
+ "packet_ids": {
279
+ "items": {
280
+ "type": "string"
281
+ },
282
+ "title": "Packet Ids",
283
+ "type": "array"
284
+ },
285
+ "productive_edge_ids": {
286
+ "items": {
287
+ "type": "string"
288
+ },
289
+ "title": "Productive Edge Ids",
290
+ "type": "array"
291
+ },
292
+ "productivity_lower_bound": {
293
+ "default": 0.0,
294
+ "title": "Productivity Lower Bound",
295
+ "type": "number"
296
+ },
297
+ "reasons": {
298
+ "items": {
299
+ "type": "string"
300
+ },
301
+ "title": "Reasons",
302
+ "type": "array"
303
+ },
304
+ "settled": {
305
+ "default": false,
306
+ "title": "Settled",
307
+ "type": "boolean"
308
+ },
309
+ "witness_id": {
310
+ "title": "Witness Id",
311
+ "type": "string"
312
+ }
313
+ },
314
+ "required": [
315
+ "witness_id"
316
+ ],
317
+ "title": "ProductiveClosureWitness",
318
+ "type": "object"
319
+ }
320
+ },
321
+ "properties": {
322
+ "accepted": {
323
+ "default": false,
324
+ "title": "Accepted",
325
+ "type": "boolean"
326
+ },
327
+ "certificate_candidate": {
328
+ "$ref": "#/$defs/ClosureCertificateCandidate"
329
+ },
330
+ "closure_score": {
331
+ "default": 0.0,
332
+ "title": "Closure Score",
333
+ "type": "number"
334
+ },
335
+ "closure_witnesses": {
336
+ "items": {
337
+ "$ref": "#/$defs/AutocatalyticClosureWitness"
338
+ },
339
+ "title": "Closure Witnesses",
340
+ "type": "array"
341
+ },
342
+ "defects": {
343
+ "items": {
344
+ "$ref": "#/$defs/ClosureDefect"
345
+ },
346
+ "title": "Defects",
347
+ "type": "array"
348
+ },
349
+ "executable_witnesses": {
350
+ "items": {
351
+ "$ref": "#/$defs/ExecutableClosureWitness"
352
+ },
353
+ "title": "Executable Witnesses",
354
+ "type": "array"
355
+ },
356
+ "graph_id": {
357
+ "title": "Graph Id",
358
+ "type": "string"
359
+ },
360
+ "operationally_usable": {
361
+ "default": false,
362
+ "title": "Operationally Usable",
363
+ "type": "boolean"
364
+ },
365
+ "productive_witnesses": {
366
+ "items": {
367
+ "$ref": "#/$defs/ProductiveClosureWitness"
368
+ },
369
+ "title": "Productive Witnesses",
370
+ "type": "array"
371
+ },
372
+ "reasons": {
373
+ "items": {
374
+ "type": "string"
375
+ },
376
+ "title": "Reasons",
377
+ "type": "array"
378
+ },
379
+ "report_id": {
380
+ "default": "autocatalytic-closure-report",
381
+ "title": "Report Id",
382
+ "type": "string"
383
+ },
384
+ "settled": {
385
+ "default": false,
386
+ "title": "Settled",
387
+ "type": "boolean"
388
+ },
389
+ "support_hyperpaths": {
390
+ "items": {
391
+ "$ref": "#/$defs/ClosureSupportHyperpath"
392
+ },
393
+ "title": "Support Hyperpaths",
394
+ "type": "array"
395
+ },
396
+ "workflow_usable": {
397
+ "default": true,
398
+ "title": "Workflow Usable",
399
+ "type": "boolean"
400
+ }
401
+ },
402
+ "required": [
403
+ "graph_id",
404
+ "certificate_candidate"
405
+ ],
406
+ "title": "AutocatalyticClosureReport",
407
+ "type": "object"
408
+ }
@@ -1,156 +1,44 @@
1
1
  {
2
- "$defs": {
3
- "CoordinateKind": {
4
- "enum": [
5
- "benefit",
6
- "burden",
7
- "residual",
8
- "tolerance",
9
- "resource",
10
- "metadata"
11
- ],
12
- "title": "CoordinateKind",
13
- "type": "string"
14
- },
15
- "EvidenceStatus": {
16
- "enum": [
17
- "verified",
18
- "declared",
19
- "unknown"
20
- ],
21
- "title": "EvidenceStatus",
22
- "type": "string"
23
- },
24
- "Ledger": {
25
- "description": "A finite typed ledger with explicit coordinate kinds.",
26
- "properties": {
27
- "coordinates": {
28
- "additionalProperties": {
29
- "$ref": "#/$defs/LedgerCoordinate"
30
- },
31
- "title": "Coordinates",
32
- "type": "object"
33
- }
34
- },
35
- "title": "Ledger",
36
- "type": "object"
37
- },
38
- "LedgerCoordinate": {
39
- "description": "One typed coordinate in a finite certificate ledger.",
40
- "properties": {
41
- "description": {
42
- "anyOf": [
43
- {
44
- "type": "string"
45
- },
46
- {
47
- "type": "null"
48
- }
49
- ],
50
- "default": null,
51
- "title": "Description"
52
- },
53
- "evidence_refs": {
54
- "items": {
55
- "type": "string"
56
- },
57
- "title": "Evidence Refs",
58
- "type": "array"
59
- },
60
- "evidence_status": {
61
- "$ref": "#/$defs/EvidenceStatus",
62
- "default": "declared"
63
- },
64
- "kind": {
65
- "$ref": "#/$defs/CoordinateKind",
66
- "default": "burden"
67
- },
68
- "known": {
69
- "default": true,
70
- "title": "Known",
71
- "type": "boolean"
72
- },
73
- "name": {
74
- "title": "Name",
75
- "type": "string"
76
- },
77
- "unit": {
78
- "default": "dimensionless",
79
- "title": "Unit",
80
- "type": "string"
81
- },
82
- "value": {
83
- "title": "Value",
84
- "type": "number"
85
- }
86
- },
87
- "required": [
88
- "name",
89
- "value"
90
- ],
91
- "title": "LedgerCoordinate",
92
- "type": "object"
93
- }
94
- },
95
- "description": "Accepted finite closure witness for ECPT collective packet regeneration.",
2
+ "description": "Evidence-supported diagnostic closure witness over effective packet edges.",
96
3
  "properties": {
97
4
  "accepted": {
98
5
  "default": false,
99
6
  "title": "Accepted",
100
7
  "type": "boolean"
101
8
  },
102
- "closure_packet_ids": {
103
- "items": {
104
- "type": "string"
105
- },
106
- "title": "Closure Packet Ids",
107
- "type": "array"
108
- },
109
- "closure_strength": {
110
- "default": 0.0,
111
- "title": "Closure Strength",
112
- "type": "number"
113
- },
114
- "external_seed_packet_ids": {
9
+ "edge_ids": {
115
10
  "items": {
116
11
  "type": "string"
117
12
  },
118
- "title": "External Seed Packet Ids",
13
+ "title": "Edge Ids",
119
14
  "type": "array"
120
15
  },
121
- "false_liquidity_rate": {
122
- "default": 0.0,
123
- "title": "False Liquidity Rate",
124
- "type": "number"
16
+ "evidence_supported": {
17
+ "default": false,
18
+ "title": "Evidence Supported",
19
+ "type": "boolean"
125
20
  },
126
- "finite_checks_passed": {
21
+ "execution_available": {
127
22
  "default": false,
128
- "title": "Finite Checks Passed",
23
+ "title": "Execution Available",
129
24
  "type": "boolean"
130
25
  },
131
- "internal_edge_ids": {
26
+ "packet_ids": {
132
27
  "items": {
133
28
  "type": "string"
134
29
  },
135
- "title": "Internal Edge Ids",
30
+ "title": "Packet Ids",
136
31
  "type": "array"
137
32
  },
138
- "operationally_usable": {
33
+ "productive": {
139
34
  "default": false,
140
- "title": "Operationally Usable",
35
+ "title": "Productive",
141
36
  "type": "boolean"
142
37
  },
143
- "productive_packet_ids": {
144
- "items": {
145
- "type": "string"
146
- },
147
- "title": "Productive Packet Ids",
148
- "type": "array"
149
- },
150
- "productivity_lower_bound": {
151
- "default": 0.0,
152
- "title": "Productivity Lower Bound",
153
- "type": "number"
38
+ "protocol_relative_only": {
39
+ "default": true,
40
+ "title": "Protocol Relative Only",
41
+ "type": "boolean"
154
42
  },
155
43
  "reasons": {
156
44
  "items": {
@@ -159,16 +47,6 @@
159
47
  "title": "Reasons",
160
48
  "type": "array"
161
49
  },
162
- "regeneration_edge_ids": {
163
- "items": {
164
- "type": "string"
165
- },
166
- "title": "Regeneration Edge Ids",
167
- "type": "array"
168
- },
169
- "residual_ledger": {
170
- "$ref": "#/$defs/Ledger"
171
- },
172
50
  "settled": {
173
51
  "default": false,
174
52
  "title": "Settled",
@@ -177,6 +55,11 @@
177
55
  "witness_id": {
178
56
  "title": "Witness Id",
179
57
  "type": "string"
58
+ },
59
+ "witness_kind": {
60
+ "default": "autocatalytic-closure",
61
+ "title": "Witness Kind",
62
+ "type": "string"
180
63
  }
181
64
  },
182
65
  "required": [
@@ -0,0 +1,21 @@
1
+ {
2
+ "properties": {
3
+ "effective_node_count": {
4
+ "default": 0,
5
+ "title": "Effective Node Count",
6
+ "type": "integer"
7
+ },
8
+ "execution_available_path_count": {
9
+ "default": 0,
10
+ "title": "Execution Available Path Count",
11
+ "type": "integer"
12
+ },
13
+ "reachability_proxy": {
14
+ "default": 0.0,
15
+ "title": "Reachability Proxy",
16
+ "type": "number"
17
+ }
18
+ },
19
+ "title": "BasinReachabilityProxy",
20
+ "type": "object"
21
+ }