hotfix(data-platform): use separate hooks.json file #157

Merged
lmiranda merged 2 commits from hotfix/data-platform-hooks into main 2026-01-25 20:46:15 +00:00
Owner

Summary

  • Previous fix was WRONG - inline hooks in plugin.json do not work
  • Hooks must be in separate hooks/hooks.json file (auto-discovered)
  • Updated CLAUDE.md with correct documentation
  • Matches working pattern from projman, pr-review, claude-config-maintainer

Test Plan

  • Reinstall marketplace and verify no validation errors
  • Verify data-platform plugin loads correctly

🤖 Generated with Claude Code

## Summary - Previous fix was WRONG - inline hooks in plugin.json do not work - Hooks must be in separate `hooks/hooks.json` file (auto-discovered) - Updated CLAUDE.md with correct documentation - Matches working pattern from projman, pr-review, claude-config-maintainer ## Test Plan - [ ] Reinstall marketplace and verify no validation errors - [ ] Verify data-platform plugin loads correctly 🤖 Generated with Claude Code
lmiranda added 2 commits 2026-01-25 20:43:29 +00:00
Previous fix was wrong. Hooks should be in separate hooks/hooks.json
file (auto-discovered), NOT inline in plugin.json.

Pattern matches working plugins: projman, pr-review, claude-config-maintainer

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Hooks should be in separate hooks/hooks.json file (auto-discovered),
NOT inline in plugin.json. Previous documentation was wrong.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 1df9573f7a into main 2026-01-25 20:46:15 +00:00
lmiranda deleted branch hotfix/data-platform-hooks 2026-01-25 20:46:15 +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#157