refactor: untangle remaining plugin sdk boundaries

This commit is contained in:
Peter Steinberger
2026-03-16 21:13:56 -07:00
parent afc0172cb1
commit 9ebe38b6e3
492 changed files with 5657 additions and 2877 deletions

View File

@@ -0,0 +1,6 @@
// Public gateway/client helpers for plugins that talk to the host gateway surface.
export * from "../gateway/channel-status-patches.js";
export { GatewayClient } from "../gateway/client.js";
export { createOperatorApprovalsGatewayClient } from "../gateway/operator-approvals-client.js";
export type { EventFrame } from "../gateway/protocol/index.js";