Changes since v1.0.93
Bug Fixes
- fix(windows): Resolve
npm ENOENT/EINVALon Windows Node v20+ — all npm callsites now usenpm.cmd+shell: trueon Windows. Closes #344. - fix(insight): Kill stale dashboard server on source update, clean cache on upgrade.
- fix(insight): Clean up
__unknown__display and remove Match Quality metric.
Features
- feat(insight): On-demand build — dashboard installs deps and builds automatically on first
ctx_insightrun. No more committeddist/.
Chores
- fix(web): Replace shields.io badge images with native design-system tags.
- fix(publish): Exclude
insight/node_modulesfrom npm package (E415 hard link fix).