Overview
Improves filesystem packing correctness by preserving permissions, normalizing paths, and emitting valid hardlink references 🛠️
What's Changed
- fix(fs): use filesystem identity for hardlinks by @ayuhito in #188
- test(fs): stabilize filesystem property coverage by @ayuhito in #189
- fix(fs): canonicalize paths before conflict tracking by @ayuhito in #190
- fix(fs): preserve filesystem permission modes by @ayuhito in #192
- fix(fs): emit valid hardlink references by @ayuhito in #191
Full Changelog: v0.8.3...v0.8.4