bd
binary from a machine.
Before You Remove Data
Removing.beads/ permanently deletes the local Dolt database. If the issue
history matters, make a Dolt-native backup first:
bd export is not a complete restorable database backup. It does not preserve
Dolt branches, commit history, working-set state, or non-issue tables.
Repository Reset
Usebd reset from the repository root. It previews what will be removed by
default:
- the
.beads/directory - beads-managed git hook sections
- legacy beads sync worktrees under
.git/beads-worktrees/
Remove Hooks Only
To keep issue data but remove git hooks:Manual Cleanup
Use manual cleanup only ifbd reset is unavailable or cannot run in the
repository.
.gitattributes contains only beads merge-driver configuration, remove it.
If it contains other project entries, edit out only the beads line.
If beads-specific git config remains, remove it: