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

@@ -124,7 +124,7 @@ describe('message-runtime-handoffs', () => {
completed_at: null,
last_error: null,
},
getRegisteredGroups: () => ({
getRoomBindings: () => ({
'group@test': makeGroup(),
}),
channels: [makeChannel('discord-main', true)],
@@ -174,7 +174,7 @@ describe('message-runtime-handoffs', () => {
completed_at: null,
last_error: null,
},
getRegisteredGroups: () => ({
getRoomBindings: () => ({
'group@test': makeGroup(),
}),
channels: [
@@ -249,7 +249,7 @@ describe('message-runtime-handoffs', () => {
completed_at: null,
last_error: null,
},
getRegisteredGroups: () => ({
getRoomBindings: () => ({
'group@test': makeGroup(),
}),
channels: [