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,156 @@
1
+ {
2
+ "$defs": {
3
+ "AttentionBudgetLedger": {
4
+ "properties": {
5
+ "attention_budget": {
6
+ "default": 1.0,
7
+ "title": "Attention Budget",
8
+ "type": "number"
9
+ },
10
+ "diagnostic_reserve_available": {
11
+ "default": 0.0,
12
+ "title": "Diagnostic Reserve Available",
13
+ "type": "number"
14
+ },
15
+ "diagnostic_reserve_required": {
16
+ "default": 0.1,
17
+ "title": "Diagnostic Reserve Required",
18
+ "type": "number"
19
+ },
20
+ "ledger_id": {
21
+ "default": "sqot-attention-budget",
22
+ "title": "Ledger Id",
23
+ "type": "string"
24
+ },
25
+ "occupied": {
26
+ "default": 0.0,
27
+ "title": "Occupied",
28
+ "type": "number"
29
+ },
30
+ "reserve_preserved": {
31
+ "default": false,
32
+ "title": "Reserve Preserved",
33
+ "type": "boolean"
34
+ },
35
+ "settled": {
36
+ "default": false,
37
+ "title": "Settled",
38
+ "type": "boolean"
39
+ }
40
+ },
41
+ "title": "AttentionBudgetLedger",
42
+ "type": "object"
43
+ },
44
+ "VerificationQueuePressure": {
45
+ "properties": {
46
+ "backlog_count": {
47
+ "default": 0,
48
+ "title": "Backlog Count",
49
+ "type": "integer"
50
+ },
51
+ "candidate_only_count": {
52
+ "default": 0,
53
+ "title": "Candidate Only Count",
54
+ "type": "integer"
55
+ },
56
+ "pressure": {
57
+ "default": 0.0,
58
+ "title": "Pressure",
59
+ "type": "number"
60
+ },
61
+ "pressure_id": {
62
+ "default": "sqot-verification-pressure",
63
+ "title": "Pressure Id",
64
+ "type": "string"
65
+ },
66
+ "settled": {
67
+ "default": false,
68
+ "title": "Settled",
69
+ "type": "boolean"
70
+ },
71
+ "stale_packet_count": {
72
+ "default": 0,
73
+ "title": "Stale Packet Count",
74
+ "type": "integer"
75
+ },
76
+ "unsafe_packet_count": {
77
+ "default": 0,
78
+ "title": "Unsafe Packet Count",
79
+ "type": "integer"
80
+ }
81
+ },
82
+ "title": "VerificationQueuePressure",
83
+ "type": "object"
84
+ }
85
+ },
86
+ "properties": {
87
+ "accepted": {
88
+ "default": false,
89
+ "title": "Accepted",
90
+ "type": "boolean"
91
+ },
92
+ "attention_budget_ledger": {
93
+ "$ref": "#/$defs/AttentionBudgetLedger"
94
+ },
95
+ "blocked_high_value_packets": {
96
+ "items": {
97
+ "type": "string"
98
+ },
99
+ "title": "Blocked High Value Packets",
100
+ "type": "array"
101
+ },
102
+ "graph_id": {
103
+ "default": "",
104
+ "title": "Graph Id",
105
+ "type": "string"
106
+ },
107
+ "low_value_packet_ids": {
108
+ "items": {
109
+ "type": "string"
110
+ },
111
+ "title": "Low Value Packet Ids",
112
+ "type": "array"
113
+ },
114
+ "reasons": {
115
+ "items": {
116
+ "type": "string"
117
+ },
118
+ "title": "Reasons",
119
+ "type": "array"
120
+ },
121
+ "repeated_candidate_only_packets": {
122
+ "items": {
123
+ "type": "string"
124
+ },
125
+ "title": "Repeated Candidate Only Packets",
126
+ "type": "array"
127
+ },
128
+ "report_id": {
129
+ "default": "sqot-queue-occupation",
130
+ "title": "Report Id",
131
+ "type": "string"
132
+ },
133
+ "rollback_unavailable_decisions": {
134
+ "items": {
135
+ "type": "string"
136
+ },
137
+ "title": "Rollback Unavailable Decisions",
138
+ "type": "array"
139
+ },
140
+ "settled": {
141
+ "default": false,
142
+ "title": "Settled",
143
+ "type": "boolean"
144
+ },
145
+ "verification_queue_pressure": {
146
+ "$ref": "#/$defs/VerificationQueuePressure"
147
+ },
148
+ "workflow_usable": {
149
+ "default": true,
150
+ "title": "Workflow Usable",
151
+ "type": "boolean"
152
+ }
153
+ },
154
+ "title": "QueueOccupationReport",
155
+ "type": "object"
156
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "$defs": {
3
+ "PacketQuarantineDecision": {
4
+ "properties": {
5
+ "applied": {
6
+ "default": false,
7
+ "title": "Applied",
8
+ "type": "boolean"
9
+ },
10
+ "decision": {
11
+ "default": "quarantine",
12
+ "title": "Decision",
13
+ "type": "string"
14
+ },
15
+ "decision_id": {
16
+ "title": "Decision Id",
17
+ "type": "string"
18
+ },
19
+ "deletes_packet": {
20
+ "default": false,
21
+ "title": "Deletes Packet",
22
+ "type": "boolean"
23
+ },
24
+ "packet_id": {
25
+ "title": "Packet Id",
26
+ "type": "string"
27
+ },
28
+ "reasons": {
29
+ "items": {
30
+ "type": "string"
31
+ },
32
+ "title": "Reasons",
33
+ "type": "array"
34
+ },
35
+ "reversible": {
36
+ "default": true,
37
+ "title": "Reversible",
38
+ "type": "boolean"
39
+ },
40
+ "settled": {
41
+ "default": false,
42
+ "title": "Settled",
43
+ "type": "boolean"
44
+ }
45
+ },
46
+ "required": [
47
+ "decision_id",
48
+ "packet_id"
49
+ ],
50
+ "title": "PacketQuarantineDecision",
51
+ "type": "object"
52
+ }
53
+ },
54
+ "properties": {
55
+ "accepted": {
56
+ "default": false,
57
+ "title": "Accepted",
58
+ "type": "boolean"
59
+ },
60
+ "deletes_packets": {
61
+ "default": false,
62
+ "title": "Deletes Packets",
63
+ "type": "boolean"
64
+ },
65
+ "executes_actions": {
66
+ "default": false,
67
+ "title": "Executes Actions",
68
+ "type": "boolean"
69
+ },
70
+ "graph_id": {
71
+ "default": "",
72
+ "title": "Graph Id",
73
+ "type": "string"
74
+ },
75
+ "plan_id": {
76
+ "default": "sqot-queue-rebalance",
77
+ "title": "Plan Id",
78
+ "type": "string"
79
+ },
80
+ "quarantine_decisions": {
81
+ "items": {
82
+ "$ref": "#/$defs/PacketQuarantineDecision"
83
+ },
84
+ "title": "Quarantine Decisions",
85
+ "type": "array"
86
+ },
87
+ "reasons": {
88
+ "items": {
89
+ "type": "string"
90
+ },
91
+ "title": "Reasons",
92
+ "type": "array"
93
+ },
94
+ "recommended_actions": {
95
+ "additionalProperties": {
96
+ "type": "string"
97
+ },
98
+ "title": "Recommended Actions",
99
+ "type": "object"
100
+ },
101
+ "settled": {
102
+ "default": false,
103
+ "title": "Settled",
104
+ "type": "boolean"
105
+ },
106
+ "workflow_usable": {
107
+ "default": true,
108
+ "title": "Workflow Usable",
109
+ "type": "boolean"
110
+ }
111
+ },
112
+ "title": "QueueRebalancePlan",
113
+ "type": "object"
114
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "properties": {
3
+ "evidence_refs": {
4
+ "items": {
5
+ "type": "string"
6
+ },
7
+ "title": "Evidence Refs",
8
+ "type": "array"
9
+ },
10
+ "present": {
11
+ "default": false,
12
+ "title": "Present",
13
+ "type": "boolean"
14
+ },
15
+ "receiver_context_id": {
16
+ "default": "receiver-context:default",
17
+ "title": "Receiver Context Id",
18
+ "type": "string"
19
+ }
20
+ },
21
+ "title": "ReceiverContextSupport",
22
+ "type": "object"
23
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "description": "Receiver-context contribution from ALT abstraction liquidity.",
3
+ "properties": {
4
+ "accepted": {
5
+ "default": false,
6
+ "title": "Accepted",
7
+ "type": "boolean"
8
+ },
9
+ "blockers": {
10
+ "items": {
11
+ "type": "string"
12
+ },
13
+ "title": "Blockers",
14
+ "type": "array"
15
+ },
16
+ "evidence_refs": {
17
+ "items": {
18
+ "type": "string"
19
+ },
20
+ "title": "Evidence Refs",
21
+ "type": "array"
22
+ },
23
+ "improves_receiver_context": {
24
+ "default": false,
25
+ "title": "Improves Receiver Context",
26
+ "type": "boolean"
27
+ },
28
+ "lift_id": {
29
+ "title": "Lift Id",
30
+ "type": "string"
31
+ },
32
+ "packet_id": {
33
+ "default": "",
34
+ "title": "Packet Id",
35
+ "type": "string"
36
+ },
37
+ "receiver_context_id": {
38
+ "default": "",
39
+ "title": "Receiver Context Id",
40
+ "type": "string"
41
+ },
42
+ "receiver_context_present": {
43
+ "default": false,
44
+ "title": "Receiver Context Present",
45
+ "type": "boolean"
46
+ },
47
+ "settled": {
48
+ "default": false,
49
+ "title": "Settled",
50
+ "type": "boolean"
51
+ }
52
+ },
53
+ "required": [
54
+ "lift_id"
55
+ ],
56
+ "title": "ReceiverLiquidityLift",
57
+ "type": "object"
58
+ }
@@ -49,7 +49,7 @@
49
49
  "type": "string"
50
50
  },
51
51
  "package_version": {
52
- "default": "0.4.4",
52
+ "default": "0.5.0",
53
53
  "title": "Package Version",
54
54
  "type": "string"
55
55
  }
@@ -0,0 +1,53 @@
1
+ {
2
+ "properties": {
3
+ "certificate_id": {
4
+ "default": "sqot-reversible-salience-sovereignty",
5
+ "title": "Certificate Id",
6
+ "type": "string"
7
+ },
8
+ "certificate_status": {
9
+ "default": "abstain",
10
+ "title": "Certificate Status",
11
+ "type": "string"
12
+ },
13
+ "grants_execution_authority": {
14
+ "default": false,
15
+ "title": "Grants Execution Authority",
16
+ "type": "boolean"
17
+ },
18
+ "graph_id": {
19
+ "default": "",
20
+ "title": "Graph Id",
21
+ "type": "string"
22
+ },
23
+ "reasons": {
24
+ "items": {
25
+ "type": "string"
26
+ },
27
+ "title": "Reasons",
28
+ "type": "array"
29
+ },
30
+ "rebalance_plan_id": {
31
+ "default": "",
32
+ "title": "Rebalance Plan Id",
33
+ "type": "string"
34
+ },
35
+ "reversible": {
36
+ "default": true,
37
+ "title": "Reversible",
38
+ "type": "boolean"
39
+ },
40
+ "rollback_available": {
41
+ "default": false,
42
+ "title": "Rollback Available",
43
+ "type": "boolean"
44
+ },
45
+ "settled": {
46
+ "default": false,
47
+ "title": "Settled",
48
+ "type": "boolean"
49
+ }
50
+ },
51
+ "title": "ReversibleSalienceSovereigntyCertificate",
52
+ "type": "object"
53
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "description": "Rollback/deactivation plan for a candidate intervention.",
3
+ "properties": {
4
+ "automatic_rollback": {
5
+ "default": false,
6
+ "title": "Automatic Rollback",
7
+ "type": "boolean"
8
+ },
9
+ "deactivation_steps": {
10
+ "items": {
11
+ "type": "string"
12
+ },
13
+ "title": "Deactivation Steps",
14
+ "type": "array"
15
+ },
16
+ "plan_id": {
17
+ "title": "Plan Id",
18
+ "type": "string"
19
+ },
20
+ "rollback_refs_required": {
21
+ "items": {
22
+ "type": "string"
23
+ },
24
+ "title": "Rollback Refs Required",
25
+ "type": "array"
26
+ },
27
+ "rollback_required": {
28
+ "default": true,
29
+ "title": "Rollback Required",
30
+ "type": "boolean"
31
+ }
32
+ },
33
+ "required": [
34
+ "plan_id"
35
+ ],
36
+ "title": "RollbackOrDeactivationPlan",
37
+ "type": "object"
38
+ }
@@ -52,7 +52,7 @@
52
52
  "type": "array"
53
53
  },
54
54
  "packageVersion": {
55
- "default": "0.4.4",
55
+ "default": "0.5.0",
56
56
  "title": "Packageversion",
57
57
  "type": "string"
58
58
  },
@@ -0,0 +1,55 @@
1
+ {
2
+ "properties": {
3
+ "accepted": {
4
+ "default": false,
5
+ "title": "Accepted",
6
+ "type": "boolean"
7
+ },
8
+ "diagnosis_id": {
9
+ "default": "sqot-salience-obstruction",
10
+ "title": "Diagnosis Id",
11
+ "type": "string"
12
+ },
13
+ "graph_id": {
14
+ "default": "",
15
+ "title": "Graph Id",
16
+ "type": "string"
17
+ },
18
+ "obstructed_packet_ids": {
19
+ "items": {
20
+ "type": "string"
21
+ },
22
+ "title": "Obstructed Packet Ids",
23
+ "type": "array"
24
+ },
25
+ "obstruction_load": {
26
+ "default": 0.0,
27
+ "title": "Obstruction Load",
28
+ "type": "number"
29
+ },
30
+ "obstruction_reasons": {
31
+ "additionalProperties": {
32
+ "items": {
33
+ "type": "string"
34
+ },
35
+ "type": "array"
36
+ },
37
+ "title": "Obstruction Reasons",
38
+ "type": "object"
39
+ },
40
+ "reasons": {
41
+ "items": {
42
+ "type": "string"
43
+ },
44
+ "title": "Reasons",
45
+ "type": "array"
46
+ },
47
+ "settled": {
48
+ "default": false,
49
+ "title": "Settled",
50
+ "type": "boolean"
51
+ }
52
+ },
53
+ "title": "SalienceObstructionDiagnosis",
54
+ "type": "object"
55
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "properties": {
3
+ "blocked_count": {
4
+ "default": 0,
5
+ "title": "Blocked Count",
6
+ "type": "integer"
7
+ },
8
+ "load": {
9
+ "default": 0.0,
10
+ "title": "Load",
11
+ "type": "number"
12
+ },
13
+ "total_count": {
14
+ "default": 0,
15
+ "title": "Total Count",
16
+ "type": "integer"
17
+ }
18
+ },
19
+ "title": "SalienceObstructionLoad",
20
+ "type": "object"
21
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "description": "Evidence summary for one effective graph edge.",
3
+ "properties": {
4
+ "edge_certificate_refs": {
5
+ "items": {
6
+ "type": "string"
7
+ },
8
+ "title": "Edge Certificate Refs",
9
+ "type": "array"
10
+ },
11
+ "evidence_refs": {
12
+ "items": {
13
+ "type": "string"
14
+ },
15
+ "title": "Evidence Refs",
16
+ "type": "array"
17
+ },
18
+ "evidence_supported": {
19
+ "default": false,
20
+ "title": "Evidence Supported",
21
+ "type": "boolean"
22
+ },
23
+ "missing_evidence": {
24
+ "items": {
25
+ "type": "string"
26
+ },
27
+ "title": "Missing Evidence",
28
+ "type": "array"
29
+ },
30
+ "verifier_resolution_refs": {
31
+ "items": {
32
+ "type": "string"
33
+ },
34
+ "title": "Verifier Resolution Refs",
35
+ "type": "array"
36
+ }
37
+ },
38
+ "title": "SemanticEdgeEvidence",
39
+ "type": "object"
40
+ }