refactor: enforce plugin boundary seams

This commit is contained in:
Peter Steinberger
2026-03-17 19:45:24 -07:00
parent b942dacf48
commit 1313767825
34 changed files with 129 additions and 48 deletions

View File

@@ -1,5 +1,15 @@
export type { OpenClawConfig } from "../config/config.js";
export type { TelegramActionConfig } from "../config/types.js";
export type { ChannelPlugin } from "./channel-plugin-common.js";
export { buildChannelConfigSchema, getChatChannelMeta } from "./channel-plugin-common.js";
export { normalizeAccountId } from "../routing/session-key.js";
export {
jsonResult,
readNumberParam,
readReactionParams,
readStringArrayParam,
readStringOrNumberParam,
readStringParam,
} from "../agents/tools/common.js";
export { TelegramConfigSchema } from "../config/zod-schema.providers-core.js";
export { resolvePollMaxSelections } from "../polls.js";