test(ci): fix lint config and speed dispatch tests

This commit is contained in:
Peter Steinberger
2026-05-01 19:16:07 +01:00
parent c25fb9a6e8
commit cbf4f0f87a
5 changed files with 19 additions and 32 deletions

View File

@@ -1 +1,2 @@
export { normalizeCommandBody, shouldHandleTextCommands } from "../auto-reply/commands-registry.js";
export { normalizeCommandBody } from "../auto-reply/commands-registry-normalize.js";
export { shouldHandleTextCommands } from "../auto-reply/commands-text-routing.js";