playbook/outfitter-agents/plugins/outfitter/templates/hooks/user-prompt-context/hooks.json

17 lines
227 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PROJECT_DIR}/.claude/hooks/add-context.sh",
"timeout": 5
}
]
}
]
}
}