docs: prepare v0.30.0 changelog and whats-new entry

- Add comprehensive CHANGELOG entry for v0.30.0 (tombstone architecture)
- Add v0.30.0 to versionChanges in info.go for `bd info --whats-new`
- Acknowledge 13 community contributors

🤖 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-15 00:10:40 -08:00
parent 936c446d3c
commit 3a186a69d6
2 changed files with 123 additions and 1 deletions

View File

@@ -287,6 +287,24 @@ type VersionChange struct {
// versionChanges contains agent-actionable changes for recent versions
var versionChanges = []VersionChange{
{
Version: "0.30.0",
Date: "2025-12-15",
Changes: []string{
"TOMBSTONE ARCHITECTURE - Deleted issues become inline tombstones in issues.jsonl (bd-vw8)",
"bd migrate-tombstones - Convert legacy deletions.jsonl to inline tombstones (bd-8f9)",
"bd doctor tombstone health checks - Detects orphaned/expired tombstones (bd-s3v)",
"Git Worktree Support (bd-737) - Shared database across worktrees, worktree-aware hooks",
"MCP Context Engineering (GH #481) - 80-90% context reduction for MCP responses",
"bd thanks command (GH #555) - List contributors to your project",
"BD_NO_INSTALL_HOOKS env var (GH #500) - Disable automatic git hook installation",
"Claude Code skill marketplace (GH #468) - Install beads skill via marketplace",
"Daemon delete auto-sync (GH #528, #537) - Delete operations trigger auto-sync",
"close_reason persistence (GH #551) - Close reasons now saved to database on close",
"JSONL-only mode improvements (GH #549) - GetReadyWork/GetBlockedIssues for memory storage",
"Lock file improvements (GH #484, #555) - Fast fail on stale locks, 98% test coverage",
},
},
{
Version: "0.29.0",
Date: "2025-12-03",