Skip to content

fix(ce-update): use correct marketplace name in cache path#566

Merged
tmchow merged 1 commit intomainfrom
claude/fix-marketplace-name-case-vu4IW
Apr 15, 2026
Merged

fix(ce-update): use correct marketplace name in cache path#566
tmchow merged 1 commit intomainfrom
claude/fix-marketplace-name-case-vu4IW

Conversation

@tmchow
Copy link
Copy Markdown
Collaborator

@tmchow tmchow commented Apr 15, 2026

The ce-update skill was looking at ${CLAUDE_PLUGIN_ROOT}/cache/every-marketplace/compound-engineering/
for the cached plugin version, but the actual marketplace name registered in
.claude-plugin/marketplace.json is compound-engineering-plugin. Claude Code
caches marketplaces under their registered name, so the skill never found the
cache and always reported "no marketplace cache found".

Also align the gh release list --repo casing (EveryInc) with the canonical
owner casing used elsewhere in the repo.

Fixes #556

The ce-update skill was looking at `${CLAUDE_PLUGIN_ROOT}/cache/every-marketplace/compound-engineering/`
for the cached plugin version, but the actual marketplace name registered in
`.claude-plugin/marketplace.json` is `compound-engineering-plugin`. Claude Code
caches marketplaces under their registered name, so the skill never found the
cache and always reported "no marketplace cache found".

Also align the `gh release list --repo` casing (`EveryInc`) with the canonical
owner casing used elsewhere in the repo.

Fixes #556

https://claude.ai/code/session_01JjmKL3Q2hp7VziFvUQ7Dqm
@tmchow tmchow merged commit d8305dd into main Apr 15, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

instructions for updating plugin?

2 participants