Homebrew tap for beads - an AI-supervised issue tracker for coding workflows.
brew tap steveyegge/beads
brew install bd# Initialize beads in your project
bd init
# Create an issue
bd create "Fix bug in authentication"
# List issues
bd list
# Get help
bd quickstartBeads (bd) is an issue tracker designed for AI-supervised coding workflows. It helps developers and AI agents:
- Track work with a simple CLI
- Discover and link related tasks during development
- Maintain context across coding sessions
- Auto-sync issues via JSONL for git workflows
For more information, visit the main repository.
The formula is automatically updated when new versions are tagged in the main repository.
To update to the latest version:
brew update
brew upgrade bdMIT License - see the main repository for details.