Files
gh-nathanvale-side-quest-ma…/hooks/hooks.json
2025-11-30 08:41:54 +08:00

18 lines
278 B
JSON

{
"description": "Atuin shell history integration hooks",
"hooks": {
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/atuin-post-tool.sh",
"timeout": 5
}
]
}
]
}
}