CI Workflow (.github/workflows/ci.yml):
- Tests on Node.js 18, 20, 22
- Runs typecheck, tests, and build on every push/PR
Release Workflow (.github/workflows/release.yml):
- Triggered on version tags (v*) or manual dispatch
- Builds TypeScript and web frontend
- Creates distributable tarball and zip
- Publishes GitHub release with binaries
- Optional npm publishing (requires NPM_TOKEN secret)
Closes nd-27yb
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>