Skip to content

v0.13.0: The Bridge Architecture & Static Purity

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:13
v0.13.0
e6a65d5

Zenzic Core v0.13.0

This release introduces major architectural shifts to Zenzic, enforcing tighter security policies and bridging external dynamically-generated documentation ecosystems seamlessly.

🚀 Highlights

  • The Bridge Architecture (ADR-080): Introduced PrebuiltVSMAdapter for Inversion of Control, allowing Zenzic to validate dynamic documentation generated by frameworks like Docusaurus via static .zenzic-vsm.json payloads.
  • TOML Strict Validation: Implemented the "TOML Root Key Law" to actively defend against misconfigurations where root keys are swallowed by [tables].
  • CLI UX Refinements: inspect codes and check now provide explicitly clear FATAL/HALT flags and detailed footer metrics (e.g., DQS Final Score: X/100).
  • Engine-Neutral Defaults: Zenzic .zenzic.toml templates and initialization default cleanly to MkDocs, completing the strategic pivot away from Docusaurus.

🛡️ Integrity

Signed, reproducible releases. Code strictly validated with 1403 tests passed.

Full Changelog: v0.12.0...v0.13.0