v2.0.2 — npm publish
First release published to npm (npm i skillweave).
Fixed
- CLI:
run --doc,test --input, andverify --inputnow fail gracefully on a missing or malformed file — a clean error and exit code 2 instead of an uncaught Node stack trace (#49). Verified by running every feature end-to-end.
Added
- Tag-gated npm publish workflow (
.github/workflows/publish.yml) — publishes on avX.Y.Ztag push (or manual dispatch), idempotent, with npm provenance. - README license line.