Skip to content

feat(detect): report the Agent Plugins root plugin.json version - #75

Merged
CybotTM merged 1 commit into
mainfrom
feat/bump-portable-manifest
Aug 7, 2026
Merged

feat(detect): report the Agent Plugins root plugin.json version#75
CybotTM merged 1 commit into
mainfrom
feat/bump-portable-manifest

Conversation

@CybotTM

@CybotTM CybotTM commented Aug 7, 2026

Copy link
Copy Markdown
Member

Skill repos are adopting the Agent Plugins 1.0.0 manifest: a portable plugin.json at the repo root, with .claude-plugin/plugin.json generated from it (see netresearch/skill-repo-skill#202).

detect-ecosystem.sh reported 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, and validate-pre-release.sh would not have caught the mismatch.

Now both files are emitted as version files. Repos without a root plugin.json are unaffected: the detector reports whichever exist.

Copilot AI lite review requested due to automatic review settings August 7, 2026 15:13
@github-actions github-actions Bot added documentation Improvements or additions to documentation skill labels Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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
CybotTM force-pushed the feat/bump-portable-manifest branch from ecba949 to 4884307 Compare August 7, 2026 17:53
@sonarqubecloud

sonarqubecloud Bot commented Aug 7, 2026

Copy link
Copy Markdown

@CybotTM
CybotTM merged commit bd364ba into main Aug 7, 2026
23 checks passed
@CybotTM
CybotTM deleted the feat/bump-portable-manifest branch August 7, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants