Usage: zenzic check all [OPTIONS] [PATH]
Run all checks: links, orphans, snippets, placeholders, assets, references.
Optionally pass PATH to scope the audit to a single Markdown file or a custom directory (e.g. ``README.md``, ``content/``). Zenzic auto-selects the StandaloneAdapter when the target lives outside the configured docs directory.
Treat warnings as errors (exit non-zero on any warning).
Output format: text, json, or sarif. [default: text]
Always exit 0; report issues without failing.
Minimal one-line output for pre-commit hooks.
Override the build engine adapter (e.g. mkdocs, zensical). Auto-detected from .zenzic.toml when omitted.
Additional directories to exclude from scanning (repeatable).
Directories to force-include even if excluded by config (repeatable). Cannot override system guardrails.
Show info-level findings (e.g. circular links) in the report.
Force flat URL resolution for offline builds.
Skip HTTP validation of external URLs (Pass 3). For air-gapped / offline environments. Credential scanner (Z201) always active regardless of this flag.
Bypass external URL validation for URLs matching this prefix (repeatable). Merged with excluded_external_urls from .zenzic.toml at runtime.
Sovereign truth-seeking mode: ignore all suppressible bypasses (inline zenzic-ignore and governance.per_file_ignores).
