Provide a pre-commit hook or git hook integration that warns users when they're about to create a branch that matches patterns likely to become stale. ## Acceptance Criteria - [ ] Add git-broom hook install command to set up git hooks - [ ] Warn on branch creation if name matches stale patterns (e.g., no ticket number, no prefix) - [ ] Configurable branch naming rules in .gitbroomrc - [ ] Allow bypass with force flag - [ ] Support pre-push hook to warn before pushing stale branches
Provide a pre-commit hook or git hook integration that warns users when they're about to create a branch that matches patterns likely to become stale.
Acceptance Criteria