mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 23:20:42 +00:00
docs(plugins): define config ownership contract
* fix(plugins): flag channel config metadata gaps * docs(plugins): clarify config ownership
This commit is contained in:
@@ -16,6 +16,9 @@ export {
|
||||
requireOpenAllowFrom,
|
||||
} from "../config/zod-schema.core.js";
|
||||
export { ToolPolicySchema } from "../config/zod-schema.agent-runtime.js";
|
||||
// Legacy bundled channel schema exports. New channel plugins should define
|
||||
// plugin-local schemas and expose JSON Schema through openclaw.plugin.json
|
||||
// channelConfigs or a lightweight plugin-owned config artifact.
|
||||
export {
|
||||
DiscordConfigSchema,
|
||||
GoogleChatConfigSchema,
|
||||
|
||||
Reference in New Issue
Block a user