development #345

Merged
lmiranda merged 2 commits from development into main 2026-01-31 19:28:42 +00:00
Owner
No description provided.
lmiranda added 2 commits 2026-01-31 19:28:38 +00:00
Three plugins had incorrect hooks.json structure that caused hooks to fail:

- pr-review: SessionStart used nested `hooks` array without matcher
- cmdb-assistant: SessionStart used nested `hooks` array without matcher
- git-flow: Used completely wrong format (array with `event` field)

Per Claude Code documentation:
- Without matcher: direct `type`/`command` in the event array
- With matcher: nested `hooks` array inside matcher object

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewed-on: #344
lmiranda merged commit de6cba5f31 into main 2026-01-31 19:28:42 +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#345