diff --git a/v2/src/lib/agent-dispatcher.ts b/v2/src/lib/agent-dispatcher.ts index 0d52b49..d5b162b 100644 --- a/v2/src/lib/agent-dispatcher.ts +++ b/v2/src/lib/agent-dispatcher.ts @@ -37,7 +37,6 @@ import { // Re-export public API consumed by other modules export { registerSessionProject, waitForPendingPersistence } from './utils/session-persistence'; -export { detectWorktreeFromCwd } from './utils/worktree-detection'; let unlistenMsg: (() => void) | null = null; let unlistenExit: (() => void) | null = null;