pub use discover;
pub use collect_cwd_gitignore_patterns;
/// Source content prepared by the caller for in-memory detection.
///
/// Use this with `detect_source_files` when an integration already owns file
/// contents or wants to check generated snippets without reading from disk.