Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# smgrep
|
||||||
|
|
||||||
|
Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.
|
||||||
15
hooks.json
Normal file
15
hooks.json
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"hooks": {
|
||||||
|
"SessionStart": [
|
||||||
|
{
|
||||||
|
"hooks": [
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"SessionStart\",\"additionalContext\":\"Prefer mcp__plugin_smgrep_smgrep__sem_search over grep/Grep for code search - it finds code by meaning, not just text matching.\"}}'",
|
||||||
|
"timeout": 10
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:can1357/smgrep:plugins/smgrep",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "7e20dea7de97729184a836b3b73e054f300e5675",
|
||||||
|
"treeHash": "d98a6c0b0782565dcd06c23e9534b85355a69adb019e2d7e1cbaa8453737b8fe",
|
||||||
|
"generatedAt": "2025-11-28T10:14:29.970979Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "smgrep",
|
||||||
|
"description": "Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.",
|
||||||
|
"version": "0.1.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "8af0d7060f11a6c3cd5babfdc338346b86c8bb2eb692c6ae434abec6f425b9df"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "hooks.json",
|
||||||
|
"sha256": "1615fba55e09453cff7734878b7df394828d1eb4cc08d260b36f911cac1cefde"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "eb1ef5a216ab497f3dc56d8d31d58e10cbe9d0d0a19890f43f48b3dcdf8d4922"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "d98a6c0b0782565dcd06c23e9534b85355a69adb019e2d7e1cbaa8453737b8fe"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user