Kaynağa Gözat

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

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>
Bryan Thompson 1 ay önce
ebeveyn
işleme
c4c6b6400a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .claude-plugin/marketplace.json

+ 2 - 2
.claude-plugin/marketplace.json

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