//! Adapter trait + per-tool integrations.
//!
//! Each adapter knows how to detect, install into, configure, and parse session
//! logs from one AI coding tool (Claude Code, Cursor, Aider).
pub use AiderAdapter;
pub use ClaudeCodeAdapter;
pub use CursorAdapter;
pub use AdapterRegistry;
pub use ;
pub use ;