From aca631a1c45eacfa157834a5b458fd136cea20fa Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Thu, 6 Nov 2025 15:02:38 -0800 Subject: [PATCH] Update CHANGELOG for git hook version detection --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb21906..e6209c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- **Git Hook Version Detection** (bd-iou5, 991c624): `bd info` now detects outdated git hooks + - Adds version markers to all git hook templates (pre-commit, post-merge, pre-push) + - Warns when installed hooks are outdated or missing + - Suggests running `examples/git-hooks/install.sh` to update + - Prevents issues like the `--resolve-collisions` flag error after updates + ## [0.22.0] - 2025-11-05 ### Added