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(pack): switch --archive output from tar.gz to zip
Replace tarfile/gzip with zipfile (ZIP_DEFLATED) in both pack_bundle
(apm format) and export_plugin_bundle (plugin format). The unpacker
gains .zip support as the primary path; .tar.gz extraction is kept for
backward compatibility with existing bundles.
Aligns apm pack --archive with apm publish, which switched to .zip in
#1695, making the whole toolchain consistent on a single archive format.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments