repopilot 0.19.0

Local-first CLI for reviewing Git changes, security boundaries, and blast radius before merge.
Documentation
1
2
3
4
5
use std::path::Path;

pub fn detect_language(path: &Path) -> Option<&'static str> {
    crate::knowledge::language::detect_language_for_path(path)
}