Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:54 +08:00
commit ca9f9b255d
4 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "zen-code-reviewer",
"description": "Comprehensive code review agent with thorough analysis and quality assurance",
"version": "1.0.0",
"author": {
"name": "Jay Xu",
"email": "jay.xu.krfantasy@gmail.com"
},
"agents": [
"./agents"
]
}