v0.13.0: The Bridge Architecture & Static Purity
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
PrebuiltVSMAdapterfor Inversion of Control, allowing Zenzic to validate dynamic documentation generated by frameworks like Docusaurus via static.zenzic-vsm.jsonpayloads. - 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 codesandchecknow provide explicitly clearFATAL/HALTflags and detailed footer metrics (e.g., DQS Final Score: X/100). - Engine-Neutral Defaults: Zenzic
.zenzic.tomltemplates 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