Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:03 +08:00
commit d5d2962808
12 changed files with 919 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "infra-pipeline",
"description": "Complete infrastructure lifecycle management from IaC to deployment. Master AWS, Terraform, CI/CD pipelines, GitOps workflows, and deployment automation for both home projects and enterprise systems.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}