Initialize beads issue tracking in current project
Initializes Beads issue tracking system in the current project directory.
/plugin marketplace add The-Focus-AI/focus-commands/plugin install focus-commands@focus-marketplaceYou are setting up the Beads (bd) issue tracking system for this project. Run the following commands in sequence to configure the environment.
Run these commands to set up the runtime and tools using mise:
mise use node
mise use npm:@anthropic-ai/claude-code
mise use npm:@beads/bd
Initialize the beads database in the project. Use mise exec since bd was just installed:
mise exec -- bd init
Set up beads for use with Claude Code:
mise exec -- bd setup claude --project
Add the onboarding reminder to the project's CLAUDE.md file:
echo "\nBEFORE ANYTHING ELSE: run 'bd onboard' and follow the instructions" >> CLAUDE.md
Once complete, inform the user that:
.beads/bd onboard to learn how to use the systembd help to see available commands$ARGUMENTS