Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:40 +08:00
commit 68955c8459
4 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "openapi-expert",
"description": "Use this agent to update, synchronize, or validate the OpenAPI specification (openapi.yml) against the actual REST API implementation. This includes adding new endpoints, updating request/response schemas, fixing discrepancies between the spec and code, or ensuring complete API documentation coverage.",
"version": "1.0.0",
"author": {
"name": "Meiring de Wet"
},
"commands": [
"./commands"
]
}