/** * Public SDK subpath for command text normalization and routing decisions. */ export { normalizeCommandBody } from "../auto-reply/commands-registry-normalize.js"; export { shouldHandleTextCommands } from "../auto-reply/commands-text-routing.js";