fix: address critical issues from codebase analysis #340

Merged
lmiranda merged 1 commits from fix/critical-issues-from-analysis into development 2026-01-30 23:07:22 +00:00
Owner

Summary

  • Add hooks declarations to 9 plugins missing them in marketplace.json
  • Change .mcp.json to use relative paths (portable across users)
  • Fix pr-review hook schema to use standard nested hooks structure
  • Fix token exposure in cmdb-assistant startup-check.sh (use curl -K stdin)
  • Update version to 5.4.1 in marketplace.json, README.md
  • Fix CANONICAL-PATHS.md version (was incorrectly showing 5.5.0)

Test plan

  • ./scripts/validate-marketplace.sh passes
  • ./scripts/verify-hooks.sh passes
  • All 12 plugins have hooks declared
  • Verify MCP servers still work with relative paths after update

🤖 Generated with Claude Code

## Summary - Add hooks declarations to 9 plugins missing them in marketplace.json - Change .mcp.json to use relative paths (portable across users) - Fix pr-review hook schema to use standard nested hooks structure - Fix token exposure in cmdb-assistant startup-check.sh (use curl -K stdin) - Update version to 5.4.1 in marketplace.json, README.md - Fix CANONICAL-PATHS.md version (was incorrectly showing 5.5.0) ## Test plan - [x] `./scripts/validate-marketplace.sh` passes - [x] `./scripts/verify-hooks.sh` passes - [x] All 12 plugins have hooks declared - [ ] Verify MCP servers still work with relative paths after update 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-01-30 23:07:02 +00:00
- Add hooks declarations to 9 plugins missing them in marketplace.json
- Change .mcp.json to use relative paths (portable across users)
- Fix pr-review hook schema to use standard nested hooks structure
- Fix token exposure in cmdb-assistant startup-check.sh (use curl -K)
- Update version to 5.4.1 in marketplace.json, README.md
- Fix CANONICAL-PATHS.md version (was incorrectly showing 5.5.0)

All 12 plugins now have hooks properly registered.
All validations pass.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit a78bde2e42 into development 2026-01-30 23:07:22 +00:00
lmiranda deleted branch fix/critical-issues-from-analysis 2026-01-30 23:07:22 +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#340