Bump carta plugin pins to upstream eb00237d#288
Open
tobinsouth wants to merge 1 commit into
Open
Conversation
Update the pinned sha for carta-cap-table, carta-crm, and carta-investors from aa132f2f to eb00237d (current HEAD of carta/plugins). This picks up the upstream skill removals from May 27 — carta-list-safes and carta-stakeholders were deleted from the cap-table plugin but the old pin kept serving them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the pinned
shafor the three Carta entries in.claude-plugin/marketplace.json:aa132f2feb00237daa132f2feb00237daa132f2feb00237dAll three vendor from the same upstream repo (
carta/plugins);eb00237dis its current HEAD onmain.Why
The hosted carta-cap-table plugin on claude.ai is still serving skills (
carta-list-safes,carta-stakeholders) that Carta removed from their plugin repo on 2026-05-27. The old pinaa132f2fpredates that removal, so the default marketplace keeps shipping the deleted skills.Verified at
eb00237d: both removed skills are gone fromplugins/carta-cap-table/skills/, and.claude-plugin/plugin.jsonis still present at all three plugin paths.After merge
The default-marketplace auto-sync picks this up on merge (or a force sync can be run if it needs to land sooner).