refactor(agent-dispatcher): remove dead detectWorktreeFromCwd re-export

This commit is contained in:
Hibryda 2026-03-11 05:29:28 +01:00
parent 584a38d096
commit 7ba63db101

View file

@ -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;