1//! Compatibility shim for the Claude Code connector. 2//! 3//! The full parser implementation now lives in `franken_agent_detection`. 4 5pub use franken_agent_detection::connectors::claude_code::ClaudeCodeConnector;