refactor: clean extension api boundaries

This commit is contained in:
Peter Steinberger
2026-03-17 09:33:17 -07:00
parent 4d8106eece
commit 4b125762f6
147 changed files with 699 additions and 364 deletions

View File

@@ -108,5 +108,5 @@ export {
buildProbeChannelStatusSummary,
collectStatusIssuesFromLastError,
} from "./status-helpers.js";
export { matrixSetupWizard } from "../../extensions/matrix/src/setup-surface.js";
export { matrixSetupAdapter } from "../../extensions/matrix/src/setup-core.js";
export { matrixSetupWizard } from "../../extensions/matrix/api.js";
export { matrixSetupAdapter } from "../../extensions/matrix/api.js";