fix(plugin): drop hooks field from plugin.json (auto-loaded)

Claude Code auto-loads hooks/hooks.json. Declaring it explicitly in
manifest.hooks causes: 'Duplicate hooks file detected ... already-loaded'.
Same pattern as agents: manifest should only reference *additional* hook
files beyond the default.
This commit is contained in:
Serge
2026-04-22 16:03:00 -04:00
parent f9e0bcf210
commit 738480606c
+1 -2
View File
@@ -24,6 +24,5 @@
"extraction",
"mcp"
],
"skills": "./skills",
"hooks": "./hooks/hooks.json"
"skills": "./skills"
}