.github/workflows/validate.yml only checks name and ref for fallback_basic.components[] entries, but CONTRIBUTING.md requires fallback entries to have name, aliases, ref, library, license — the same rigor already applied to showpiece[] entries. A fallback PR could currently ship with no license and CI would pass. Extend the validator to check the same required fields for both arrays.
.github/workflows/validate.yml only checks
nameandrefforfallback_basic.components[]entries, but CONTRIBUTING.md requires fallback entries to havename, aliases, ref, library, license— the same rigor already applied toshowpiece[]entries. A fallback PR could currently ship with nolicenseand CI would pass. Extend the validator to check the same required fields for both arrays.