Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "api-testing-observability",
|
||||
"description": "API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/api-documenter.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/api-mock.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user