refactor: land approved runtime cleanup and room binding cutover

This commit is contained in:
ejclaw
2026-04-10 21:04:23 +09:00
parent ce3854745d
commit 4e05f60400
45 changed files with 636 additions and 637 deletions

View File

@@ -8,7 +8,6 @@ import {
advanceLastAgentCursor,
filterLoopingPairedBotMessages,
getProcessableMessages,
hasAllowedTrigger,
resolveCursorKey,
shouldSkipBotOnlyCollaboration,
} from './message-runtime-rules.js';
@@ -296,18 +295,6 @@ export async function processLoopGroupMessages(args: {
return;
}
if (
!hasAllowedTrigger({
chatJid,
messages: processableGroupMessages,
group,
triggerPattern: args.triggerPattern,
hasImplicitContinuationWindow: args.hasImplicitContinuationWindow,
})
) {
return;
}
await processQueuedGroupDispatch({
chatJid,
group,