Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:08 +08:00
commit 97c1bf86b0
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "sgrep",
"description": "Smart semantic + hybrid code search for local repositories",
"version": "0.1.0",
"author": {
"name": "Xiao Cui"
},
"hooks": [
"./hooks/hook.json"
]
}