fix full-suite isolation regressions

This commit is contained in:
YeonGyu-Kim
2026-05-07 17:47:53 +09:00
parent 102b5f96e7
commit ee938aa097
62 changed files with 1238 additions and 899 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ describe("createEventHandler - idle deduplication", () => {
sweepStaleOmoAgentSessions: async () => 0,
}))
const { TmuxSessionManager } = await import("../features/tmux-subagent/manager")
const { TmuxSessionManager } = await import(`../features/tmux-subagent/manager?test=${crypto.randomUUID()}`)
const managerContext = asPluginInput({
serverUrl: new URL("http://localhost:4096"),
directory: "/tmp",