Skip to content

ci: validate Agent Plugins manifests and enforce version sync - #136

Merged
rbuchmayer-pplx merged 1 commit into
agent-plugins-packagingfrom
agent-plugins-ci-validation
Aug 17, 2026
Merged

ci: validate Agent Plugins manifests and enforce version sync#136
rbuchmayer-pplx merged 1 commit into
agent-plugins-packagingfrom
agent-plugins-ci-validation

Conversation

@qirh

@qirhqirh commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #135. Extends validate-plugin.yml so the new manifests stay valid:

  • Triggers on plugin.json / mcp.json changes
  • Validates both against the official Agent Plugins 1.0.0 schemas with ajv (draft 2020-12)
  • Fails if the version drifts across package.json, plugin.json, and .claude-plugin/marketplace.json

All steps verified locally against the #135 branch: both manifests validate, versions in sync at 1.2.0.

- Trigger validate-plugin.yml on plugin.json and mcp.json changes
- Validate both manifests against the official Agent Plugins 1.0.0 schemas with ajv
- Fail if versions drift across package.json, plugin.json, and marketplace.json
@rbuchmayer-pplx
rbuchmayer-pplx merged commit abb52fc into agent-plugins-packagingAug 17, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@qirh@rbuchmayer-pplx