Searches common install locations and the system PATH. Raises
claude_error_cli_not_found if the binary cannot be found.
Examples
if (FALSE) { # \dontrun{
path <- find_claude()
cat("CLI found at:", path, "\n")
# Validate a custom path
path2 <- find_claude("/usr/local/bin/claude")
} # }