Bug Fixes
- hooks.json format (#100): Each event entry now uses the correct nested
{ hooks: [{ type, command }] }format. Claude Code expects hooks wrapped in an array, not flat{ type, command }at the top level. - skills validation (#94): Changed from explicit file path array to directory reference
["../skills/"]matching the convention used by working plugins.
Plugin install should now work cleanly:
/plugin marketplace add rohitg00/agentmemory
/plugin install agentmemory
Closes #100
Full Changelog: v0.7.7...v0.7.8