Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:32:57 +08:00
commit 6b9c8df6ee
5 changed files with 641 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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": [
"./plugins/code-review-ai/agents/architect-review.md"
],
"commands": [
"./plugins/code-review-ai/commands/ai-review.md"
]
}