fix(claude): marketplace source type is 'directory', not 'local' - #2276
Merged
Conversation
.claude/settings.json declared extraKnownMarketplaces.continuum-local-tools.source.source = "local", which is not a valid marketplace source type — Claude Code reported 'Invalid input' and the memory-bridge plugin's marketplace would not resolve. 'directory' is the type for a filesystem-path marketplace; path (tools/plugins) is unchanged. Committing rather than fixing in the working tree: this file is TRACKED, so every git checkout / reset --hard reverts it. I fixed it once earlier today and my own branch-hopping (rescuing #2056 into five PRs) silently undid it — the error came back looking fresh. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Q4NU4VNiELPQfBpCacDZGc
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.
.claude/settings.jsondeclaresextraKnownMarketplaces.continuum-local-tools.source.source = "local", which is not a valid marketplace source type. Claude Code reports Invalid input and thememory-bridgeplugin's marketplace does not resolve — so the plugin is configured, enabled, and dead."directory"is the type for a filesystem-path marketplace.path(tools/plugins) unchanged. Validated: the file parses and round-trips throughConvertFrom-Json.Why this is a PR and not a working-tree fix. The file is tracked. I fixed it locally twice today and both times my own
git checkout/reset --hard— rescuing #2056 into five PRs, then syncing to canary — silently reverted it, and the error came back looking fresh. A config fix that only exists in a working tree is not a fix; it is a fix with a countdown on it.One-line change; no behavior beyond making the declared plugin actually load.