From 0c80b5fc082b914ad9229f6e8338ff6751b0b661 Mon Sep 17 00:00:00 2001 From: anandgupta42 Date: Fri, 12 Jun 2026 20:02:37 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20receipts=20store=3Dref=20=E2=80=94=20n?= =?UTF-8?q?o=20receipt=20files=20in=20PRs=20or=20on=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Receipts now travel as refs/receipts/ (the 0.9.0 default for new adopters); this back-fills the knob and removes legacy committed receipts. The pre-push hook and CI check are unchanged. --- .claude/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..a438f60 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,5 @@ +{ + "env": { + "RECEIPTS_STORE": "ref" + } +}