From 04be702cfa1e9f4730b559bd32276ab3e8e992d0 Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Thu, 6 Aug 2026 18:37:27 -0500 Subject: [PATCH] =?UTF-8?q?fix(sentry-cli):=20re-path=20source=20to=20pack?= =?UTF-8?q?ages/cli/plugins/sentry-cli=20+=20bump=20ae9a84c5=20=E2=86=92?= =?UTF-8?q?=2094a4ca58=20(#4825)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream getsentry/cli restructured to a pnpm-workspace monorepo (getsentry/cli@96390e5, 2026-07-31); the pinned subdir plugins/sentry-cli no longer exists at HEAD. The plugin moved intact to packages/cli/plugins/sentry-cli (Sentry's own .claude-plugin/marketplace.json declares it there; plugin version 0.40.0 -> 0.41.0). Validated at the new path+SHA with claude plugin validate. Co-authored-by: Claude Fable 5 --- .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 7b8e490f..64118438 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3180,9 +3180,9 @@ "source": { "source": "git-subdir", "url": "https://github.com/getsentry/cli.git", - "path": "plugins/sentry-cli", + "path": "packages/cli/plugins/sentry-cli", "ref": "main", - "sha": "ae9a84c5ac02ac3733b0946ca7538997d96ab80d" + "sha": "94a4ca5801784ee4fe55bcdf4a19258835fa5e8f" }, "homepage": "https://sentry.io" },