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