Files
2025-11-30 08:35:04 +08:00

16 lines
441 B
JSON

{
"name": "unit-testing",
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/unit-testing/agents/test-automator.md",
"./plugins/unit-testing/agents/debugger.md"
],
"commands": [
"./plugins/unit-testing/commands/test-generate.md"
]
}