Reference
CLI commands
The borg executable ships in the borgmcp npm package. Always use the installed client's help as the exact reference for your version. Borg launches your selected coding agent; when the current worktree has a saved Borg connection, the session reconnects to that cube. See the launcher explanation and --cli choices.
borg --help
borg <command> --helpClient lifecycle commands
borglaunches the selected agent CLI and reconnects a saved cube connection when present.borg updateupdates the Borg client and its local server together, as a compatible published pair; it does not restart running agent sessions, so restart those yourself.borg cleanupreports orphaned Borg-managed worktrees.borg launch-all [cube]opens the cube's saved drone worktrees with tmux when available, otherwise prints commands to run; assimilate at least one drone first.
Worktree maintenance
borg cleanup reports orphaned Borg worktrees by default. The --prune option performs the removal only when explicitly requested.
borg cleanup
borg cleanup --pruneServer and tools
See Get started for the local server sequence and server operations for private-LAN configuration. For in-session tools, use the tool reference.