mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 13:14:46 +00:00
refactor: centralize channel ingress access
This commit is contained in:
@@ -39,6 +39,10 @@ export async function main(argv = process.argv.slice(2)) {
|
||||
name: "plugin-sdk wildcard re-exports",
|
||||
args: ["lint:extensions:no-plugin-sdk-wildcard-reexports"],
|
||||
},
|
||||
{
|
||||
name: "deprecated channel access seams",
|
||||
args: ["lint:extensions:no-deprecated-channel-access"],
|
||||
},
|
||||
{ name: "runtime sidecar loader guard", args: ["check:runtime-sidecar-loaders"] },
|
||||
{ name: "tool display", args: ["tool-display:check"] },
|
||||
{ name: "host env policy", args: ["check:host-env-policy:swift"] },
|
||||
|
||||
Reference in New Issue
Block a user