diff --git a/cmd/bd/info.go b/cmd/bd/info.go index db12b7b6..add9da1c 100644 --- a/cmd/bd/info.go +++ b/cmd/bd/info.go @@ -287,6 +287,16 @@ type VersionChange struct { // versionChanges contains agent-actionable changes for recent versions var versionChanges = []VersionChange{ + { + Version: "0.27.2", + Date: "2025-11-30", + Changes: []string{ + "CRITICAL: Mass database deletion protection - Safety guard prevents purging entire DB on JSONL reset (bd-t5m)", + "Fresh Clone Initialization - bd init auto-detects prefix from existing JSONL, works without --prefix flag (bd-4h9)", + "3-Character Hash Support - ExtractIssuePrefix now handles base36 hashes 3+ chars (#425)", + "Import Warnings - New warning when issues skipped due to deletions manifest (bd-4zy)", + }, + }, { Version: "0.27.1", Date: "2025-11-30", diff --git a/cmd/bd/templates/hooks/post-checkout b/cmd/bd/templates/hooks/post-checkout index 60947fc7..e1b17cbf 100755 --- a/cmd/bd/templates/hooks/post-checkout +++ b/cmd/bd/templates/hooks/post-checkout @@ -1,5 +1,5 @@ #!/bin/sh -# bd-hooks-version: 0.27.1 +# bd-hooks-version: 0.27.2 # # bd (beads) post-checkout hook # diff --git a/cmd/bd/templates/hooks/post-merge b/cmd/bd/templates/hooks/post-merge index 57d10b70..eb61e195 100755 --- a/cmd/bd/templates/hooks/post-merge +++ b/cmd/bd/templates/hooks/post-merge @@ -1,5 +1,5 @@ #!/bin/sh -# bd-hooks-version: 0.27.1 +# bd-hooks-version: 0.27.2 # # bd (beads) post-merge hook # diff --git a/cmd/bd/templates/hooks/pre-commit b/cmd/bd/templates/hooks/pre-commit index 32d90f8f..6274dd1e 100755 --- a/cmd/bd/templates/hooks/pre-commit +++ b/cmd/bd/templates/hooks/pre-commit @@ -1,5 +1,5 @@ #!/bin/sh -# bd-hooks-version: 0.27.1 +# bd-hooks-version: 0.27.2 # # bd (beads) pre-commit hook # diff --git a/cmd/bd/templates/hooks/pre-push b/cmd/bd/templates/hooks/pre-push index 5a5d43ad..56668bef 100755 --- a/cmd/bd/templates/hooks/pre-push +++ b/cmd/bd/templates/hooks/pre-push @@ -1,5 +1,5 @@ #!/bin/sh -# bd-hooks-version: 0.27.1 +# bd-hooks-version: 0.27.2 # # bd (beads) pre-push hook #