From 33e62b9bd6048b9ec86abafe901710222984fd88 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Apr 2026 14:32:10 -0500 Subject: [PATCH] Remove SHA pin from cockroachdb entry Let installs follow the repo's default branch instead of a fixed SHA. Removes the plugin from the weekly SHA-bump rotation and lets developer updates reach users directly on `claude plugin install`. --- .claude-plugin/marketplace.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9ebb814..d2d966a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -364,8 +364,7 @@ "category": "database", "source": { "source": "url", - "url": "https://github.com/cockroachdb/claude-plugin.git", - "sha": "2263d09ec5dff0ba4042bb9074c3719d064d934a" + "url": "https://github.com/cockroachdb/claude-plugin.git" }, "homepage": "https://github.com/cockroachdb/claude-plugin" },