From 33fd73c8b96880d1b62246560d3abbdd7798b88f Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Apr 2026 07:03:06 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Update=20cockroachdb=20plugin=20=E2=80=94?= =?UTF-8?q?=20add=20author=20+=20category,=20bump=20SHA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/marketplace.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9af6573..f81ff49 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -358,10 +358,14 @@ { "name": "cockroachdb", "description": "CockroachDB plugin for Claude Code — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.", + "author": { + "name": "CockroachDB" + }, + "category": "database", "source": { "source": "url", "url": "https://github.com/cockroachdb/claude-plugin.git", - "sha": "a54566e03c852567589ef85bb449d1e4de229667" + "sha": "2263d09ec5dff0ba4042bb9074c3719d064d934a" }, "homepage": "https://github.com/cockroachdb/claude-plugin" }, From caa8c1a539e1a8f1a1d72eb82789d22f8db0a5d8 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Apr 2026 12:33:39 -0500 Subject: [PATCH 2/3] Update cockroachdb description + author per developer request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Description: expand to reflect current capabilities (14 tools, 2 MCP backends, 3 agents, 32 skills, safety hooks) - Author: "CockroachDB" → "Cockroach Labs" (company name) --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f81ff49..9ebb814 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -357,9 +357,9 @@ }, { "name": "cockroachdb", - "description": "CockroachDB plugin for Claude Code — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.", + "description": "Connect Claude Code directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides 14 tools across two active MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), three specialized agents (DBA, Developer, Operator), 32 skills across 6 operational domains, and built-in safety hooks.", "author": { - "name": "CockroachDB" + "name": "Cockroach Labs" }, "category": "database", "source": { From 33e62b9bd6048b9ec86abafe901710222984fd88 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Apr 2026 14:32:10 -0500 Subject: [PATCH 3/3] 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" },