Skip to content

Comments

fix: update plugin source paths in marketplace.json generation#783

Merged
aaronpowell merged 1 commit intogithub:stagedfrom
agreaves-ms:fix/marketplace-plugin-source
Feb 22, 2026
Merged

fix: update plugin source paths in marketplace.json generation#783
aaronpowell merged 1 commit intogithub:stagedfrom
agreaves-ms:fix/marketplace-plugin-source

Conversation

@agreaves-ms
Copy link
Contributor

@agreaves-ms agreaves-ms commented Feb 20, 2026

fix(marketplace): normalize plugin source paths in marketplace.json

Related: #772

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Updated the marketplace generation script to emit bare plugin directory names instead of ./plugins/-prefixed relative paths in the source field. This corrected the source path format across all 46 plugin entries in marketplace.json.

The generation logic in eng/generate-marketplace.mjs previously constructed source paths using a template string (`./plugins/${dirName}`), which produced paths like ./plugins/awesome-copilot. The fix replaced this with the raw dirName value, yielding cleaner paths like awesome-copilot. The regenerated marketplace.json reflects this change uniformly across every plugin entry.

Trailing whitespace on blank lines in the generator script was also cleaned up as part of this change.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • Update to existing instruction, prompt, agent, plugin, or skill.
  • Other (please specify):

Additional Notes

  • The marketplace.json output was verified as stable by running npm start and confirming no drift in tracked files.
  • This is a focused build tooling fix; no new resources were added or removed.

By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings February 20, 2026 22:35
@agreaves-ms agreaves-ms changed the base branch from main to staged February 20, 2026 22:36
@agreaves-ms agreaves-ms reopened this Feb 20, 2026
@agreaves-ms agreaves-ms force-pushed the fix/marketplace-plugin-source branch from 062bf6f to 6951523 Compare February 20, 2026 22:44
Copy link
Contributor

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@aaronpowell aaronpowell merged commit 3297963 into github:staged Feb 22, 2026
2 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.

2 participants