mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 09:30:21 +00:00
refactor: centralize plugin API assembly
This commit is contained in:
@@ -62,6 +62,10 @@ const SAME_CHANNEL_SDK_GUARDS: GuardedSource[] = [
|
||||
path: "extensions/signal/src/shared.ts",
|
||||
forbiddenPatterns: [/["']openclaw\/plugin-sdk\/signal["']/, /plugin-sdk-internal\/signal/],
|
||||
},
|
||||
{
|
||||
path: "extensions/signal/src/runtime-api.ts",
|
||||
forbiddenPatterns: [/["']openclaw\/plugin-sdk\/signal["']/, /plugin-sdk-internal\/signal/],
|
||||
},
|
||||
];
|
||||
|
||||
const SETUP_BARREL_GUARDS: GuardedSource[] = [
|
||||
|
||||
Reference in New Issue
Block a user