Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:34:08 +08:00
commit 65631ef941
7 changed files with 1385 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "incident-response",
"description": "Production incident management, triage workflows, and automated incident resolution",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/incident-response/agents/incident-responder.md",
"./plugins/incident-response/agents/devops-troubleshooter.md"
],
"commands": [
"./plugins/incident-response/commands/incident-response.md",
"./plugins/incident-response/commands/smart-fix.md"
]
}