Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:55 +08:00
commit 129a1c4ca4
7 changed files with 378 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "code-review",
"description": "Comprehensive code review toolkit for quality, architecture, and security analysis",
"version": "1.2.0",
"author": {
"name": "Kyungho Byoun",
"email": "kyungho.byoun@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}