Zenzic: Deterministic Document IntegritySub-50ms topological validation and credential scanning for documentation graphs. Zenzic is a strict, deterministic static analysis engine for Markdown and MDX. This extension brings the exact same $O(N)$ validation engine used in your CI/CD pipelines directly into your authoring environment, providing real-time feedback as you type. Thin Client ArchitectureThis extension is a strictly Thin Client. It contains zero parsing logic, zero regex engines, and zero validation rules. It communicates via the Language Server Protocol (LSP) over standard I/O directly with the Zenzic Python binary installed on your system. FeaturesReal-Time Topological ValidationModify a heading in one file, and Zenzic instantly invalidates any broken links pointing to that anchor across your entire workspace using $O(K)$ incremental graph patching.
Instant Credential ScanningHardcoded secrets are flagged in milliseconds using strict RE2 validation, preventing leaks before the file is even saved.
Deterministic Quality Score (DQS)Hover over any diagnostic to see the exact Z-Code, the Document Quality Score penalty, and deterministic remediation guidance directly from the Core engine. RequirementsBecause this is a thin client, you must install the Zenzic Python Core (v0.23.0 or higher) on your machine. We recommend using
To upgrade an existing installation:
Extension SettingsBy default, the extension will look for the If you are using a local virtual environment or a custom installation path, configure the executable path in your workspace or user
Architectural Guarantees
For the full finding taxonomy and architectural documentation, visit zenzic.dev. |