perf(test): narrow discord monitor runtime seams

This commit is contained in:
Vincent Koc
2026-04-01 23:47:17 +09:00
parent 83149ed046
commit 0453d355fd
9 changed files with 129 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
export {
buildCommandTextFromArgs,
findCommandByNativeName,
listChatCommands,
listNativeCommandSpecsForConfig,
parseCommandArgs,
resolveCommandArgChoices,
resolveCommandArgMenu,
serializeCommandArgs,
} from "../auto-reply/commands-registry.js";
export type {
ChatCommandDefinition,
CommandArgDefinition,
CommandArgValues,
CommandArgs,
NativeCommandSpec,
} from "../auto-reply/commands-registry.js";