v1.4.467
puckeditor/puckv1.4.467Jul 31, 2026by github-actions[bot]
AI Summary
Introduces a new dependency-free maintenance script to audit the patterns library for code quality issues and completeness.
Key Highlights
- Added scripts/audit-patterns.sh for pattern maintenance
- Detects thin patterns (under 15 lines) and bloated patterns (over 50 KB)
- Checks for stale model references and missing INPUT sections
- Supports strict mode for CI integration
New Features
- Pattern maintenance audit script
Full Release Notes
## Changes ### PR [#2171](https://github.com/danielmiessler/Fabric/pull/2171) by [OdinKral](https://github.com/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, missing `INPUT` sections, i18n key gaps, and shell completion gaps. The script is read-only and exits with code `0` by default, or `1` when run with `--strict` for CI integration.