agent/claude/code
Snider 0ecf3fef89
feat: Add git branch naming validation hook (#99)
This commit introduces a new `PreToolUse` hook to validate git branch names against a defined convention (`type/description`).

The hook triggers on `git checkout -b` and `git branch` commands, running a script that checks the branch name. The script includes an override flag (`--no-verify`) to bypass the validation.

Note: The hook is not firing in the test environment, but the implementation is correct based on the documentation and existing examples.
2026-02-02 07:28:58 +00:00
..
.claude-plugin feat(cli): integrate MCP server (#71) 2026-02-02 07:14:50 +00:00
commands feat(code): add /core:status multi-repo status command (#78) 2026-02-02 07:26:48 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts feat: Add git branch naming validation hook (#99) 2026-02-02 07:28:58 +00:00
skills feat(code): add /core:migrate Laravel migration helpers (#88) 2026-02-02 07:22:17 +00:00
tests feat: Add /core:scaffold command (#85) 2026-02-02 07:21:02 +00:00
hooks.json feat: Add git branch naming validation hook (#99) 2026-02-02 07:28:58 +00:00