Open
Conversation
The plugin name "qmd" conflicts with the `qmd` executable file at the repo root. When Claude Code installs the plugin, it tries to create a directory `cache/qmd/qmd/` but fails because the `qmd` file already exists at that path after cloning. Rename the plugin from "qmd" to "qmd-search" to avoid the conflict. Fixes the issue reported in tobi#99 by @klaascuvelier. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@tobi, would you mind taking a moment to review this PR? |
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.
Summary
qmdtoqmd-searchinmarketplace.jsonto fixEEXISTerror during installationThe plugin name
"qmd"conflicts with theqmdexecutable file at the repo root. When Claude Code installs the plugin, it creates the pathcache/<marketplace>/<plugin-name>/and copies repo contents into it. Since both the directory and the file are namedqmd,mkdirfails withEEXIST.Renaming the plugin to
qmd-searchavoids the conflict.Fixes the issue reported in #99 by @klaascuvelier.
Test plan
rm -rf ~/.claude/plugins/cache/qmd)/plugin install qmd-search@qmd→ installs successfullyqmd statusvia MCP → works correctly🤖 Generated with Claude Code