Commit d3d6a80
feat(spec)!: remove deprecated IUIService contract — use IMetadataService (11.0)
IUIService (contracts/ui-service.ts) was long superseded by IMetadataService
(views/dashboards are metadata). Removes the dead interface + its plugin-dev
stub.
- spec: delete contracts/ui-service.ts (+ test) and its barrel export.
- plugin-dev: drop createUIStub + its factory entry; `'ui'` stays a
CoreServiceName and falls back to a generic dev stub (guarded path), so no
crash — only the obsolete view/dashboard methods are removed.
spec contracts tests (227) + plugin-dev (7) green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent caa3ef4 commit d3d6a80
6 files changed
Lines changed: 17 additions & 187 deletions
File tree
- .changeset
- packages
- plugins/plugin-dev/src
- spec/src/contracts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 179 | | |
187 | 180 | | |
188 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | 163 | | |
183 | 164 | | |
184 | 165 | | |
| |||
299 | 280 | | |
300 | 281 | | |
301 | 282 | | |
302 | | - | |
303 | 283 | | |
304 | 284 | | |
305 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments