One-time setup:
npm config set //registry.npmjs.org/:_authToken=YOUR_TOKENThis registers a token locally (writes to ~/.npmrc, persists across sessions)
Each release:
npm version patch # bump version: patch | minor | major
npm publish # prepublishOnly runs the build automatically
git push --follow-tagsEnd users install with npx minionsai — see README.md.