fix(hooks): add version markers to shim templates

This commit is contained in:
Steve Yegge
2025-12-20 17:05:40 -08:00
parent 74af8733f1
commit 79191bf7d1
4 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# bd-shim v1
# bd-hooks-version: 0.31.0
#
# bd (beads) post-checkout hook - thin shim
#

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# bd-shim v1
# bd-hooks-version: 0.31.0
#
# bd (beads) post-merge hook - thin shim
#

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# bd-shim v1
# bd-hooks-version: 0.31.0
#
# bd (beads) pre-commit hook - thin shim
#

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# bd-shim v1
# bd-hooks-version: 0.31.0
#
# bd (beads) pre-push hook - thin shim
#