pub fn load_repo_project_path_override(project_root: &Path) -> Option<String>Expand description
Configuration loading and schema helpers.
Returns a repo-local projectPath override (Ito working directory name).
Precedence (low -> high): ito.json, then .ito.json.
NOTE: This does not consult <itoDir>/config.json to avoid cycles.