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

@@ -47,11 +47,9 @@ export type {
MSTeamsTeamConfig,
MarkdownTableMode,
OpenClawConfig,
} from "openclaw/plugin-sdk/config-runtime";
export {
isDangerousNameMatchingEnabled,
resolveDefaultGroupPolicy,
} from "openclaw/plugin-sdk/config-runtime";
} from "openclaw/plugin-sdk/config-types";
export { isDangerousNameMatchingEnabled } from "openclaw/plugin-sdk/dangerous-name-runtime";
export { resolveDefaultGroupPolicy } from "openclaw/plugin-sdk/runtime-group-policy";
export { withFileLock } from "openclaw/plugin-sdk/file-lock";
export { keepHttpServerTaskAlive } from "openclaw/plugin-sdk/channel-lifecycle";
export {