From 002e7ca1bde1aeac263bd5ccbfc30ac4e16146f1 Mon Sep 17 00:00:00 2001 From: anandgupta42 <93243293+anandgupta42@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:37:24 -0700 Subject: [PATCH] chore: aireceipts hook always exits 0 (never block the push) --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index b2944bfeb..89de5852b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -6,7 +6,7 @@ "hooks": [ { "type": "command", - "command": "npx -y aireceipts-cli@latest hook pre-push", + "command": "npx -y aireceipts-cli@latest hook pre-push || true", "timeout": 60 } ]