Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:51 +08:00
commit 2ef39759d7
5 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "code-review-agent",
"description": "Code review agent for analyzing code quality, security, performance, and maintainability",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"agents": [
"./agents/code-review-agent.md"
],
"commands": [
"./commands/code-review.md"
]
}