π New Rule: Z506 MALFORMED_FRONTMATTER
Detects malformed YAML frontmatter delimiters that cause documentation engines to silently
render metadata as raw prose. Fires on files where the first line starts with -- but is
not exactly --- (e.g., ----, --, --- trailing text).
- Severity:
error - Penalty: β5.0 pts (Content category)
- Suppress:
<!-- zenzic:ignore: Z506 -->
ποΈ ADR-034: I18N Engine Eradication
Zenzic is now an English-only tool. The Z602 I18N_PARITY bilingual scanner (443 lines) has
been permanently removed. Z602 is marked status="inactive".
Migration required: Remove [i18n] sections and Z602 suppressions from .zenzic.toml
before upgrading.
π Z405 Infrastructure Exemptions
Standard CDN/hosting infrastructure files are now natively exempt from Z405 Unused Assets:
robots.txt, _redirects, CNAME, sitemap.xml.
π Critical Governance Fixes
- JSON formatter:
--output jsonnow correctly appliesper_file_ignoresand
directory_policies(previously bypassed governance rules). - SARIF formatter: Governance filtering now applied to SARIF output, fixing false
positives in GitHub Advanced Security.
β¨ CLI UX
Score breakdown: negative values render in red, zero values dimmed. Immediate visual
signal for DQS regressions.