mirror of https://github.com/openclaw/openclaw.git
test: drop stale task boundary allowlist entries
This commit is contained in:
parent
d005cc8b42
commit
fe57ee513f
|
|
@ -6,8 +6,6 @@ const TASK_ROOT = path.resolve(import.meta.dirname);
|
|||
const SRC_ROOT = path.resolve(TASK_ROOT, "..");
|
||||
|
||||
const ALLOWED_IMPORTERS = new Set([
|
||||
"auto-reply/reply/commands-status.ts",
|
||||
"auto-reply/reply/commands-tasks.ts",
|
||||
"tasks/runtime-internal.ts",
|
||||
"tasks/task-owner-access.ts",
|
||||
"tasks/task-status-access.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue