Commit 3bcc8b0
fix: remove unsupported commands/rules fields from plugin.json manifests
Claude Code plugin.json does not accept "commands" or "rules" glob
declarations — these directories are auto-discovered by convention.
Adding them caused "Validation errors: commands: Invalid input" on
plugin load for java-core and java-quality.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a988bd2 commit 3bcc8b0
3 files changed
Lines changed: 3 additions & 9 deletions
File tree
- plugins
- java-core/.claude-plugin
- java-quality/.claude-plugin
- java-spring/.claude-plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
0 commit comments