fix: add missing plugin declarations and fix hardcoded paths #23
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plugins were not being recognized because plugin.json files only had
metadata but no component declarations.
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
- projman/plugin.json: Added commands, agents, and skills declarations - project-hygiene/plugin.json: Added hooks declaration for PostToolUse - projman/.mcp.json: Changed hardcoded paths to ${CLAUDE_PLUGIN_ROOT} - cmdb-assistant/.mcp.json: Changed hardcoded paths to ${CLAUDE_PLUGIN_ROOT} Plugins were not being recognized because plugin.json files only had metadata but no component declarations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>