Skip to content

v2.0.2 — npm publish

Choose a tag to compare

@manojmallick manojmallick released this 27 Jun 17:50
813671e

First release published to npm (npm i skillweave).

Fixed

  • CLI: run --doc, test --input, and verify --input now 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 a vX.Y.Z tag push (or manual dispatch), idempotent, with npm provenance.
  • README license line.