Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:42 +08:00
commit 576964e3fe
6 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "jvm-languages",
"description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/java-pro.md",
"./agents/scala-pro.md",
"./agents/csharp-pro.md"
]
}