v1.4.467
danielmiessler/Fabricv1.4.467Jul 31, 2026by github-actions[bot]
AI Summary
Introduces a new dependency-free audit script for the patterns library designed to detect quality issues such as thin patterns, bloated files, and missing sections.
Key Highlights
- Adds `scripts/audit-patterns.sh` for auditing the patterns library
- Detects thin patterns (<15 lines), bloated patterns (>50KB), and stale references
- Checks for missing `INPUT` sections, i18n key gaps, and shell completion gaps
- Supports strict mode for CI integration
New Features
- Added `scripts/audit-patterns.sh` dependency-free audit tool
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.