Skip to main content

coding_agent_search/connectors/
claude_code.rs

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;