bd sync: 2025-12-27 15:56:42
This commit is contained in:
@@ -361,9 +361,6 @@ Use --merge to merge the sync branch back to main branch.`,
|
||||
}
|
||||
}
|
||||
|
||||
// Clear sync state on successful sync (daemon backoff/hints)
|
||||
_ = ClearSyncState(beadsDir)
|
||||
|
||||
fmt.Println("\n✓ Sync complete")
|
||||
return
|
||||
}
|
||||
@@ -714,11 +711,6 @@ Use --merge to merge the sync branch back to main branch.`,
|
||||
skipFinalFlush = true
|
||||
}
|
||||
|
||||
// Clear sync state on successful sync (daemon backoff/hints)
|
||||
if bd := beads.FindBeadsDir(); bd != "" {
|
||||
_ = ClearSyncState(bd)
|
||||
}
|
||||
|
||||
fmt.Println("\n✓ Sync complete")
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user