refactor(plugin-sdk): narrow config runtime imports

This commit is contained in:
Peter Steinberger
2026-04-27 14:57:48 +01:00
parent f3e8a8a319
commit 4336a7f3a9
573 changed files with 1066 additions and 860 deletions

View File

@@ -2,7 +2,7 @@
// Keep this barrel thin and aligned with the local extension surface.
export type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
export type { RuntimeEnv } from "openclaw/plugin-sdk/runtime";
export { createDedupeCache } from "openclaw/plugin-sdk/core";
export { createLoggerBackedRuntime } from "./src/logger-runtime.js";