Files
gh-kawaz-claude-plugins-plu…/hooks/hooks.json
2025-11-30 08:30:48 +08:00

16 lines
250 B
JSON

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