Files
2025-11-30 08:56:48 +08:00

26 lines
672 B
JSON

{
"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"
}
]
}
]
}
}