{ "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/ai-principles-reminder-prompt.sh" } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "zsh ${CLAUDE_PLUGIN_ROOT}/scripts/ai-principles-reminder.sh" } ] } ] } }