github sickn33/antigravity-awesome-skills v7.9.2
v7.9.2 "npm CLI Packaging Fix"

one hour ago

[7.9.2] - 2026-03-15 - "npm CLI Packaging Fix"

Patch release to fix the published npm CLI bundle so npx antigravity-awesome-skills resolves 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 release7.9.2 is a focused patch release for the npm installer bundle.

Improvements

  • npm package contents: Expanded the published files whitelist to ship tools/lib/* alongside tools/bin/*, restoring the runtime dependency required by the installer entrypoint.
  • Regression coverage: Added a package-contents test that checks npm pack --dry-run --json and asserts the published tarball includes both tools/bin/install.js and tools/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.

Don't miss a new antigravity-awesome-skills release

NewReleases is sending notifications on new releases.