perf(hooks): Sprint 8 - Hook Efficiency Quick Wins #334

Merged
lmiranda merged 2 commits from feat/sprint-8-hook-efficiency into development 2026-01-30 18:24:40 +00:00
Owner

Summary

Sprint 8 implementation - Phase 1 Quick Wins from RFC-Hook-Efficiency-Improvements.

  • Remove viz-platform SessionStart hook (zero value, just echoed "loaded")
  • Add early git check to git-flow branch-check.sh (skip JSON parsing for non-git commands)
  • Add early git check to git-flow commit-msg-check.sh (skip Python spawn for non-commit commands)
  • Add 60-second cooldown to project-hygiene cleanup.sh (reduce find operations)

Test plan

  • Bash syntax validated for all modified shell scripts
  • Non-git commands exit early without processing
  • Git branch validation still works correctly
  • Git commit message validation still works correctly
  • Cooldown prevents repeated find operations within 60 seconds

Closes #321, #322, #323, #324

🤖 Generated with Claude Code

## Summary Sprint 8 implementation - Phase 1 Quick Wins from RFC-Hook-Efficiency-Improvements. - Remove viz-platform SessionStart hook (zero value, just echoed "loaded") - Add early git check to git-flow branch-check.sh (skip JSON parsing for non-git commands) - Add early git check to git-flow commit-msg-check.sh (skip Python spawn for non-commit commands) - Add 60-second cooldown to project-hygiene cleanup.sh (reduce find operations) ## Test plan - [x] Bash syntax validated for all modified shell scripts - [x] Non-git commands exit early without processing - [x] Git branch validation still works correctly - [x] Git commit message validation still works correctly - [x] Cooldown prevents repeated find operations within 60 seconds Closes #321, #322, #323, #324 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-01-30 18:20:00 +00:00
Sprint 8 - Hook Efficiency Quick Wins (v5.5.0)

- Remove viz-platform SessionStart hook (zero value, just echoed "loaded")
- Add early git check to git-flow branch-check.sh (skip JSON parsing for non-git commands)
- Add early git check to git-flow commit-msg-check.sh (skip Python spawn for non-commit commands)
- Add 60-second cooldown to project-hygiene cleanup.sh (reduce find operations)

Closes #321, #322, #323, #324

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda added 1 commit 2026-01-30 18:23:00 +00:00
lmiranda merged commit 8fe685037e into development 2026-01-30 18:24:40 +00:00
lmiranda deleted branch feat/sprint-8-hook-efficiency 2026-01-30 18:24:40 +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#334