bd help --doc setup.
Setup integration files for AI editors and coding assistants.
Recipes define where beads workflow instructions are written. Built-in recipes
include cursor, claude, copilot, gemini, aider, factory, codex, mux, opencode, junie, windsurf, cody, and kilocode.
Examples:
bd setup cursor # Install Cursor IDE integration (rules + agent hooks)
bd setup cursor —global # Install global Cursor hooks (CLI Reference
bd setup
Setup integration with AI editors
Generated from /.cursor/hooks.json)
bd setup codex # Install Codex skill + AGENTS.md guidance + native hooks
bd setup codex —global # Install global Codex skill + guidance + native hooks
bd setup copilot # Install Copilot CLI plugin + repository instructions
bd setup mux —project # Install Mux workspace layer (.mux/AGENTS.md)
bd setup mux —global # Install Mux global layer (/.mux/AGENTS.md)
bd setup mux —project —global # Install both Mux layers
bd setup —list # Show all available recipes
bd setup —print # Print the template to stdout
bd setup -o rules.md # Write template to custom path
bd setup —add myeditor .myeditor/rules.md # Add custom recipe
Use ‘bd setup <recipe> —check’ to verify installation status.
Use ‘bd setup <recipe> —remove’ to uninstall.
Flags: