{
  "description": "AgentCraft: play sounds on Claude Code lifecycle events",
  "hooks": {
    "SessionStart": [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 5 }] }],
    "SessionEnd":   [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 5 }] }],
    "Stop":         [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }],
    "SubagentStop": [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }],
    "Notification": [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }],
    "PreCompact":   [{ "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }],
    "PreToolUse":   [{ "matcher": "Skill", "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }],
    "PostToolUse":  [{ "matcher": "Skill", "hooks": [{ "type": "command", "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh", "timeout": 3 }] }]
  }
}
