Skip to content

Conversation

@stephendolan
Copy link
Owner

Summary

  • Migrate from Node.js to Bun runtime for simpler installation without version manager issues (nvm/asdf)
  • Update all development and CI tooling to use bun commands
  • Update documentation with new installation requirements

Breaking Change

Users must have Bun installed to run this CLI. Install with:

curl -fsSL https://bun.sh/install | bash

🤖 Generated with Claude Code

BREAKING CHANGE: migrate from Node.js to Bun runtime

This major release changes the required runtime from Node.js to Bun.
Users must install Bun (https://bun.sh) to use this version.

Changes:
- Update shebang from #!/usr/bin/env node to #!/usr/bin/env bun
- Replace package-lock.json with bun.lock
- Update package.json scripts to use bun
- Migrate GitHub workflows from setup-node to setup-bun
- Update documentation (README, CLAUDE.md) with Bun requirements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@stephendolan stephendolan merged commit bc43e1c into main Dec 27, 2025
1 check passed
@stephendolan stephendolan deleted the release/v2.0.0 branch December 27, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants