Add detection for when the current branch is the configured sync branch. This is a misconfiguration that causes bd sync to fail with: fatal: 'beads-sync' is already used by worktree The doctor now reports this as an error with a clear fix: Switch to your main working branch: git checkout main Also shows current branch info in the OK case for better visibility.