26 lines
672 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |