[8.7.1] - 2026-03-23 - "Release Pipeline Repair"
Patch release to restore npm publication after the
v8.7.0GitHub Release failed before reaching the npm registry.
Start here:
- Install:
npx antigravity-awesome-skills - Choose your tool: README -> Choose Your Tool
- Best skills by tool: README -> Best Skills By Tool
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
This patch release keeps the 8.7.0 skill/library content intact and fixes the release pipeline so npm publication works end-to-end again. The root cause was that the publish workflow only installed root dependencies before building apps/web-app, leaving the web app without its own node_modules in CI.
Improvements
- npm publish repair: Updated the publish workflow to install
apps/web-appdependencies before the web build, matching the working GitHub Pages workflow and preventing the missing-React/missing-Vite TypeScript cascade seen in CI. - Release verification hardening: Added deterministic web-app installation to the maintainer release suite so
release:preflightandrelease:preparenow catch this class of failure before a GitHub Release is published. - Deterministic installs: Switched the shared
app:installscript tonpm ciso local and CI web-app installs use the same locked dependency graph.
Who should care
- Maintainers can cut releases again without the publish workflow failing during the web-app build.
- npm users can finally receive the
8.7.xcatalog and skill updates through the package registry instead of being stuck on8.4.0. - Web-app contributors get a cleaner release contract where CI explicitly prepares the frontend before building it.