Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:48 +08:00
commit 7f10117a9b
5 changed files with 80 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "compact",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/force-japanese.sh"
}
]
}
]
}
}