The readme specifies:
For a single plugin, move your plugin folder contents to the repository root, keep one .cursor-plugin/plugin.json, and remove .cursor-plugin/marketplace.json.
but the validator is checking for marketplace.json first thing
|
const marketplacePath = path.join(repoRoot, ".cursor-plugin", "marketplace.json"); |
The readme specifies:
but the validator is checking for
marketplace.jsonfirst thingplugin-template/scripts/validate-template.mjs
Line 251 in 8cbb164