Complete paired-room SSOT cleanup and logger singleton

This commit is contained in:
ejclaw
2026-04-07 05:12:22 +09:00
parent ae12b157be
commit 10e10b499c
18 changed files with 648 additions and 473 deletions

View File

@@ -565,7 +565,6 @@ describe('paired execution context', () => {
'task-1',
expect.objectContaining({
round_trip_count: 2,
review_requested_at: expect.any(String),
}),
);
});