pub fn default_ito_root(workspace_root: &Path) -> PathBufExpand description
Canonical .ito/ path builders.
These helpers intentionally take a ito_path (the configured ito root directory)
so callers do not duplicate .join("changes"), .join("modules"), or ad-hoc
string-based path formatting.