Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:41:46 +08:00
commit 468df80911
5 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "deployment-validation",
"description": "Pre-deployment checks, configuration validation, and deployment readiness assessment",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/cloud-architect.md"
],
"commands": [
"./commands/config-validate.md"
]
}