fix: keep acp management commands local

This commit is contained in:
Peter Steinberger
2026-04-26 02:58:19 +01:00
parent 9123c8158d
commit a6d9926d1d
9 changed files with 199 additions and 8 deletions

View File

@@ -290,6 +290,11 @@ const SOURCE_TEST_TARGETS = new Map([
"src/auto-reply/reply/dispatch-from-config.test.ts",
],
],
["src/auto-reply/reply/commands-acp.ts", ["src/auto-reply/reply/commands-acp.test.ts"]],
[
"src/auto-reply/reply/dispatch-acp-command-bypass.ts",
["src/auto-reply/reply/dispatch-acp-command-bypass.test.ts"],
],
]);
const GENERATED_CHANGED_TEST_TARGETS = new Set([
"src/canvas-host/a2ui/.bundle.hash",