//! # MorphArch
//!
//! Monorepo architecture drift visualizer with animated TUI.
//!
//! MorphArch scans Git history, builds per-commit dependency graphs using
//! tree-sitter AST parsing, calculates architecture drift scores, and renders
//! the results as an animated force-directed graph in your terminal.
//!
//! ## Supported Languages
//!
//! - **Rust** — `use` / `extern crate` statements
//! - **TypeScript** — `import ... from` statements
//! - **Python** — `import` / `from ... import` statements
//! - **Go** — `import` declarations