Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:38 +08:00
commit a117466db1
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mgrep",
"description": "Search your local files using Mixedbread",
"version": "0.0.0",
"author": {
"name": "Joel Dierkes"
},
"hooks": [
"./hooks/hook.json"
]
}