Add missing plugins to marketplace.json and create automation script

- Add context-engineering, gem-team, and ospo-sponsorship to marketplace.json
- Create eng/generate-marketplace.mjs to automatically generate marketplace.json
- Update package.json build script to include marketplace generation
- Update GitHub workflow to trigger on plugin changes

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 01:49:59 +00:00
parent bb6c717004
commit ec3e0e6651
4 changed files with 147 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ on:
- "prompts/**"
- "agents/**"
- "collections/**"
- "plugins/**"
- "*.js"
- "README.md"
- "docs/**"