zagens-cli 0.7.5

Zagens headless CLI + HTTP/SSE runtime sidecar (`zagens`, `zagens-runtime` binaries)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Re-export shim — diagnostic shapes moved to `zagens-core::lsp::diagnostics`
//! by M3 (Engine-struct strangler step). See
//! [`PR_M0_ENGINE_STRUCT_TO_CORE_SPIKE`](../../../../../docs/tech/adr/PR_M0_ENGINE_STRUCT_TO_CORE_SPIKE.md)
//! §3 row #27 and §6 M3 row for context.
//!
//! Existing call sites (`crate::lsp::DiagnosticBlock`,
//! `crate::lsp::render_blocks`, `crate::lsp::Severity`, etc.) continue to
//! resolve through this shim and the parent `tui::lsp::mod.rs`
//! `pub use diagnostics::{...}` re-export, so no import-path churn is
//! required.

pub use zagens_core::lsp::diagnostics::{Diagnostic, DiagnosticBlock, Severity, render_blocks};