Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:52 +08:00
commit 2f1a33b679
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "auto-review",
"description": "Automated code review using gemini-cli and codex",
"version": "1.0.0",
"author": {
"name": "Cheolwan Park",
"url": "https://github.com/cheolwanpark"
},
"hooks": [
"./hooks/hooks.json"
]
}