Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:10 +08:00
commit 259402939c
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "codereview",
"description": "Make code reviews easier with AI assistance.",
"version": "1.0.1",
"author": {
"name": "Chmouel",
"email": "chmouel@chmouel.com"
},
"commands": [
"./commands"
]
}