pub fn normalization_notice(raw: &str) -> Option<String>Expand description
A notice when an explicitly-given project name is not already canonical, e.g.
Some("project 'My-Repo' normalized to 'my-repo'"); None when it is unchanged. The
surface (CLI stderr / MCP response) shows it — canonicalization itself never fails.