Function load_all_agents_md
Source pub fn load_all_agents_md(start_dir: &Path) -> Vec<(String, PathBuf)>
Expand description
Loads all AGENTS.md files between start_dir and the git root.
§Examples
ⓘlet files = load_all_agents_md(std::path::Path::new("."));