You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename zip preset to archive, add tar.gz support
- Renamed ZipLoader to ArchiveLoader to support multiple archive formats
- Added tar package dependency for tar.gz extraction support
- ArchiveLoader now auto-detects format (.zip, .tar.gz, .tgz)
- Updated CLI create/init/refresh commands to use archive preset
- Renamed ZipSourceConfig to ArchiveSourceConfig in core types
- Updated config validation to accept type: "archive"
- Validation now accepts both .zip and .tar.gz files
- Renamed and updated tests from zip-loader to archive-loader
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments