refactor(plugins): delete registry compat scaffolding (#117749)

* refactor(plugins): delete registry compat scaffolding

* test(plugins): update CLI registry handle mock

* fix(plugins): preserve explicitly initialized hook registries

* test(plugins): update registry ownership fixtures

* fix(channels): restore registry snapshot memo
This commit is contained in:
Peter Steinberger
2026-08-01 21:18:47 -07:00
committed by GitHub
parent a084763814
commit ccee629359
129 changed files with 1677 additions and 6720 deletions
@@ -3,7 +3,7 @@ import { sendDurableMessageBatch } from "openclaw/plugin-sdk/channel-outbound";
import {
createOutboundTestPlugin,
createTestRegistry,
releasePinnedPluginChannelRegistry,
resetPluginRuntimeStateForTest,
resetGlobalHookRunner,
setActivePluginRegistry,
} from "openclaw/plugin-sdk/channel-test-helpers";
@@ -56,7 +56,7 @@ describe("Feishu outbound shared delivery", () => {
afterEach(() => {
resetGlobalHookRunner();
releasePinnedPluginChannelRegistry();
resetPluginRuntimeStateForTest();
});
it("routes oversized presentation media through one media send and chunked fallback text", async () => {