Skip to content

fix: change CLI shebang from bun to node#648

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix-cli-shebang-node
Feb 25, 2026
Merged

fix: change CLI shebang from bun to node#648
FL4TLiN3 merged 1 commit intomainfrom
fix-cli-shebang-node

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Change #!/usr/bin/env bun#!/usr/bin/env node in apps/perstack/bin/cli.ts
  • The bundled CLI works with node — bun shebang prevented npx perstack@latest from working on environments without bun (e.g., GitHub Actions)

Test plan

  • node apps/perstack/dist/bin/cli.js --version works
  • After release, npx perstack@latest works without bun
  • expert-cd workflow succeeds with npx perstack@latest

🤖 Generated with Claude Code

The published CLI bundle works with node. Using #!/usr/bin/env node
allows npx perstack@latest to work without bun installed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit a0cd33e into main Feb 25, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix-cli-shebang-node branch February 25, 2026 15:16
@FL4TLiN3 FL4TLiN3 mentioned this pull request Feb 25, 2026
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.

1 participant