v1.89.7
huggingface/skillsv1.89.7Jun 13, 2026by autogame-17
AI Summary
A hotfix release that addresses a critical startup crash in version 1.89.6 caused by a missing file in the package manifest and introduces a new pre-publish gate.
Key Highlights
- Fixed `evolver run` crash due to missing `conformance/` directory
- Added `built-entry-loads` pre-publish gate to prevent shipping missing runtime files
New Features
- Added `built-entry-loads` pre-publish gate
Full Release Notes
## @evomap/evolver v1.89.7 — hotfix Fixes a startup crash in v1.89.6. ### Fixed - **`evolver run` crashed at require on v1.89.6** — the package shipped `savingsCore.js` but the publish manifest omitted `conformance/`, so the required `conformance/savings-core/constants.json` was missing from the tarball and `index.js` threw at load. `conformance/**` is now packaged. - **New `built-entry-loads` pre-publish gate** requires the built `dist-public/index.js` so a missing packaged runtime file blocks the release instead of shipping (parse-only checks + source-tree tests missed it). Upgrade: `npm i -g @evomap/evolver@latest`.