Expand description
Collection and projection of normalized analysis sessions.
Provider-specific parsing stays in crate::session. This module collects
those crate::models::CodeAnalysis values into the canonical batch JSON
dataset, then projects the same values into the compact summaries rendered
by the TUI, text, and table views.
Re-exports§
pub use aggregator::*;pub use summary::*;
Modules§
- aggregator
- summary
- Aggregated per-provider
analysissummary shared by every frontend.