Skip to content

v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:20
9af2b3c

πŸ†• 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 json now correctly applies per_file_ignores and
    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.