Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:54 +08:00
commit 08b379a697
7 changed files with 329 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

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