Skip to content

Fix hooks.json schema to use expected record format#4

Open
sandscap-sc wants to merge 1 commit intoanthropics:mainfrom
sandscap:fix/hooks-json-schema
Open

Fix hooks.json schema to use expected record format#4
sandscap-sc wants to merge 1 commit intoanthropics:mainfrom
sandscap:fix/hooks-json-schema

Conversation

@sandscap-sc
Copy link

@sandscap-sc sandscap-sc commented Feb 25, 2026

Summary

  • Replace empty array [] with {"hooks": {}} in hooks.json files for 4 plugins (equity-research, financial-analysis, private-equity, wealth-management)
  • The hooks loader expects a record with a "hooks" key, not an array, causing claude doctor plugin load errors
  • The investment-banking plugin already had the correct format

Test plan

  • Run claude doctor and verify no plugin hook load errors
  • Confirm all 5 plugins load correctly

🤖 Generated with Claude Code

Replace empty array `[]` with `{"hooks": {}}` in hooks.json files
for equity-research, financial-analysis, private-equity, and
wealth-management plugins. The hooks loader expects a record with
a "hooks" key, not an array, causing `claude doctor` plugin errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant