feat: add plugin name prefixes to hooks and improve git-flow sync #105

Merged
lmiranda merged 1 commits from feat/hook-improvements-and-sync-prune into development 2026-01-22 21:14:32 +00:00
Owner

Summary

  • Add [plugin-name] prefix to all hook messages for better identification
  • Make doc-guardian hook notification-only (non-blocking)
  • Add stale branch detection to /commit-sync with git fetch --prune
  • Enhance /branch-cleanup to handle stale branches separately

Changes

Plugin Change
projman [projman] prefix in SessionStart hook
pr-review [pr-review] prefix in SessionStart hook
code-sentinel [code-sentinel] prefix in PreToolUse hook
doc-guardian [doc-guardian] prefix + notification-only behavior
git-flow /commit-sync prunes stale remotes, /branch-cleanup handles stale branches

Test plan

  • Verify hooks show plugin name prefix when triggered
  • Verify doc-guardian no longer blocks workflow
  • Test /commit-sync prunes deleted remote branches

🤖 Generated with Claude Code

## Summary - Add `[plugin-name]` prefix to all hook messages for better identification - Make doc-guardian hook notification-only (non-blocking) - Add stale branch detection to `/commit-sync` with `git fetch --prune` - Enhance `/branch-cleanup` to handle stale branches separately ## Changes | Plugin | Change | |--------|--------| | projman | `[projman]` prefix in SessionStart hook | | pr-review | `[pr-review]` prefix in SessionStart hook | | code-sentinel | `[code-sentinel]` prefix in PreToolUse hook | | doc-guardian | `[doc-guardian]` prefix + notification-only behavior | | git-flow | `/commit-sync` prunes stale remotes, `/branch-cleanup` handles stale branches | ## Test plan - [ ] Verify hooks show plugin name prefix when triggered - [ ] Verify doc-guardian no longer blocks workflow - [ ] Test `/commit-sync` prunes deleted remote branches 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-01-22 21:14:10 +00:00
- Add [plugin-name] prefix to all hook messages for better identification
- Make doc-guardian hook notification-only (non-blocking)
- Add stale branch detection to /commit-sync with git fetch --prune
- Enhance /branch-cleanup to handle stale branches separately

Closes improvements for hook UX and git workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 0d120bd041 into development 2026-01-22 21:14:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#105