Bug Fix
Fixes /plugin install agentmemory failing with validation errors (#94).
Root cause: plugin.json had three schema violations:
authorwas a string — must be an object{name, url}hookswas a file path — must be omitted (auto-loaded by convention fromhooks/hooks.json)skillswas a directory string — must be an array of explicit paths
Users can now install cleanly:
/plugin marketplace add rohitg00/agentmemory
/plugin install agentmemory
Closes #94
Full Changelog: v0.7.6...v0.7.7