From 9e14e4559c2583917cade49c79ae43a4ce00573e Mon Sep 17 00:00:00 2001 From: Claude Agento Date: Thu, 16 Apr 2026 07:22:15 -0700 Subject: [PATCH] chore: update biff install SHA to v1.10.0 --- install-all.sh | 2 +- profile/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-all.sh b/install-all.sh index 6b702e9..a07e1e8 100755 --- a/install-all.sh +++ b/install-all.sh @@ -54,7 +54,7 @@ banner "beadle" curl -fsSL "$GH/beadle/5cdeaac/install.sh" | sh banner "biff" -curl -fsSL "$GH/biff/cbca365/install.sh" | sh +curl -fsSL "$GH/biff/677d77a/install.sh" | sh banner "quarry" curl -fsSL "$GH/quarry/1fdc9da/install.sh" | sh diff --git a/profile/README.md b/profile/README.md index 440396b..d215dd9 100644 --- a/profile/README.md +++ b/profile/README.md @@ -43,7 +43,7 @@ Real projects where we discover what works and what doesn't. All CLIs and all Claude Code plugins in a single command: ```bash -curl -fsSL https://raw.githubusercontent.com/punt-labs/.github/656672d/install-all.sh | sh +curl -fsSL https://raw.githubusercontent.com/punt-labs/.github/a7ee059/install-all.sh | sh ``` ## PyPI Packages