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:
Steve Yegge
2025-12-27 16:14:36 -08:00
parent d77a697cee
commit d0694e6171
8 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -713,5 +713,5 @@ This pattern scales from simple scripts to complex orchestrators like VC.
## See Also
- [README.md](../README.md) - Complete bd documentation
- Run `bd quickstart` - Interactive tutorial
- [QUICKSTART.md](QUICKSTART.md) - Quick start tutorial
- Check out VC's implementation at `github.com/steveyegge/vc` for a real-world example
+1 -1
View File
@@ -296,7 +296,7 @@ After installation:
1. **Initialize a project**: `cd your-project && bd init`
2. **Configure your agent**: Add bd instructions to `AGENTS.md` (see [README.md](../README.md#quick-start))
3. **Learn the basics**: Run `bd quickstart` for an interactive tutorial
3. **Learn the basics**: See [QUICKSTART.md](QUICKSTART.md) for a tutorial
4. **Explore examples**: Check out the [examples/](../examples/) directory
## Updating bd