From ae9bb72f8e6b9fdb3bca9f04f51dfdc107ed17a9 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 17 Sep 2025 08:27:51 +0300 Subject: [PATCH] docs: improve clarity and consistency in Qodo Merge documentation --- docs/docs/qodo-merge-cli/index.md | 12 ++++++------ docs/docs/qodo-merge-cli/installation.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/qodo-merge-cli/index.md b/docs/docs/qodo-merge-cli/index.md index b9f228e8..971d1878 100644 --- a/docs/docs/qodo-merge-cli/index.md +++ b/docs/docs/qodo-merge-cli/index.md @@ -7,18 +7,18 @@ Review, implement, and manage Qodo Merge suggestions without leaving your develo ## Mission -The CLI can bridge the gap between Qodo Merge feedback and code implementation in your terminal workflow: +The CLI can bridge the gap between Qodo Merge feedback and code implementation in your local enviroment: -- **Seamlessly generating and managing PR suggestions** without context switching +- **Seamlessly generate and manage PR suggestions** without context switching - Remote Suggestions: Fetches Qodo Merge suggestions from your Git Environment - Local Suggestions: Get real-time suggestions against your local changes - **Interactive review and implementation** of AI feedback directly in your terminal -- **Tracking implementation status** of each suggestion (pending/implemented/declined) +- **Track implementation status** of each suggestion (pending/implemented/declined) ## Remote Suggestions Flow -1. Open a Pull Request and receive Qodo Merge feedback +1. Open a Pull Request on your Git environment and receive Qodo Merge feedback 2. Pull the remote suggestions into your terminal with Qodo Merge CLI -3. Review, explore details, and implement suggestions interactively +3. Explore, Review, and implement suggestions interactively 4. Commit changes back to your branch seamlessly ## Local Suggestions Flow @@ -26,7 +26,7 @@ Work in progress - coming soon! ## Quick Start -1. **[Install](installation.md)** Qodo Command +1. **[Install](installation.md)** Qodo Merge CLI 2. **[Usage](usage.md)** - Navigate, explore, and implement suggestions --- diff --git a/docs/docs/qodo-merge-cli/installation.md b/docs/docs/qodo-merge-cli/installation.md index 1133b5f0..81ca472b 100644 --- a/docs/docs/qodo-merge-cli/installation.md +++ b/docs/docs/qodo-merge-cli/installation.md @@ -1,6 +1,6 @@ # Installation -> Currently for remote suggestions, Qodo Merge has to be installed and active on your Git repository (GitHub / GitLab), and provide code suggestions in a table format for your Pull Requests (PRs). +> For remote suggestions, Qodo Merge needs to be installed and active on your Git repository (GitHub / GitLab), and provide code suggestions in a table format for your Pull Requests (PRs). ## Install Qodo Command