pub fn find_config_path() -> PathBufExpand description
Resolves the config path for read commands: the nearest .robin.json found
by walking up from the current directory, falling back to ./.robin.json
so that “not found” errors still name a sensible location.