revert: let project beads config control sync-branch

The sync-branch setting is up to the project's .beads/config.yaml,
not something Gas Town should force. Projects can use bd doctor --fix
to configure sync-branch if they want multi-clone coordination.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-20 15:46:18 -08:00
parent 317caace5e
commit 58cf789eee
3 changed files with 3 additions and 123 deletions

View File

@@ -55,7 +55,6 @@ func runDoctor(cmd *cobra.Command, args []string) error {
// Register built-in checks
d.Register(doctor.NewDaemonCheck())
d.Register(doctor.NewBeadsDatabaseCheck())
d.Register(doctor.NewBeadsSyncBranchCheck())
// Run checks
var report *doctor.Report