Skip to content

fix(claude): marketplace source type is 'directory', not 'local' - #2276

Merged
joelteply merged 1 commit into
canaryfrom
fix/claude-marketplace-source-directory
Aug 15, 2026
Merged

fix(claude): marketplace source type is 'directory', not 'local'#2276
joelteply merged 1 commit into
canaryfrom
fix/claude-marketplace-source-directory

Conversation

@joelteply

Copy link
Copy Markdown
Contributor

.claude/settings.json declares extraKnownMarketplaces.continuum-local-tools.source.source = "local", which is not a valid marketplace source type. Claude Code reports Invalid input and the memory-bridge plugin'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 through ConvertFrom-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.

.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
@joelteply
joelteply merged commit fd4c389 into canary Aug 15, 2026
2 checks passed
@joelteply
joelteply deleted the fix/claude-marketplace-source-directory branch August 15, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant