11 lines
461 B
JSON
11 lines
461 B
JSON
{
|
|
"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"
|
|
]
|
|
} |