|
5 | 5 | }, |
6 | 6 | "metadata": { |
7 | 7 | "description": "Java developer toolkit for Claude Code — general Java, Spring Boot, security, testing, and performance", |
8 | | - "version": "1.2.0" |
| 8 | + "version": "2.0.0" |
9 | 9 | }, |
10 | 10 | "plugins": [ |
11 | 11 | { |
12 | 12 | "name": "java-core", |
13 | 13 | "source": "./plugins/java-core", |
14 | | - "description": "General Java skills (review, refactor, explain, fix, docs, health, concurrency, API, migration, commit, SOLID, design patterns), architect + build-resolver agents, and Java coding standards", |
15 | | - "version": "1.2.0", |
16 | | - "keywords": ["java", "core", "review", "refactor", "solid", "design-patterns", "concurrency", "migrate"] |
| 14 | + "description": "General Java skills (review, refactor, explain, fix, docs, health, concurrency, API, migration, commit, SOLID, design patterns, ADR), architect + build-resolver agents, and path-scoped Java coding standards", |
| 15 | + "version": "2.0.0", |
| 16 | + "keywords": ["java", "core", "review", "refactor", "solid", "design-patterns", "concurrency", "migrate", "adr"] |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "name": "java-spring", |
20 | 20 | "source": "./plugins/java-spring", |
21 | 21 | "description": "Spring Boot skills (scaffold, JPA review, logging review, CRUD generator) and Spring expert agent", |
22 | | - "version": "1.1.0", |
| 22 | + "version": "2.0.0", |
23 | 23 | "keywords": ["java", "spring", "spring-boot", "scaffold", "jpa", "crud", "logging"] |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "name": "java-security", |
27 | 27 | "source": "./plugins/java-security", |
28 | 28 | "description": "Java security reviewer agent and post-edit security hooks", |
29 | | - "version": "1.0.0", |
| 29 | + "version": "2.0.0", |
30 | 30 | "keywords": ["java", "security", "owasp"] |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "name": "java-testing", |
34 | 34 | "source": "./plugins/java-testing", |
35 | 35 | "description": "Java test generation skill and test engineer agent", |
36 | | - "version": "1.0.0", |
| 36 | + "version": "2.0.0", |
37 | 37 | "keywords": ["java", "testing", "junit", "mockito"] |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "name": "java-performance", |
41 | 41 | "source": "./plugins/java-performance", |
42 | 42 | "description": "Java performance reviewer agent", |
43 | | - "version": "1.0.0", |
| 43 | + "version": "2.0.0", |
44 | 44 | "keywords": ["java", "performance", "jpa", "optimization"] |
45 | 45 | } |
46 | 46 | ] |
|
0 commit comments