Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:42 +08:00
commit 1807a8cf90
4 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "code-review",
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring",
"version": "1.0.0",
"author": {
"name": "Boris Cherny",
"email": "boris@anthropic.com"
},
"commands": [
"./commands"
]
}