Under https://github.com/vercel-labs/open-plugin-spec#43-directory-rules:
- Component directories such as skills/, when present, MUST exist at the plugin root, not inside the metadata directory.
This wording is a bit confusing. Because apparently it can be under a sub-folder ./custom/skills if the example in https://github.com/vercel-labs/open-plugin-spec#61-manifest-object is valid.
May be rewording it to something like:
- Component directories such as skills/, when present, MUST not be placed inside the
.plugin metadata directory.
Is that correct?
Under https://github.com/vercel-labs/open-plugin-spec#43-directory-rules:
This wording is a bit confusing. Because apparently it can be under a sub-folder
./custom/skillsif the example in https://github.com/vercel-labs/open-plugin-spec#61-manifest-object is valid.May be rewording it to something like:
.pluginmetadata directory.Is that correct?