Skip to content

Remove broken autofix-bot marketplace entry#1047

Open
dicksontsai wants to merge 1 commit intomainfrom
dickson/remove-broken-autofix-bot-entry
Open

Remove broken autofix-bot marketplace entry#1047
dicksontsai wants to merge 1 commit intomainfrom
dickson/remove-broken-autofix-bot-entry

Conversation

@dicksontsai
Copy link
Copy Markdown
Collaborator

Summary

Removes the autofix-bot entry from .claude-plugin/marketplace.json — its source points to ./external_plugins/autofix-bot, which has never existed in this repository.

Background

  • The entry was added in updates(staging): merge staging additions into main #677 (staging merge) without the corresponding plugin directory
  • Git history shows no commits ever touched external_plugins/autofix-bot/
  • The homepage URL points to claude-plugins-public (different repo), suggesting the entry was copied over but the plugin files were not

Verification

Checked all local string-path sources in marketplace.json — this was the only broken one:

jq -r '.plugins[] | select(.source | type == "string") | .source' .claude-plugin/marketplace.json | \
  while read -r path; do [ ! -d "${path#./}" ] && echo "MISSING: $path"; done

(Entries with object-typed source — remote URLs, git-subdir — are not affected by this check.)

The autofix-bot entry points to ./external_plugins/autofix-bot which has
never existed in this repository. The entry was added in #677 (staging
merge) but the plugin directory was not included — likely copied from
claude-plugins-public without bringing over the files.
@dicksontsai dicksontsai requested a review from tobinsouth March 27, 2026 03:58
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.

1 participant