14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/add_question_reminder.py"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |