Bryan Thompson 60d160d669
ci(validate): match vendored plugins/*/ + external_plugins/*/ manifest and content paths
The one-level patterns (*/.claude-plugin/** etc.) never match the vendored
two-level layout because * does not cross /, so a PR touching only
plugins/<name>/.claude-plugin/plugin.json never fires the required validate
check and blocks forever (PR #5416). Same per-level spell-out the filter
already uses for plugins/*/README.md and assets.
2026-08-18 11:15:18 -05:00
..