Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:40 +08:00
commit 49d8df82a2
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "smgrep",
"description": "Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.",
"version": "0.1.0",
"author": {
"name": "Can Bölük",
"email": "me@can.ac"
},
"hooks": [
"./hooks.json"
]
}