16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/journal-auto-capture.js"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|