fix(tasks): allow new task read-model importers

This commit is contained in:
Vincent Koc
2026-03-31 17:35:39 +09:00
parent 3a5042b6cc
commit d27165f5de

View File

@@ -9,6 +9,8 @@ const ALLOWED_IMPORTERS = new Set([
"agents/tools/session-status-tool.ts",
"auto-reply/reply/commands-acp/runtime-options.ts",
"auto-reply/reply/commands-subagents/action-info.ts",
"commands/doctor-workspace-status.ts",
"commands/flows.ts",
"commands/tasks.ts",
"tasks/task-executor.ts",
"tasks/task-registry.maintenance.ts",