### Phase 4: ZipFS (Transparency) [0%] *Feature: Treat archives as folders.* - [ ] **Zip Detection:** Detect `.zip` extensions in `lookup`. - [ ] **Archive Reading:** Use `zip` crate to read central directory. - [ ] **Virtual Mapping:** Map internal zip paths to FUSE inodes. - [ ] **Lazy Extraction:** Extract single files to RAM on `read`.
Phase 4: ZipFS (Transparency) [0%]
Feature: Treat archives as folders.
.zipextensions inlookup.zipcrate to read central directory.read.