Skip to content

Commit 8549326

Browse files
committed
docs: Update Readme.md
1 parent 869989b commit 8549326

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AsyncReview uses Recursive Language Models (RLM) to go beyond simple diff analys
1515
| 1. Analyze Diff | | [Code] [Issues] |
1616
| 2. Formulate Plan |------>| [PRs] [Comments] |
1717
| 3. Explore Codebase |<------| |
18-
| 4. Verify in Sandbox | | |
18+
| 4. Verify via REPL | | |
1919
+-------------------------+ +-------------------------+
2020
│ ▲
2121
▼ │ (Recursive Loop)
@@ -30,7 +30,7 @@ AsyncReview uses Recursive Language Models (RLM) to go beyond simple diff analys
3030

3131
Most AI review tools only look at the lines changed in a Pull Request (the diff). This leads to shallow feedback and hallucinations about files that don't exist. AsyncReview takes a different approach.
3232

33-
| Other Tools | AsyncReview |
33+
| Other Code Review Tools | AsyncReview |
3434
|-------------|-------------|
3535
| **Limited Context:** Only sees the git diff | **Full Context:** Can read any file in the repo to understand dependencies |
3636
| **Static Analysis:** Guesses how code works | **Agentic Analysis:** Can execute search queries and run verification scripts |
@@ -92,7 +92,7 @@ For private repos, you also need a GitHub token.
9292

9393
AsyncReview is designed to be used as a **Skill** by other agentic providers. It allows them to "see" and "reason" about codebases they don't have local access to.
9494

95-
### ⚡️ Easiest Way: Install via Skills CLI
95+
### Install via Skills CLI
9696

9797
Run this command to automatically add AsyncReview to your agent's capabilities:
9898

0 commit comments

Comments
 (0)