mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00:00
fix: restore full gate
This commit is contained in:
@@ -11,10 +11,6 @@ type GuardedSource = {
|
||||
};
|
||||
|
||||
const SAME_CHANNEL_SDK_GUARDS: GuardedSource[] = [
|
||||
{
|
||||
path: "extensions/discord/src/plugin-shared.ts",
|
||||
forbiddenPatterns: [/openclaw\/plugin-sdk\/discord/, /plugin-sdk-internal\/discord/],
|
||||
},
|
||||
{
|
||||
path: "extensions/discord/src/shared.ts",
|
||||
forbiddenPatterns: [/openclaw\/plugin-sdk\/discord/, /plugin-sdk-internal\/discord/],
|
||||
|
||||
@@ -40,11 +40,13 @@ export type {
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
/** @deprecated Use OpenClawConfig instead */
|
||||
export type { OpenClawConfig as ClawdbotConfig } from "../config/config.js";
|
||||
export { registerContextEngine } from "../context-engine/index.js";
|
||||
export * from "./image-generation.js";
|
||||
export type { SecretInput, SecretRef } from "../config/types.secrets.js";
|
||||
export type { RuntimeEnv } from "../runtime.js";
|
||||
export type { HookEntry } from "../hooks/types.js";
|
||||
export type { ReplyPayload } from "../auto-reply/types.js";
|
||||
export type { WizardPrompter } from "../wizard/prompts.js";
|
||||
export type { ContextEngineFactory } from "../context-engine/index.js";
|
||||
|
||||
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
|
||||
export * from "../plugins/commands.js";
|
||||
export * from "../plugins/hook-runner-global.js";
|
||||
export * from "../plugins/http-path.js";
|
||||
export * from "../plugins/http-registry.js";
|
||||
export * from "../plugins/interactive.js";
|
||||
export * from "../plugins/types.js";
|
||||
|
||||
Reference in New Issue
Block a user