16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"name": "debugging-toolkit",
|
|
"description": "Interactive debugging, developer experience optimization, and smart debugging workflows",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./plugins/debugging-toolkit/agents/debugger.md",
|
|
"./plugins/debugging-toolkit/agents/dx-optimizer.md"
|
|
],
|
|
"commands": [
|
|
"./plugins/debugging-toolkit/commands/smart-debug.md"
|
|
]
|
|
} |