check_compliance_plugin
Check all artefacts of a plugin against a local version in a single call. Provide plugin name and local version to get outdated, unknown, and up-to-date counts.
Instructions
Check all artefacts of a gen-e2 plugin against a single local version.
Use this when you have a plugin.json with one version field and want to verify the whole plugin in one call, instead of listing artefacts manually and calling check_compliance with each one.
Typical workflow:
Read .claude/plugins//plugin.json → get local version
Call check_compliance_plugin(plugin=, local_version=)
Returns the same shape as check_compliance:
outdated: artefacts where local_version != registry version (includes registry_version)
unknown: artefacts not found in the registry
up_to_date_count: number of matching artefacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | ||
| local_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||