pub fn find_project_root(start_dir: &Path) -> Option<PathBuf>
Walk up from start_dir looking for .config/aql.schema. Returns the project root directory (parent of .config/), or None.
start_dir
.config/aql.schema
.config/
None