It seems like code_ownership delegates to codeowners-rs and displays runtime errors unchanged, so when running codeownership validate --skip-autocorrect with an out-of-date file, the error message is
RuntimeError:
CODEOWNERS out of date. Run `codeowners generate` to update the CODEOWNERS file
But trying to run that results in command not found: codeowners (unless codeowners-rs is separately installed, maybe?), and the command I need to run to fix it is codeownership validate -- would it be possible to use an error message specific to this Ruby wrapper instead?