fix(FN-4917): stabilize workspace verification after worktree recovery changes

Fusion-Task-Id: FN-4917
Fusion-Task-Lineage: 1422a545-f4b5-4e1f-a347-8be2a4202f45
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 11:52:17 -07:00
committed by gsxdsm
parent 5aeb7645ee
commit 434bfff37c
9 changed files with 41 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ export interface AcquireTaskWorktreeOptions {
settings: Partial<Settings>;
pool?: WorktreePool;
logger?: { log: (m: string) => void; warn: (m: string) => void; error?: (m: string) => void };
audit?: Pick<RunAuditor, "git">;
audit?: RunAuditor;
runContext?: RunMutationContext;
runInitCommand?: boolean;
createWorktree?: (