Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:00 +08:00
commit cdbb3f7db6
8 changed files with 3301 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sngular-devops",
"description": "DevOps automation toolkit for Docker, CI/CD, Kubernetes, and deployment workflows with infrastructure as code support",
"version": "1.0.0",
"author": {
"name": "Sngular",
"email": "dev@sngular.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}