Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:12 +08:00
commit b0ad487726
5 changed files with 981 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "cross-stack-microservices",
"description": "Cross-Stack Microservices - Production-ready templates and patterns for Go, .NET, and Rust microservices",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}