Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:58 +08:00
commit 8cf9667257
5 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "deployment-strategies",
"description": "Deployment patterns, rollback automation, and infrastructure templates",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/deployment-engineer.md",
"./agents/terraform-specialist.md"
]
}