From c88305a7fa1f6bede0103da88c964ee2effb2fc8 Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Thu, 28 May 2026 12:01:11 +0100 Subject: [PATCH] docs: point groove CLI install hint at hyperpolymath/groove-protocol Groove Protocol was extracted from standards/groove-protocol/ into a top-level repo (hyperpolymath/groove-protocol) on 2026-05-28, matching the SNIFs / typed-wasm precedent for named-boundary tools. Update the single line in fix-missing-groove.sh that pointed at the old path. Tracking standards#228. Co-Authored-By: Claude Opus 4.7 (1M context) --- scripts/fix-missing-groove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix-missing-groove.sh b/scripts/fix-missing-groove.sh index 35e8ab06..51f0a690 100755 --- a/scripts/fix-missing-groove.sh +++ b/scripts/fix-missing-groove.sh @@ -10,7 +10,7 @@ # # Usage: fix-missing-groove.sh # -# Requires: groove CLI (installed via `cargo install --path standards/groove-protocol/cli`) +# Requires: groove CLI (installed via `cargo install --git https://github.com/hyperpolymath/groove-protocol --path cli`) set -euo pipefail