v1.1.3
Fixed
- Windows EPERM in
destinationExists()(commit86cb31e): On Windows,fs.access()throwsEPERMinstead ofEACCESwhen a directory has restricted permissions (e.g.chmod 0o000). Now bothEACCESandEPERMare treated as "path exists but unreadable", returningtrueso staging surfaces the real error downstream. Fixes CI failure onwindows-latestrunner.