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,201 @@
1
+ {
2
+ "$defs": {
3
+ "ActionBoundaryRequirement": {
4
+ "properties": {
5
+ "requirement_id": {
6
+ "title": "Requirement Id",
7
+ "type": "string"
8
+ },
9
+ "requirement_type": {
10
+ "title": "Requirement Type",
11
+ "type": "string"
12
+ },
13
+ "residual": {
14
+ "default": "",
15
+ "title": "Residual",
16
+ "type": "string"
17
+ },
18
+ "satisfied": {
19
+ "default": false,
20
+ "title": "Satisfied",
21
+ "type": "boolean"
22
+ }
23
+ },
24
+ "required": [
25
+ "requirement_id",
26
+ "requirement_type"
27
+ ],
28
+ "title": "ActionBoundaryRequirement",
29
+ "type": "object"
30
+ },
31
+ "ExecutionAuthorityStatus": {
32
+ "properties": {
33
+ "authority_status": {
34
+ "default": "not-granted",
35
+ "title": "Authority Status",
36
+ "type": "string"
37
+ },
38
+ "explicit_scope_bounded": {
39
+ "default": false,
40
+ "title": "Explicit Scope Bounded",
41
+ "type": "boolean"
42
+ },
43
+ "grants_execution": {
44
+ "default": false,
45
+ "title": "Grants Execution",
46
+ "type": "boolean"
47
+ },
48
+ "reasons": {
49
+ "items": {
50
+ "type": "string"
51
+ },
52
+ "title": "Reasons",
53
+ "type": "array"
54
+ }
55
+ },
56
+ "title": "ExecutionAuthorityStatus",
57
+ "type": "object"
58
+ },
59
+ "ExecutionPathWitness": {
60
+ "properties": {
61
+ "accepted": {
62
+ "default": false,
63
+ "title": "Accepted",
64
+ "type": "boolean"
65
+ },
66
+ "edge_ids": {
67
+ "items": {
68
+ "type": "string"
69
+ },
70
+ "title": "Edge Ids",
71
+ "type": "array"
72
+ },
73
+ "packet_ids": {
74
+ "items": {
75
+ "type": "string"
76
+ },
77
+ "title": "Packet Ids",
78
+ "type": "array"
79
+ },
80
+ "reasons": {
81
+ "items": {
82
+ "type": "string"
83
+ },
84
+ "title": "Reasons",
85
+ "type": "array"
86
+ },
87
+ "settled": {
88
+ "default": false,
89
+ "title": "Settled",
90
+ "type": "boolean"
91
+ },
92
+ "witness_id": {
93
+ "title": "Witness Id",
94
+ "type": "string"
95
+ }
96
+ },
97
+ "required": [
98
+ "witness_id"
99
+ ],
100
+ "title": "ExecutionPathWitness",
101
+ "type": "object"
102
+ },
103
+ "ReceiverContextSupport": {
104
+ "properties": {
105
+ "evidence_refs": {
106
+ "items": {
107
+ "type": "string"
108
+ },
109
+ "title": "Evidence Refs",
110
+ "type": "array"
111
+ },
112
+ "present": {
113
+ "default": false,
114
+ "title": "Present",
115
+ "type": "boolean"
116
+ },
117
+ "receiver_context_id": {
118
+ "default": "receiver-context:default",
119
+ "title": "Receiver Context Id",
120
+ "type": "string"
121
+ }
122
+ },
123
+ "title": "ReceiverContextSupport",
124
+ "type": "object"
125
+ }
126
+ },
127
+ "properties": {
128
+ "accepted": {
129
+ "default": false,
130
+ "title": "Accepted",
131
+ "type": "boolean"
132
+ },
133
+ "action_boundary_requirements": {
134
+ "items": {
135
+ "$ref": "#/$defs/ActionBoundaryRequirement"
136
+ },
137
+ "title": "Action Boundary Requirements",
138
+ "type": "array"
139
+ },
140
+ "authority_status": {
141
+ "$ref": "#/$defs/ExecutionAuthorityStatus"
142
+ },
143
+ "blocked": {
144
+ "default": true,
145
+ "title": "Blocked",
146
+ "type": "boolean"
147
+ },
148
+ "candidate_only": {
149
+ "default": true,
150
+ "title": "Candidate Only",
151
+ "type": "boolean"
152
+ },
153
+ "edge_ids": {
154
+ "items": {
155
+ "type": "string"
156
+ },
157
+ "title": "Edge Ids",
158
+ "type": "array"
159
+ },
160
+ "not_executed": {
161
+ "default": true,
162
+ "title": "Not Executed",
163
+ "type": "boolean"
164
+ },
165
+ "packet_ids": {
166
+ "items": {
167
+ "type": "string"
168
+ },
169
+ "title": "Packet Ids",
170
+ "type": "array"
171
+ },
172
+ "path_id": {
173
+ "title": "Path Id",
174
+ "type": "string"
175
+ },
176
+ "reasons": {
177
+ "items": {
178
+ "type": "string"
179
+ },
180
+ "title": "Reasons",
181
+ "type": "array"
182
+ },
183
+ "receiver_context": {
184
+ "$ref": "#/$defs/ReceiverContextSupport"
185
+ },
186
+ "settled": {
187
+ "default": false,
188
+ "title": "Settled",
189
+ "type": "boolean"
190
+ },
191
+ "witness": {
192
+ "$ref": "#/$defs/ExecutionPathWitness"
193
+ }
194
+ },
195
+ "required": [
196
+ "path_id",
197
+ "witness"
198
+ ],
199
+ "title": "ExecutionAvailableHyperpath",
200
+ "type": "object"
201
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "properties": {
3
+ "defect_id": {
4
+ "title": "Defect Id",
5
+ "type": "string"
6
+ },
7
+ "defect_type": {
8
+ "title": "Defect Type",
9
+ "type": "string"
10
+ },
11
+ "path_id": {
12
+ "title": "Path Id",
13
+ "type": "string"
14
+ },
15
+ "residual_preserved": {
16
+ "default": true,
17
+ "title": "Residual Preserved",
18
+ "type": "boolean"
19
+ }
20
+ },
21
+ "required": [
22
+ "defect_id",
23
+ "path_id",
24
+ "defect_type"
25
+ ],
26
+ "title": "ExecutionPathDefect",
27
+ "type": "object"
28
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "properties": {
3
+ "accepted": {
4
+ "default": false,
5
+ "title": "Accepted",
6
+ "type": "boolean"
7
+ },
8
+ "edge_ids": {
9
+ "items": {
10
+ "type": "string"
11
+ },
12
+ "title": "Edge Ids",
13
+ "type": "array"
14
+ },
15
+ "packet_ids": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "title": "Packet Ids",
20
+ "type": "array"
21
+ },
22
+ "reasons": {
23
+ "items": {
24
+ "type": "string"
25
+ },
26
+ "title": "Reasons",
27
+ "type": "array"
28
+ },
29
+ "settled": {
30
+ "default": false,
31
+ "title": "Settled",
32
+ "type": "boolean"
33
+ },
34
+ "witness_id": {
35
+ "title": "Witness Id",
36
+ "type": "string"
37
+ }
38
+ },
39
+ "required": [
40
+ "witness_id"
41
+ ],
42
+ "title": "ExecutionPathWitness",
43
+ "type": "object"
44
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "properties": {
3
+ "candidate_count": {
4
+ "default": 0,
5
+ "title": "Candidate Count",
6
+ "type": "integer"
7
+ },
8
+ "certified_count": {
9
+ "default": 0,
10
+ "title": "Certified Count",
11
+ "type": "integer"
12
+ },
13
+ "load": {
14
+ "default": 0.0,
15
+ "title": "Load",
16
+ "type": "number"
17
+ }
18
+ },
19
+ "title": "FalseLiquidityLoad",
20
+ "type": "object"
21
+ }
@@ -158,7 +158,7 @@
158
158
  "type": "number"
159
159
  },
160
160
  "user_agent": {
161
- "default": "percolation-inversion-compiler-agent-intake/0.4.4",
161
+ "default": "percolation-inversion-compiler-agent-intake/0.5.0",
162
162
  "title": "User Agent",
163
163
  "type": "string"
164
164
  }
@@ -0,0 +1,56 @@
1
+ {
2
+ "description": "Finite certificate candidate for a proposed BIT inversion.",
3
+ "properties": {
4
+ "candidate_id": {
5
+ "title": "Candidate Id",
6
+ "type": "string"
7
+ },
8
+ "certificate_id": {
9
+ "title": "Certificate Id",
10
+ "type": "string"
11
+ },
12
+ "certificate_status": {
13
+ "default": "abstain",
14
+ "title": "Certificate Status",
15
+ "type": "string"
16
+ },
17
+ "finite_requirements_passed": {
18
+ "default": false,
19
+ "title": "Finite Requirements Passed",
20
+ "type": "boolean"
21
+ },
22
+ "grants_execution_authority": {
23
+ "default": false,
24
+ "title": "Grants Execution Authority",
25
+ "type": "boolean"
26
+ },
27
+ "protocol_relative_only": {
28
+ "default": true,
29
+ "title": "Protocol Relative Only",
30
+ "type": "boolean"
31
+ },
32
+ "reasons": {
33
+ "items": {
34
+ "type": "string"
35
+ },
36
+ "title": "Reasons",
37
+ "type": "array"
38
+ },
39
+ "residual_preserved": {
40
+ "default": true,
41
+ "title": "Residual Preserved",
42
+ "type": "boolean"
43
+ },
44
+ "settled": {
45
+ "default": false,
46
+ "title": "Settled",
47
+ "type": "boolean"
48
+ }
49
+ },
50
+ "required": [
51
+ "certificate_id",
52
+ "candidate_id"
53
+ ],
54
+ "title": "InversionCertificate",
55
+ "type": "object"
56
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "description": "Contribution from ALT liquidity to autocatalytic closure support.",
3
+ "properties": {
4
+ "accepted": {
5
+ "default": false,
6
+ "title": "Accepted",
7
+ "type": "boolean"
8
+ },
9
+ "closure_witness_ids": {
10
+ "items": {
11
+ "type": "string"
12
+ },
13
+ "title": "Closure Witness Ids",
14
+ "type": "array"
15
+ },
16
+ "contribution_id": {
17
+ "title": "Contribution Id",
18
+ "type": "string"
19
+ },
20
+ "graph_id": {
21
+ "default": "",
22
+ "title": "Graph Id",
23
+ "type": "string"
24
+ },
25
+ "packet_id": {
26
+ "default": "",
27
+ "title": "Packet Id",
28
+ "type": "string"
29
+ },
30
+ "reasons": {
31
+ "items": {
32
+ "type": "string"
33
+ },
34
+ "title": "Reasons",
35
+ "type": "array"
36
+ },
37
+ "settled": {
38
+ "default": false,
39
+ "title": "Settled",
40
+ "type": "boolean"
41
+ },
42
+ "supports_closure": {
43
+ "default": false,
44
+ "title": "Supports Closure",
45
+ "type": "boolean"
46
+ }
47
+ },
48
+ "required": [
49
+ "contribution_id"
50
+ ],
51
+ "title": "LiquidityToClosureContribution",
52
+ "type": "object"
53
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "description": "Small finite condition required to remove one bottleneck.",
3
+ "properties": {
4
+ "bottleneck_id": {
5
+ "title": "Bottleneck Id",
6
+ "type": "string"
7
+ },
8
+ "condition_id": {
9
+ "title": "Condition Id",
10
+ "type": "string"
11
+ },
12
+ "condition_type": {
13
+ "title": "Condition Type",
14
+ "type": "string"
15
+ },
16
+ "required_evidence": {
17
+ "items": {
18
+ "type": "string"
19
+ },
20
+ "title": "Required Evidence",
21
+ "type": "array"
22
+ },
23
+ "residual_preserved": {
24
+ "default": true,
25
+ "title": "Residual Preserved",
26
+ "type": "boolean"
27
+ },
28
+ "settled": {
29
+ "default": false,
30
+ "title": "Settled",
31
+ "type": "boolean"
32
+ },
33
+ "verifier_routes": {
34
+ "items": {
35
+ "type": "string"
36
+ },
37
+ "title": "Verifier Routes",
38
+ "type": "array"
39
+ }
40
+ },
41
+ "required": [
42
+ "condition_id",
43
+ "bottleneck_id",
44
+ "condition_type"
45
+ ],
46
+ "title": "MinimalEnablingCondition",
47
+ "type": "object"
48
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "description": "Portable contribution status for one graph object.",
3
+ "properties": {
4
+ "candidate_only": {
5
+ "default": true,
6
+ "title": "Candidate Only",
7
+ "type": "boolean"
8
+ },
9
+ "non_contributing_reason": {
10
+ "default": "candidate-only data does not improve phase metrics",
11
+ "title": "Non Contributing Reason",
12
+ "type": "string"
13
+ },
14
+ "positive_contribution": {
15
+ "default": false,
16
+ "title": "Positive Contribution",
17
+ "type": "boolean"
18
+ },
19
+ "settled": {
20
+ "default": false,
21
+ "title": "Settled",
22
+ "type": "boolean"
23
+ },
24
+ "status": {
25
+ "default": "diagnostic",
26
+ "title": "Status",
27
+ "type": "string"
28
+ }
29
+ },
30
+ "title": "PacketContributionStatus",
31
+ "type": "object"
32
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "properties": {
3
+ "applied": {
4
+ "default": false,
5
+ "title": "Applied",
6
+ "type": "boolean"
7
+ },
8
+ "decision": {
9
+ "default": "quarantine",
10
+ "title": "Decision",
11
+ "type": "string"
12
+ },
13
+ "decision_id": {
14
+ "title": "Decision Id",
15
+ "type": "string"
16
+ },
17
+ "deletes_packet": {
18
+ "default": false,
19
+ "title": "Deletes Packet",
20
+ "type": "boolean"
21
+ },
22
+ "packet_id": {
23
+ "title": "Packet Id",
24
+ "type": "string"
25
+ },
26
+ "reasons": {
27
+ "items": {
28
+ "type": "string"
29
+ },
30
+ "title": "Reasons",
31
+ "type": "array"
32
+ },
33
+ "reversible": {
34
+ "default": true,
35
+ "title": "Reversible",
36
+ "type": "boolean"
37
+ },
38
+ "settled": {
39
+ "default": false,
40
+ "title": "Settled",
41
+ "type": "boolean"
42
+ }
43
+ },
44
+ "required": [
45
+ "decision_id",
46
+ "packet_id"
47
+ ],
48
+ "title": "PacketQuarantineDecision",
49
+ "type": "object"
50
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "properties": {
3
+ "component": {
4
+ "title": "Component",
5
+ "type": "string"
6
+ },
7
+ "defect_id": {
8
+ "title": "Defect Id",
9
+ "type": "string"
10
+ },
11
+ "defect_type": {
12
+ "title": "Defect Type",
13
+ "type": "string"
14
+ },
15
+ "required_remediation": {
16
+ "title": "Required Remediation",
17
+ "type": "string"
18
+ },
19
+ "residual_preserved": {
20
+ "default": true,
21
+ "title": "Residual Preserved",
22
+ "type": "boolean"
23
+ }
24
+ },
25
+ "required": [
26
+ "defect_id",
27
+ "component",
28
+ "defect_type",
29
+ "required_remediation"
30
+ ],
31
+ "title": "PhaseCertificateDefect",
32
+ "type": "object"
33
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "description": "One phase component value and threshold distance.",
3
+ "properties": {
4
+ "component": {
5
+ "title": "Component",
6
+ "type": "string"
7
+ },
8
+ "diagnostic_only": {
9
+ "default": true,
10
+ "title": "Diagnostic Only",
11
+ "type": "boolean"
12
+ },
13
+ "distance": {
14
+ "default": 0.0,
15
+ "title": "Distance",
16
+ "type": "number"
17
+ },
18
+ "positive_contribution_source": {
19
+ "default": "effective-graph-only",
20
+ "title": "Positive Contribution Source",
21
+ "type": "string"
22
+ },
23
+ "threshold": {
24
+ "default": 0.0,
25
+ "title": "Threshold",
26
+ "type": "number"
27
+ },
28
+ "value": {
29
+ "default": 0.0,
30
+ "title": "Value",
31
+ "type": "number"
32
+ }
33
+ },
34
+ "required": [
35
+ "component"
36
+ ],
37
+ "title": "PhaseComponentObservation",
38
+ "type": "object"
39
+ }