15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "code-review-ai",
|
|
"description": "AI-powered architectural review and code quality analysis",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./agents/architect-review.md"
|
|
],
|
|
"commands": [
|
|
"./commands/ai-review.md"
|
|
]
|
|
} |