//! Output rendering - from ranked tags to terminal/text output.
//!
//! Supports multiple rendering modes:
//! - Directory mode: hierarchical symbol overview with badges
//! - Tree mode: code snippets with syntax highlighting
//!
//! Optimizes for token budget via binary search.
pub use ;
pub use DirectoryRenderer;
pub use TreeRenderer;