You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catalog live tests break ember-tsc after command-service → tool-service rename (#650)
linear: https://linear.app/cardstack/issue/ECO-520/catalog-live-tests-break-ember-tsc-after-command-service-tool-service
## summary:
Host renamed the `command-service` service to `tool-service` (boxel 2dd31de2c8).
The runtime `legacy-tool-service-alias` keeps the old lookup key working at
runtime, but only `'tool-service'` is declared in the `@ember/service` Registry
type, so `getService('command-service')` type-checks as `object | undefined`
and fails `ember-tsc --noEmit` in the Lint Catalog job.
Look the service up by its current registry key in the catalog live tests.
The service still exposes `commandContext`, so no other change is needed.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments