Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One capture · claude-code

One read of Claude Code CLI

1 pages moved out of 195 read.

claude-code-20260915T193701Z

Pages moved 1 significant first
Pages read 195 in this capture
Captured 19:37 UTC
Corpus hash 806e9e1e05fc corpus-hash

What this read moved

1–1 of 1

code-review Changed · +1 / -1 lines

from line 169
169169 
170170`REVIEW.md` is a file at your repository root that tailors Code Review to your repo. The agents in the review pipeline that find and verify findings receive its contents as your repository's review instructions, alongside Code Review's default review guidance, and the agents that rank and report findings consult it before settling severity and writing the review.
171171 
172The agents read the file's text as-is, so `REVIEW.md` is plain instructions: [`@` import syntax](/docs/en/memory#import-additional-files) is not expanded, and referenced files are not read along with it. Put the rules you want enforced directly in the file.
172Put the rules you want enforced directly in `REVIEW.md`.
173173 
174174#### What you can tune
175175