You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hooks): use bd hooks run instead of nonexistent bd hook in shim templates
The post-checkout, post-merge, and pre-commit shim templates called
bd hook <name> which does not exist as a CLI command. The correct
command is bd hooks run <name> (matching prepare-commit-msg and
pre-push which were already correct). This caused git worktree
creation to fail, blocking gt sling to the beads rig.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments