Files
bun.sh/packages
Claude Bot 58e7919674 Fix glob filtering bug for disk extraction
Critical fix: glob patterns were silently ignored when extracting to disk
because extractToDir doesn't support filtering.

Solution:
- Fast path: no glob/skip → use extractToDir (retries, symlinks, etc.)
- Slow path: has glob/skip → manual extraction with filtering
- Uses readDataIntoFd() for disk writes (same as extractToDir)

Ensures consistent behavior across memory and disk extraction.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 02:18:23 +00:00
..