Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:38:19 +08:00
commit fe89587860
5 changed files with 1533 additions and 0 deletions

View 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"
]
}