Skip to content

Fix marketplace source paths to use relative ./ prefix#25

Merged
JasonEtco merged 1 commit into
github:mainfrom
sebastienlevert:fix/marketplace-source-paths
Mar 6, 2026
Merged

Fix marketplace source paths to use relative ./ prefix#25
JasonEtco merged 1 commit into
github:mainfrom
sebastienlevert:fix/marketplace-source-paths

Conversation

@sebastienlevert
Copy link
Copy Markdown
Contributor

Summary

  • The source field in .github/plugin/marketplace.json plugin entries was missing the ./ prefix (e.g. "plugins/workiq" instead of "./plugins/workiq")
  • This causes Claude Code's marketplace schema validation to reject the file with Invalid input errors on plugins.0.source and plugins.1.source
  • Added the ./ prefix to both plugin source paths to match the expected format

Test plan

  • Run claude /plugin marketplace add github/copilot-plugins and verify it no longer fails with schema validation errors

Copilot AI review requested due to automatic review settings March 6, 2026 18:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the local plugin source paths in the marketplace manifest to use ./-prefixed relative paths, aligning with the expected Claude Code marketplace schema so the manifest validates correctly.

Changes:

  • Update plugins[0].source from plugins/workiq to ./plugins/workiq
  • Update plugins[1].source from plugins/spark to ./plugins/spark

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JasonEtco JasonEtco added this pull request to the merge queue Mar 6, 2026
Merged via the queue into github:main with commit ee72ce6 Mar 6, 2026
4 checks passed
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.

3 participants