Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:33:29 +08:00
commit b359ed0634
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": [
"./plugins/deployment-strategies/agents/deployment-engineer.md",
"./plugins/deployment-strategies/agents/terraform-specialist.md"
]
}