morpharch 2.2.3

Monorepo architecture drift visualizer with animated TUI
Documentation
// =============================================================================
// tui/mod.rs — Ratatui TUI module declarations
// =============================================================================
//
// interactive terminal interface:
//   app             → Main application state + event loop
//   graph_renderer  → Verlet physics + Canvas graph rendering
//   timeline        → Commit timeline slider widget
//   insight_panel   → Drift score + recommendation panel
//   widgets         → Shared widget helpers
// =============================================================================

pub mod ai_panel;
pub mod app;
pub mod architecture_map;
pub mod graph_renderer;
pub mod insight_panel;
pub mod timeline;
pub mod widgets;