Changed
- Validated against 1,200+ real-world repositories with 71 rules triggered
- Exclude non-agent markdown files (README.md, docs/, wiki/) from validation
- Restrict REF-002 broken link detection to agent config files only
- Skip HTML5 void elements and markdown-safe elements in XML balance checking
- Resolve @imports relative to project root when file-relative fails
- Apply prompt quality rules (CC-MEM-005/006, PE-*) to Cursor rule files
- Detect .cursorrules.md as Cursor rules variant
- Flag
|| trueand2>/dev/nullas error suppression in hooks (CC-HK-009) - Broaden persona detection in CC-MEM-005 ("You're a senior...")
- Add PCRE assertions to AS-014 regex escape detection
- Fix %% formatting in diagnostic messages across all locales
- Reduce false positive rate from ~30% to <3% across XML, REF, and XP rules
- Skip type parameters and path template placeholders in XML validation
- Filter email domains, Java annotations, and social handles from @import detection
Added
docs/RELEASING.md- Release process guide with install target verificationdocs/REAL-WORLD-TESTING.md- Real-world validation and manual inspection guidescripts/real-world-validate.py- Batch validation harnesstests/real-world/repos.yaml- Curated manifest of 1,236 repos- Regression test fixtures for HTML5 void elements, type parameters, and absolute paths