FABRIC/.github
jeda 89046f67dd feat: Add GitHub Actions CI and release workflows
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>
2026-03-04 21:37:01 +00:00
..
workflows feat: Add GitHub Actions CI and release workflows 2026-03-04 21:37:01 +00:00