Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:13 +08:00
commit ee420481a5
8 changed files with 2839 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "error-diagnostics",
"description": "Error tracing, root cause analysis, and smart debugging for production systems",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/debugger.md",
"./agents/error-detective.md"
],
"commands": [
"./commands/error-trace.md",
"./commands/error-analysis.md",
"./commands/smart-debug.md"
]
}