Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "distributed-debugging",
|
||||
"description": "Distributed system tracing and debugging across microservices",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./plugins/distributed-debugging/agents/error-detective.md",
|
||||
"./plugins/distributed-debugging/agents/devops-troubleshooter.md"
|
||||
],
|
||||
"commands": [
|
||||
"./plugins/distributed-debugging/commands/debug-trace.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user