refactor: harden plugin metadata and bundled channel entry seams

This commit is contained in:
Peter Steinberger
2026-04-06 00:15:29 +01:00
parent 95079949c3
commit 8cb85ff85f
43 changed files with 607 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
export type { RuntimeEnv } from "../runtime-api.js";
export { safeEqualSecret } from "openclaw/plugin-sdk/browser-support";
export { safeEqualSecret } from "openclaw/plugin-sdk/browser-security-runtime";
export {
applyBasicWebhookRequestGuards,
isRequestBodyLimitError,