Files
gh-chrismbryant-claude-jour…/hooks/hooks.json
2025-11-29 18:09:22 +08:00

16 lines
259 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/journal-auto-capture.js"
}
]
}
]
}
}