Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:08 +08:00
commit f782c8ace0
8 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "java",
"description": "Java and Maven tools for OpenRewrite import ordering and POM dependency management",
"version": "0.18.0",
"author": {
"name": "Craig Motlin"
},
"skills": [
"./skills/openrewrite/SKILL.md",
"./skills/pom-ordering/SKILL.md"
],
"agents": [
"./agents/liquibase-lock-resolver.md"
],
"commands": [
"./commands/openrewrite-imports.md",
"./commands/pom-ordering.md"
]
}