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

15
hooks.json Normal file
View 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
}
]
}
]
}
}