feat(detect): report the Agent Plugins root plugin.json version - #75
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Skill repos now ship a portable plugin.json at the repo root next to .claude-plugin/plugin.json. The root file is the source of truth for the version, so the bump and the pre-release parity check have to see it. Repos that have not adopted it report only the Claude manifest, as before. Standard: https://agent-plugins.org/specification Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
CybotTM
force-pushed
the
feat/bump-portable-manifest
branch
from
August 7, 2026 17:53
ecba949 to
4884307
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Skill repos are adopting the Agent Plugins 1.0.0 manifest: a portable
plugin.jsonat the repo root, with.claude-plugin/plugin.jsongenerated from it (see netresearch/skill-repo-skill#202).detect-ecosystem.shreported only the Claude manifest, so a bump driven by this skill would have left the root manifest — the source of truth — at the old version, andvalidate-pre-release.shwould not have caught the mismatch.Now both files are emitted as version files. Repos without a root
plugin.jsonare unaffected: the detector reports whichever exist.