Skip to content

Commit 02a8040

Browse files
cahaselerclaude
andcommitted
fix: remove redundant hooks reference from plugin.json
hooks/hooks.json is auto-loaded by Claude Code, specifying it in manifest.hooks causes duplicate loading error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d22a18f commit 02a8040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@
2525
"./agents/comment-compliance-reviewer.md",
2626
"./agents/duplication-detector.md",
2727
"./agents/dead-code-detector.md"
28-
],
29-
"hooks": "./hooks/hooks.json"
28+
]
3029
}

0 commit comments

Comments
 (0)