Skip to content

Commit 59ef020

Browse files
ducpm2303claude
andcommitted
fix(java-core): remove hooks field from plugin.json
The plugin system loads hooks/hooks.json automatically. Referencing it in manifest.hooks caused a duplicate load error on plugin install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fa22f21 commit 59ef020

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/java-core/.claude-plugin/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"author": {
66
"name": "java-plugins contributors"
77
},
8-
"keywords": ["java", "review", "refactor", "explain", "fix", "docs"],
9-
"hooks": "./hooks/hooks.json"
8+
"keywords": ["java", "review", "refactor", "explain", "fix", "docs"]
109
}

0 commit comments

Comments
 (0)