[7.9.2] - 2026-03-15 - "npm CLI Packaging Fix"
Patch release to fix the published npm CLI bundle so
npx antigravity-awesome-skillsresolves its runtime helper modules correctly
This release fixes a packaging regression in the published npm artifact. Version 7.9.1 shipped tools/bin/install.js without the required tools/lib runtime helpers, causing npx antigravity-awesome-skills to fail with MODULE_NOT_FOUND for ../lib/symlink-safety.
New Skills
- None in this release —
7.9.2is a focused patch release for the npm installer bundle.
Improvements
- npm package contents: Expanded the published
fileswhitelist to shiptools/lib/*alongsidetools/bin/*, restoring the runtime dependency required by the installer entrypoint. - Regression coverage: Added a package-contents test that checks
npm pack --dry-run --jsonand asserts the published tarball includes bothtools/bin/install.jsandtools/lib/symlink-safety.js. - CLI verification: Verified the extracted packaged entrypoint runs successfully with
--help, confirming the published layout no longer reproduces the missing-module crash reported in issue#315.
Credits
- Issue #315 reporter for isolating the npm packaging regression in the published CLI artifact.