npm-package/LAUNCH.md
Package: @beads/bd Version: 0.21.5 Published: November 3, 2025 Registry: https://registry.npmjs.org Package Page: https://www.npmjs.com/package/@beads/bd
@beads/[email protected]
āāā bin/
ā āāā bd (17.1 MB - native binary)
ā āāā bd.js (1.3 KB - CLI wrapper)
ā āāā CHANGELOG.md (40.5 KB)
ā āāā LICENSE (1.1 KB)
ā āāā README.md (23.6 KB)
āāā scripts/
ā āāā postinstall.js (6.2 KB - binary downloader)
ā āāā test.js (802 B - test suite)
āāā LICENSE (1.1 KB)
āāā README.md (3.5 KB)
āāā package.json (1.0 KB)
Users can now install bd via npm:
# Global installation (recommended)
npm install -g @beads/bd
# Project dependency
npm install --save-dev @beads/bd
# Verify installation
bd version
npm install -g @beads/bdbd command is ready to use!Users can add to .claude/hooks/session-start.sh:
#!/bin/bash
npm install -g @beads/bd
bd init --quiet
This gives automatic bd installation in every Claude Code for Web session!
All success criteria from bd-febc met:
npm install -g @beads/bdbd init in your projectFuture updates:
npm-package/package.json version to match new beads releasenpm publish from npm-package directoryAutomation opportunity:
Create .github/workflows/publish-npm.yml to auto-publish on GitHub releases.
npm installInitial publish:
This completes bd-febc! The beads issue tracker is now available as an npm package, making it trivially easy to install in any Node.js environment, especially Claude Code for Web.
Time to completion: ~1 session Files created: 10+ Lines of code: ~500 Documentation: ~2000 lines
Built with ā¤ļø for the AI coding agent community.
Note: After publishing, it may take a few minutes for the package to fully propagate through npm's CDN. If npm install doesn't work immediately, wait 5-10 minutes and try again.