Changes
PR #2171 by OdinKral: feat(scripts): add pattern/maintenance audit script
- Adds
scripts/audit-patterns.sh, a dependency-free audit tool for the patterns library that detects thin patterns (under 15 lines), bloated patterns (over 50 KB), stale hardcoded model references, missingINPUTsections, i18n key gaps, and shell completion gaps. The script is read-only and exits with code0by default, or1when run with--strictfor CI integration.