Files
beads/cmd/bd
Charles P. Cross eb988fcb21 Fix daemon auto-sync delete mutation not reflected in sync branch (#537)
Fix daemon auto-sync delete mutation not reflected in sync branch

When deleting an issue with `bd delete <id> --force`, the daemon auto-sync now properly removes the deleted issue from the sync branch.

**Problem:** The merge logic saw fewer local issues (due to deletion) and would re-add the deleted issue.

**Solution:** Add `ForceOverwrite` option to bypass merge logic when mutations occur. Mutation-triggered exports are authoritative and should overwrite, not merge.

Reviewed-by: stevey
2025-12-13 10:53:09 -08:00
..
2025-12-03 16:24:46 -08:00
2025-12-13 10:07:36 +11:00
2025-11-25 19:32:05 -08:00
2025-12-07 20:57:58 +11:00
2025-12-13 10:07:36 +11:00
2025-11-24 21:16:44 -08:00
2025-11-24 11:28:32 -08:00
2025-12-13 10:07:36 +11:00
2025-11-23 17:16:27 -08:00
2025-12-03 16:24:46 -08:00