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

14 lines
232 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/add_question_reminder.py"
}
]
}
]
}
}