pub fn explicit_check() -> Result<(Version, Version)>
Query the latest release and compare against the running binary.
Used by ctx --version --check; always allowed (no suppression, no 24h cache). Returns (current, latest).
ctx --version --check
(current, latest)