fix(sentry-cli): re-path source to packages/cli/plugins/sentry-cli + bump ae9a84c5 → 94a4ca58 (#4825)

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 <noreply@anthropic.com>
This commit is contained in:
Bryan Thompson 2026-08-06 18:37:27 -05:00 committed by GitHub
parent d72880f9c8
commit 04be702cfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},