fix(ci): refresh guardrails and config baselines

This commit is contained in:
Peter Steinberger
2026-04-03 11:17:23 +01:00
parent 2766c27b2a
commit fb0d82ba9f
6 changed files with 10008 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
'export * from "./src/resolve-users.js";',
'export * from "./src/outbound-session-route.js";',
'export * from "./src/send.js";',
'export * from "./src/send.components.js";',
],
[bundledPluginFile("imessage", "runtime-api.ts")]: [
'export { DEFAULT_ACCOUNT_ID, buildChannelConfigSchema, getChatChannelMeta, type ChannelPlugin, type OpenClawConfig } from "openclaw/plugin-sdk/core";',