The sync.remote config was being set via `bd config set sync.remote <name>` but `bd sync` was still using 'origin' for git pull/push operations. Changes: - Updated gitPull() and gitPush() in sync_git.go to accept a configuredRemote parameter that takes precedence over git's branch tracking config - Updated sync.go to read sync.remote config and pass it to gitPull/gitPush - Updated daemon_sync.go to read sync.remote config for all daemon sync ops - Added user-facing messages to show which remote is being used 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Executed-By: beads/crew/dave Rig: beads Role: crew
17 KiB
17 KiB