pub const ALREADY_LATEST: &str = "ALREADY_LATEST";Expand description
Sentinel substring in the “already latest” error so the CLI/TUI layer can render a calm informational message instead of a scary red error. Kept as a plain string to avoid an error-type refactor.