Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:27 +08:00
commit ea5eba0492
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": [
"./agents/architect-review.md"
],
"commands": [
"./commands/ai-review.md"
]
}