refactor: remove pre-2026.4 compatibility shims and legacy migrations (#104650)

* refactor(matrix): retire pre-2026.4 legacy crypto and flat-storage migrations

* refactor(cli): drop pre-tsdown daemon-cli dist compat shim from the build

* refactor(diffs): remove deprecated image*/format tool params and output aliases

* refactor(ui): drop pre-gateway-scoped localStorage readers and legacy theme map

* refactor: remove assorted pre-2026.4 compat shims and deprecated aliases

* fix(discord): map legacy thread-binding fields in the doctor JSON import

* fix(msteams): keep bot read fallback for legacy imported conversation rows

* test(msteams): cover legacy bot-only imported conversation references

* fix(ui): keep channel-prefixed session key display fallback

* chore: refresh native i18n inventory and build-docker step count

* chore(matrix): drop now-unused migration-config module

* chore: re-pin plugin SDK public export budget after compat removals

* chore: refresh native i18n inventory after rebase

* chore: re-pin plugin SDK callable budget and refresh i18n inventory after rebase
This commit is contained in:
Peter Steinberger
2026-07-11 13:22:27 -07:00
committed by GitHub
parent a4c1e22731
commit 8fe6ac7fb9
88 changed files with 203 additions and 4710 deletions

View File

@@ -216,11 +216,6 @@ describe("resolveBuildAllStep", () => {
scriptPath: "scripts/write-cli-startup-metadata.ts",
expectedEnv: { FOO: "bar" },
},
{
label: "write-cli-compat",
scriptPath: "scripts/write-cli-compat.ts",
expectedEnv: { FOO: "bar" },
},
])("runs the $label TypeScript step through tsx", ({ label, scriptPath, expectedEnv }) => {
const step = getBuildAllStep(label);
@@ -328,7 +323,6 @@ describe("resolveBuildAllSteps", () => {
"ui:build",
"write-build-info",
"write-cli-startup-metadata",
"write-cli-compat",
]);
});
@@ -420,7 +414,6 @@ describe("resolveBuildAllSteps", () => {
"build-stamp",
"runtime-postbuild-stamp",
"write-cli-startup-metadata",
"write-cli-compat",
]);
});
@@ -432,7 +425,6 @@ describe("resolveBuildAllSteps", () => {
"build-stamp",
"runtime-postbuild-stamp",
"write-cli-startup-metadata",
"write-cli-compat",
]);
});