Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:23 +08:00
commit 13f01a2df1
5 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "conversational-api-debugger",
"description": "Debug REST API failures using OpenAPI specs and HTTP logs. Analyzes errors, suggests fixes, and generates test commands.",
"version": "1.0.0",
"author": {
"name": "Intent Solutions",
"url": "https://intentsolutions.io"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}