Files
gh-kentanakae-claude-code-p…/hooks/hooks.json
2025-11-30 08:31:03 +08:00

25 lines
470 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"✅ Demo Plugin1: Stop hook triggered\" with title \"Claude Code Hook\"'"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/greeting.sh"
}
]
}
]
}
}