docs: update documentation for CLI consolidation (bd-bxqv)
Update docs to reflect CLI command restructuring: - migrate-tombstones → migrate tombstones - bd quickstart is now hidden, point to docs/QUICKSTART.md - Add CLI consolidation section to CHANGELOG.md - Remove quickstart from command tables 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -106,8 +106,8 @@ This ensures deletions propagate reliably while handling clock skew and delayed
|
||||
Prior to v0.30, beads used a separate `deletions.jsonl` manifest. To migrate:
|
||||
|
||||
```bash
|
||||
bd migrate-tombstones # Convert deletions.jsonl to inline tombstones
|
||||
bd migrate-tombstones --dry-run # Preview changes first
|
||||
bd migrate tombstones # Convert deletions.jsonl to inline tombstones
|
||||
bd migrate tombstones --dry-run # Preview changes first
|
||||
```
|
||||
|
||||
The migration:
|
||||
|
||||
Reference in New Issue
Block a user