Update hook templates and whats-new data to v0.23.0

This commit is contained in:
Steve Yegge
2025-11-08 03:56:08 -08:00
parent f12004c7ab
commit 367bf077e1
5 changed files with 19 additions and 4 deletions

View File

@@ -1 +0,0 @@
38045

View File

@@ -258,6 +258,22 @@ type VersionChange struct {
// versionChanges contains agent-actionable changes for recent versions // versionChanges contains agent-actionable changes for recent versions
var versionChanges = []VersionChange{ var versionChanges = []VersionChange{
{
Version: "0.23.0",
Date: "2025-11-08",
Changes: []string{
"Agent Mail integration - Python adapter library with 98.5% reduction in git traffic",
"`bd info --whats-new` - Quick upgrade summaries for agents (shows last 3 versions)",
"`bd hooks install` - Embedded git hooks command (replaces external script)",
"`bd cleanup` - Bulk deletion for agent-driven compaction",
"`bd new` alias added - Agents often tried this instead of `bd create`",
"`bd list` now one-line-per-issue by default - Prevents agent miscounting (use --long for old format)",
"3-way JSONL merge auto-invoked on conflicts - No manual intervention needed",
"Daemon crash recovery - Panic handler with socket cleanup prevents orphaned processes",
"Auto-import when database missing - `bd import` now auto-initializes",
"Stale database export prevention - ID-based staleness detection",
},
},
{ {
Version: "0.22.1", Version: "0.22.1",
Date: "2025-11-06", Date: "2025-11-06",

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# bd-hooks-version: 0.22.1 # bd-hooks-version: 0.23.0
# #
# bd (beads) post-merge hook # bd (beads) post-merge hook
# #

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# bd-hooks-version: 0.22.1 # bd-hooks-version: 0.23.0
# #
# bd (beads) pre-commit hook # bd (beads) pre-commit hook
# #

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# bd-hooks-version: 0.22.1 # bd-hooks-version: 0.23.0
# #
# bd (beads) pre-push hook # bd (beads) pre-push hook
# #