Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:45 +08:00
commit b94e197beb
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "deep-review",
"description": "Deep review",
"version": "1.0.0",
"author": {
"name": "hiragram"
},
"commands": [
"./commands"
]
}