feat: install Beads (bd) CLI as part of apra-fleet install
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: yashrajsapra
The PM skill is being extended to use Beads (bd CLI) for persistent cross-session task tracking. For this to work, bd must be available on every orchestrator machine. Currently it is a separate manual install step.
Add a Beads installation step to apra-fleet install, after the PM skill step:
bd is already installed (bd --version)npm install -g @beads/bdbd --version post-install to confirmBeads: <version>[1/8] Dev mode — skipping binary copy
[2/8] Installing hooks...
[3/8] Installing scripts...
[4/8] Configuring Claude settings...
[5/8] Registering MCP server...
[6/8] Installing fleet skill...
[7/8] Installing PM skill...
[8/8] Installing Beads task tracker...
src/cli/install.ts — add step 8, update bannertests/install.test.ts — cover new stepbd is the Beads CLI binary name (npm install -g @beads/bd)