CLI
Core Commands
Section titled “Core Commands”b2v claudeb2v geminib2v opencodeb2v sync --mode applyb2v wizardRecommended Path
Section titled “Recommended Path”- Start an agent with
b2v <agent>. - Complete edits in the session workspace.
- Sync with
b2v sync --mode apply. - Review and commit from your local repo.
tmux Monitoring
Section titled “tmux Monitoring”For agents or custom commands that don’t have native back2vibing integration, you can use tmux monitoring to track completion.
- Run
b2v <your-command>(e.g.,b2v ./my-script.sh). b2vwill detect that this is not a first-class agent and prompt you to enable tmux monitoring.- Select Yes. The command will run, and back2vibing will watch the tmux pane activity to trigger your focus strategy when it finishes.
Note: For best results, ensure you are already running inside a tmux session on your local machine before starting the command.
SSH Modes
Section titled “SSH Modes”b2v ssh-hooks <host>for wrapper-based remote signaling.b2v ssh-watch <host>for tmux-based remote monitoring.
Need Remote Setup Help?
Section titled “Need Remote Setup Help?”Continue with SSH Remote.