mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-07-10 16:33:30 +00:00
The existing check only verified that a LICENSE file exists in each plugins/ directory. Extend it to also grep for 'Apache License' and 'Version 2.0' so that a placeholder or wrong-license file is caught at PR time rather than silently passing. Co-authored-by: Claude <noreply@anthropic.com>