Skip to content

Commit b336718

Browse files
committed
Fix duplicate hooks.json error — remove explicit hooks field from manifest
Claude Code now auto-loads hooks/hooks.json by convention, so declaring it in manifest.hooks causes a "duplicate hooks file" error on plugin load.
1 parent 8fe7d8e commit b336718

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "reflex",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Context router — auto-injects relevant docs and skills before Claude responds",
55
"author": {
66
"name": "Mark Morgan",
77
"url": "https://github.com/markmdev"
88
},
99
"repository": "https://github.com/markmdev/reflex",
10-
"license": "MIT",
11-
"hooks": "./hooks/hooks.json"
10+
"license": "MIT"
1211
}

0 commit comments

Comments
 (0)