perf(plugins): narrow boundary compile sdk imports

This commit is contained in:
Vincent Koc
2026-04-08 07:49:44 +01:00
parent 2e7a0fc7fb
commit 4260ac4cf6
28 changed files with 46 additions and 45 deletions

View File

@@ -1,7 +1,8 @@
export type { Command } from "commander";
export type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/core";
export { definePluginEntry } from "openclaw/plugin-sdk/core";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
export { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
export { callGatewayFromCli } from "openclaw/plugin-sdk/browser-node-runtime";
export type { PluginRuntime } from "openclaw/plugin-sdk/runtime-store";
export {
buildQaTarget,
createQaBusThread,