feat(FN-4684): complete Step 3 — add selector surface and audit types

Fusion-Task-Id: FN-4684
Fusion-Task-Lineage: 142e512b-8189-4029-9df4-4bd40b69ed2a
This commit is contained in:
Fusion (runfusion.ai)
2026-05-15 16:31:09 -07:00
committed by gsxdsm
parent c1abebc98d
commit 3ddbbea991
2 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,15 @@ import { assertCleanBranchAtBase, inspectBranchConflict } from "./branch-conflic
import { worktreePoolLog } from "./logger.js";
import { isInsideConfiguredWorktreesDir, resolveWorktreesDir } from "./worktree-paths.js";
export {
type WorktreeBackend,
type WorktreeBackendKind,
NativeWorktreeBackend,
WorktrunkWorktreeBackend,
WorktrunkOperationError,
resolveWorktreeBackend,
} from "./worktree-backend.js";
const execAsync = promisify(exec);
export function canonicalizePath(path: string): string {