diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..b2944bfeb --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,16 @@ +{ + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "npx -y aireceipts-cli@latest hook pre-push", + "timeout": 60 + } + ] + } + ] + } +}