Skip to content

Fix invalid plugin source path in marketplace.json#5

Open
PJ-Zetier wants to merge 1 commit intoscitrera:mainfrom
PJ-Zetier:fix/marketplace-source-path
Open

Fix invalid plugin source path in marketplace.json#5
PJ-Zetier wants to merge 1 commit intoscitrera:mainfrom
PJ-Zetier:fix/marketplace-source-path

Conversation

@PJ-Zetier
Copy link
Copy Markdown

Summary

Cause

The schema for inline plugin sources requires either a relative path string or an object form. A leading / is treated as an absolute path and rejected.

Test plan

  • Cloned the repo, applied the one-character fix, and ran claude plugin marketplace add ~/path/to/memorylayer — succeeded with ✔ Successfully added marketplace: memorylayer.ai.
  • Maintainer verifies claude plugin install memorylayer@memorylayer.ai resolves the plugin directory correctly after merge.

🤖 Generated with Claude Code

The schema rejects absolute paths for inline plugin sources, causing
`claude plugin marketplace add scitrera/memorylayer` to fail with:
`plugins.0.source: Invalid input`.

Change "/memorylayer-cc-plugin" to "./memorylayer-cc-plugin" so the
path is interpreted as relative to the marketplace root.

Fixes scitrera#4
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.

marketplace.json: plugin source path is invalid (leading slash rejected by schema)

1 participant