mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
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:
@@ -24,6 +24,5 @@
|
||||
"extraction",
|
||||
"mcp"
|
||||
],
|
||||
"skills": "./skills",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
"skills": "./skills"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user