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": "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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user