the description of the project is not very clear in the README.md
We should replace it with something like:
Overview
FreshEyes helps you review a PR without distracting yourself with the comments that are in the code.
This project clones your repo of interest to your GitHub account. It then installs a bot to successfully clone the PR without the distractions of comments.
How It Works
This tool is designed to streamline the code review process by integrating with GitHub's API. It checks out a pull request (PR) branch, generates patches, and inserts GNU patch(1)-style diff comments, indicating where previous reviewers have left comments. This allows a user to conveniently review a pull request without the distractions of the review comments, enhancing the efficiency of the review process.
The project consists of a Rust-based CLI tool and an API to help clients to connect to our core functions.
the description of the project is not very clear in the README.md We should replace it with something like: