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,499 @@
1
+ {
2
+ "$defs": {
3
+ "ActivationGainEstimate": {
4
+ "description": "Protocol-relative estimate of phase proxy activation after an inversion.",
5
+ "properties": {
6
+ "assumptions": {
7
+ "items": {
8
+ "type": "string"
9
+ },
10
+ "title": "Assumptions",
11
+ "type": "array"
12
+ },
13
+ "estimate_id": {
14
+ "title": "Estimate Id",
15
+ "type": "string"
16
+ },
17
+ "lower_bound": {
18
+ "default": 0.0,
19
+ "title": "Lower Bound",
20
+ "type": "number"
21
+ },
22
+ "settled": {
23
+ "default": false,
24
+ "title": "Settled",
25
+ "type": "boolean"
26
+ },
27
+ "unit": {
28
+ "default": "protocol-relative-phase-proxy",
29
+ "title": "Unit",
30
+ "type": "string"
31
+ },
32
+ "upper_bound": {
33
+ "default": 0.0,
34
+ "title": "Upper Bound",
35
+ "type": "number"
36
+ }
37
+ },
38
+ "required": [
39
+ "estimate_id"
40
+ ],
41
+ "title": "ActivationGainEstimate",
42
+ "type": "object"
43
+ },
44
+ "BottleneckClassDiagnosis": {
45
+ "description": "One diagnosed bottleneck class and its finite evidence gap.",
46
+ "properties": {
47
+ "accepted": {
48
+ "default": false,
49
+ "title": "Accepted",
50
+ "type": "boolean"
51
+ },
52
+ "blockers": {
53
+ "items": {
54
+ "type": "string"
55
+ },
56
+ "title": "Blockers",
57
+ "type": "array"
58
+ },
59
+ "bottleneck_class": {
60
+ "title": "Bottleneck Class",
61
+ "type": "string"
62
+ },
63
+ "bottleneck_id": {
64
+ "title": "Bottleneck Id",
65
+ "type": "string"
66
+ },
67
+ "minimal_enabling_conditions": {
68
+ "items": {
69
+ "$ref": "#/$defs/MinimalEnablingCondition"
70
+ },
71
+ "title": "Minimal Enabling Conditions",
72
+ "type": "array"
73
+ },
74
+ "object_id": {
75
+ "title": "Object Id",
76
+ "type": "string"
77
+ },
78
+ "reasons": {
79
+ "items": {
80
+ "type": "string"
81
+ },
82
+ "title": "Reasons",
83
+ "type": "array"
84
+ },
85
+ "recommendation_only": {
86
+ "default": true,
87
+ "title": "Recommendation Only",
88
+ "type": "boolean"
89
+ },
90
+ "settled": {
91
+ "default": false,
92
+ "title": "Settled",
93
+ "type": "boolean"
94
+ },
95
+ "severity": {
96
+ "default": 1.0,
97
+ "title": "Severity",
98
+ "type": "number"
99
+ }
100
+ },
101
+ "required": [
102
+ "bottleneck_id",
103
+ "bottleneck_class",
104
+ "object_id"
105
+ ],
106
+ "title": "BottleneckClassDiagnosis",
107
+ "type": "object"
108
+ },
109
+ "BottleneckInversionCandidate": {
110
+ "description": "Recommendation-only BIT inversion candidate.",
111
+ "properties": {
112
+ "accepted": {
113
+ "default": false,
114
+ "title": "Accepted",
115
+ "type": "boolean"
116
+ },
117
+ "bottleneck_class": {
118
+ "title": "Bottleneck Class",
119
+ "type": "string"
120
+ },
121
+ "bottleneck_id": {
122
+ "title": "Bottleneck Id",
123
+ "type": "string"
124
+ },
125
+ "candidate_id": {
126
+ "title": "Candidate Id",
127
+ "type": "string"
128
+ },
129
+ "expected_activation_gain": {
130
+ "$ref": "#/$defs/ActivationGainEstimate"
131
+ },
132
+ "minimal_enabling_conditions": {
133
+ "items": {
134
+ "$ref": "#/$defs/MinimalEnablingCondition"
135
+ },
136
+ "title": "Minimal Enabling Conditions",
137
+ "type": "array"
138
+ },
139
+ "mutates_repositories_shells_networks_or_models": {
140
+ "default": false,
141
+ "title": "Mutates Repositories Shells Networks Or Models",
142
+ "type": "boolean"
143
+ },
144
+ "post_inversion_audit_plan": {
145
+ "$ref": "#/$defs/PostInversionAuditPlan"
146
+ },
147
+ "reasons": {
148
+ "items": {
149
+ "type": "string"
150
+ },
151
+ "title": "Reasons",
152
+ "type": "array"
153
+ },
154
+ "recommendation_only": {
155
+ "default": true,
156
+ "title": "Recommendation Only",
157
+ "type": "boolean"
158
+ },
159
+ "risk_hazard_authority_notes": {
160
+ "items": {
161
+ "type": "string"
162
+ },
163
+ "title": "Risk Hazard Authority Notes",
164
+ "type": "array"
165
+ },
166
+ "rollback_or_deactivation_plan": {
167
+ "$ref": "#/$defs/RollbackOrDeactivationPlan"
168
+ },
169
+ "settled": {
170
+ "default": false,
171
+ "title": "Settled",
172
+ "type": "boolean"
173
+ },
174
+ "verification_cost": {
175
+ "default": 1.0,
176
+ "title": "Verification Cost",
177
+ "type": "number"
178
+ }
179
+ },
180
+ "required": [
181
+ "candidate_id",
182
+ "bottleneck_id",
183
+ "bottleneck_class",
184
+ "expected_activation_gain",
185
+ "rollback_or_deactivation_plan",
186
+ "post_inversion_audit_plan"
187
+ ],
188
+ "title": "BottleneckInversionCandidate",
189
+ "type": "object"
190
+ },
191
+ "CapabilityExpressionPath": {
192
+ "description": "Protocol-relative path from packet capital to an expressed capability proxy.",
193
+ "properties": {
194
+ "blocked_by": {
195
+ "items": {
196
+ "type": "string"
197
+ },
198
+ "title": "Blocked By",
199
+ "type": "array"
200
+ },
201
+ "edge_ids": {
202
+ "items": {
203
+ "type": "string"
204
+ },
205
+ "title": "Edge Ids",
206
+ "type": "array"
207
+ },
208
+ "execution_available": {
209
+ "default": false,
210
+ "title": "Execution Available",
211
+ "type": "boolean"
212
+ },
213
+ "packet_ids": {
214
+ "items": {
215
+ "type": "string"
216
+ },
217
+ "title": "Packet Ids",
218
+ "type": "array"
219
+ },
220
+ "path_id": {
221
+ "title": "Path Id",
222
+ "type": "string"
223
+ },
224
+ "settled": {
225
+ "default": false,
226
+ "title": "Settled",
227
+ "type": "boolean"
228
+ }
229
+ },
230
+ "required": [
231
+ "path_id"
232
+ ],
233
+ "title": "CapabilityExpressionPath",
234
+ "type": "object"
235
+ },
236
+ "InversionCertificate": {
237
+ "description": "Finite certificate candidate for a proposed BIT inversion.",
238
+ "properties": {
239
+ "candidate_id": {
240
+ "title": "Candidate Id",
241
+ "type": "string"
242
+ },
243
+ "certificate_id": {
244
+ "title": "Certificate Id",
245
+ "type": "string"
246
+ },
247
+ "certificate_status": {
248
+ "default": "abstain",
249
+ "title": "Certificate Status",
250
+ "type": "string"
251
+ },
252
+ "finite_requirements_passed": {
253
+ "default": false,
254
+ "title": "Finite Requirements Passed",
255
+ "type": "boolean"
256
+ },
257
+ "grants_execution_authority": {
258
+ "default": false,
259
+ "title": "Grants Execution Authority",
260
+ "type": "boolean"
261
+ },
262
+ "protocol_relative_only": {
263
+ "default": true,
264
+ "title": "Protocol Relative Only",
265
+ "type": "boolean"
266
+ },
267
+ "reasons": {
268
+ "items": {
269
+ "type": "string"
270
+ },
271
+ "title": "Reasons",
272
+ "type": "array"
273
+ },
274
+ "residual_preserved": {
275
+ "default": true,
276
+ "title": "Residual Preserved",
277
+ "type": "boolean"
278
+ },
279
+ "settled": {
280
+ "default": false,
281
+ "title": "Settled",
282
+ "type": "boolean"
283
+ }
284
+ },
285
+ "required": [
286
+ "certificate_id",
287
+ "candidate_id"
288
+ ],
289
+ "title": "InversionCertificate",
290
+ "type": "object"
291
+ },
292
+ "MinimalEnablingCondition": {
293
+ "description": "Small finite condition required to remove one bottleneck.",
294
+ "properties": {
295
+ "bottleneck_id": {
296
+ "title": "Bottleneck Id",
297
+ "type": "string"
298
+ },
299
+ "condition_id": {
300
+ "title": "Condition Id",
301
+ "type": "string"
302
+ },
303
+ "condition_type": {
304
+ "title": "Condition Type",
305
+ "type": "string"
306
+ },
307
+ "required_evidence": {
308
+ "items": {
309
+ "type": "string"
310
+ },
311
+ "title": "Required Evidence",
312
+ "type": "array"
313
+ },
314
+ "residual_preserved": {
315
+ "default": true,
316
+ "title": "Residual Preserved",
317
+ "type": "boolean"
318
+ },
319
+ "settled": {
320
+ "default": false,
321
+ "title": "Settled",
322
+ "type": "boolean"
323
+ },
324
+ "verifier_routes": {
325
+ "items": {
326
+ "type": "string"
327
+ },
328
+ "title": "Verifier Routes",
329
+ "type": "array"
330
+ }
331
+ },
332
+ "required": [
333
+ "condition_id",
334
+ "bottleneck_id",
335
+ "condition_type"
336
+ ],
337
+ "title": "MinimalEnablingCondition",
338
+ "type": "object"
339
+ },
340
+ "PostInversionAuditPlan": {
341
+ "description": "Audit steps that must follow a bottleneck inversion candidate.",
342
+ "properties": {
343
+ "evidence_to_record": {
344
+ "items": {
345
+ "type": "string"
346
+ },
347
+ "title": "Evidence To Record",
348
+ "type": "array"
349
+ },
350
+ "executes_actions": {
351
+ "default": false,
352
+ "title": "Executes Actions",
353
+ "type": "boolean"
354
+ },
355
+ "plan_id": {
356
+ "title": "Plan Id",
357
+ "type": "string"
358
+ },
359
+ "preserves_residuals": {
360
+ "default": true,
361
+ "title": "Preserves Residuals",
362
+ "type": "boolean"
363
+ },
364
+ "required_checks": {
365
+ "items": {
366
+ "type": "string"
367
+ },
368
+ "title": "Required Checks",
369
+ "type": "array"
370
+ }
371
+ },
372
+ "required": [
373
+ "plan_id"
374
+ ],
375
+ "title": "PostInversionAuditPlan",
376
+ "type": "object"
377
+ },
378
+ "RollbackOrDeactivationPlan": {
379
+ "description": "Rollback/deactivation plan for a candidate intervention.",
380
+ "properties": {
381
+ "automatic_rollback": {
382
+ "default": false,
383
+ "title": "Automatic Rollback",
384
+ "type": "boolean"
385
+ },
386
+ "deactivation_steps": {
387
+ "items": {
388
+ "type": "string"
389
+ },
390
+ "title": "Deactivation Steps",
391
+ "type": "array"
392
+ },
393
+ "plan_id": {
394
+ "title": "Plan Id",
395
+ "type": "string"
396
+ },
397
+ "rollback_refs_required": {
398
+ "items": {
399
+ "type": "string"
400
+ },
401
+ "title": "Rollback Refs Required",
402
+ "type": "array"
403
+ },
404
+ "rollback_required": {
405
+ "default": true,
406
+ "title": "Rollback Required",
407
+ "type": "boolean"
408
+ }
409
+ },
410
+ "required": [
411
+ "plan_id"
412
+ ],
413
+ "title": "RollbackOrDeactivationPlan",
414
+ "type": "object"
415
+ }
416
+ },
417
+ "description": "BIT bottleneck diagnosis and recommendation report.",
418
+ "properties": {
419
+ "accepted": {
420
+ "default": false,
421
+ "title": "Accepted",
422
+ "type": "boolean"
423
+ },
424
+ "baseline_comparison": {
425
+ "additionalProperties": {
426
+ "type": "number"
427
+ },
428
+ "title": "Baseline Comparison",
429
+ "type": "object"
430
+ },
431
+ "bottlenecks": {
432
+ "items": {
433
+ "$ref": "#/$defs/BottleneckClassDiagnosis"
434
+ },
435
+ "title": "Bottlenecks",
436
+ "type": "array"
437
+ },
438
+ "capability_expression_paths": {
439
+ "items": {
440
+ "$ref": "#/$defs/CapabilityExpressionPath"
441
+ },
442
+ "title": "Capability Expression Paths",
443
+ "type": "array"
444
+ },
445
+ "certificates": {
446
+ "items": {
447
+ "$ref": "#/$defs/InversionCertificate"
448
+ },
449
+ "title": "Certificates",
450
+ "type": "array"
451
+ },
452
+ "graph_id": {
453
+ "default": "",
454
+ "title": "Graph Id",
455
+ "type": "string"
456
+ },
457
+ "inversion_candidates": {
458
+ "items": {
459
+ "$ref": "#/$defs/BottleneckInversionCandidate"
460
+ },
461
+ "title": "Inversion Candidates",
462
+ "type": "array"
463
+ },
464
+ "protocol_relative_only": {
465
+ "default": true,
466
+ "title": "Protocol Relative Only",
467
+ "type": "boolean"
468
+ },
469
+ "reasons": {
470
+ "items": {
471
+ "type": "string"
472
+ },
473
+ "title": "Reasons",
474
+ "type": "array"
475
+ },
476
+ "recommendation_only": {
477
+ "default": true,
478
+ "title": "Recommendation Only",
479
+ "type": "boolean"
480
+ },
481
+ "report_id": {
482
+ "default": "bit-bottleneck-inversion-report",
483
+ "title": "Report Id",
484
+ "type": "string"
485
+ },
486
+ "settled": {
487
+ "default": false,
488
+ "title": "Settled",
489
+ "type": "boolean"
490
+ },
491
+ "workflow_usable": {
492
+ "default": true,
493
+ "title": "Workflow Usable",
494
+ "type": "boolean"
495
+ }
496
+ },
497
+ "title": "BottleneckInversionReport",
498
+ "type": "object"
499
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "description": "Protocol-relative path from packet capital to an expressed capability proxy.",
3
+ "properties": {
4
+ "blocked_by": {
5
+ "items": {
6
+ "type": "string"
7
+ },
8
+ "title": "Blocked By",
9
+ "type": "array"
10
+ },
11
+ "edge_ids": {
12
+ "items": {
13
+ "type": "string"
14
+ },
15
+ "title": "Edge Ids",
16
+ "type": "array"
17
+ },
18
+ "execution_available": {
19
+ "default": false,
20
+ "title": "Execution Available",
21
+ "type": "boolean"
22
+ },
23
+ "packet_ids": {
24
+ "items": {
25
+ "type": "string"
26
+ },
27
+ "title": "Packet Ids",
28
+ "type": "array"
29
+ },
30
+ "path_id": {
31
+ "title": "Path Id",
32
+ "type": "string"
33
+ },
34
+ "settled": {
35
+ "default": false,
36
+ "title": "Settled",
37
+ "type": "boolean"
38
+ }
39
+ },
40
+ "required": [
41
+ "path_id"
42
+ ],
43
+ "title": "CapabilityExpressionPath",
44
+ "type": "object"
45
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "description": "Contribution from certified abstraction capital to execution path density.",
3
+ "properties": {
4
+ "accepted": {
5
+ "default": false,
6
+ "title": "Accepted",
7
+ "type": "boolean"
8
+ },
9
+ "contribution_id": {
10
+ "title": "Contribution Id",
11
+ "type": "string"
12
+ },
13
+ "graph_id": {
14
+ "default": "",
15
+ "title": "Graph Id",
16
+ "type": "string"
17
+ },
18
+ "increases_execution_available_path_density": {
19
+ "default": false,
20
+ "title": "Increases Execution Available Path Density",
21
+ "type": "boolean"
22
+ },
23
+ "packet_id": {
24
+ "default": "",
25
+ "title": "Packet Id",
26
+ "type": "string"
27
+ },
28
+ "path_ids": {
29
+ "items": {
30
+ "type": "string"
31
+ },
32
+ "title": "Path Ids",
33
+ "type": "array"
34
+ },
35
+ "reasons": {
36
+ "items": {
37
+ "type": "string"
38
+ },
39
+ "title": "Reasons",
40
+ "type": "array"
41
+ },
42
+ "settled": {
43
+ "default": false,
44
+ "title": "Settled",
45
+ "type": "boolean"
46
+ }
47
+ },
48
+ "required": [
49
+ "contribution_id"
50
+ ],
51
+ "title": "CapitalToPathContribution",
52
+ "type": "object"
53
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "properties": {
3
+ "missing_evidence_refs": {
4
+ "items": {
5
+ "type": "string"
6
+ },
7
+ "title": "Missing Evidence Refs",
8
+ "type": "array"
9
+ },
10
+ "reason": {
11
+ "title": "Reason",
12
+ "type": "string"
13
+ },
14
+ "reason_id": {
15
+ "title": "Reason Id",
16
+ "type": "string"
17
+ }
18
+ },
19
+ "required": [
20
+ "reason_id",
21
+ "reason"
22
+ ],
23
+ "title": "ClosureAbstentionReason",
24
+ "type": "object"
25
+ }