feat(FN-5519): merge fusion/fn-5519

This commit is contained in:
gsxdsm
2026-05-22 22:43:26 -07:00
parent 394b9adc91
commit 3ccb132dcc
10 changed files with 88 additions and 72 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix Windows worktree creation and cleanup by replacing POSIX shell `mkdir -p` / `rm -rf` calls in worktree setup paths with cross-platform Node.js filesystem APIs.