Function load_agents_md
Source pub fn load_agents_md(start_dir: &Path) -> Option<(String, PathBuf)>
Expand description
Loads the closest AGENTS.md at or above start_dir, stopping at the git root.
§Examples
ⓘlet loaded = load_agents_md(std::path::Path::new("."));