From 41b33b3b294ab53d093ee95dc2bb2a760a1bd375 Mon Sep 17 00:00:00 2001 From: Claude Agento Date: Thu, 16 Apr 2026 06:46:33 -0700 Subject: [PATCH] chore: update ethos install SHA to v3.9.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 845f1fb..6b702e9 100755 --- a/install-all.sh +++ b/install-all.sh @@ -66,7 +66,7 @@ banner "lux" curl -fsSL "$GH/lux/ace3f62/install.sh" | sh banner "ethos" -curl -fsSL "$GH/ethos/e9a1ee7/install.sh" | sh +curl -fsSL "$GH/ethos/c5222ef/install.sh" | sh # --- Step 3: Pure plugins (no CLI, marketplace-only) --- diff --git a/profile/README.md b/profile/README.md index c3a8b2b..440396b 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/013904a/install-all.sh | sh +curl -fsSL https://raw.githubusercontent.com/punt-labs/.github/656672d/install-all.sh | sh ``` ## PyPI Packages