22
33Automatic code review for git commits using AI agents (Claude Code, Codex, Gemini, Copilot, OpenCode).
44
5- ![ TUI Queue View] ( docs/screenshots/tui-queue.png )
5+ ![ TUI Queue View] ( https://raw.githubusercontent.com/roborev-dev/roborev- docs/main/src/assets /screenshots/tui-queue.png)
66
77## Installation
88
99``` bash
10- curl -fsSL https://raw.githubusercontent.com/wesm/ roborev/main/scripts /install.sh | bash
10+ curl -fsSL https://roborev.io /install.sh | bash
1111```
1212
1313Or with Go:
1414
1515``` bash
16- go install github.com/wesm /roborev/cmd/roborev@latest
16+ go install github.com/roborev-dev /roborev/cmd/roborev@latest
1717```
1818
1919Ensure ` $GOPATH/bin ` is in your PATH:
@@ -395,7 +395,7 @@ The interactive terminal UI (`roborev tui`) provides a real-time view of the rev
395395
396396Filter to a single repository with ` f ` , or hide completed reviews with ` h ` to focus on items needing attention
397397
398- <img src =" docs/screenshots/tui-filter.png " width =" 75% " alt =" Filter Modal " >
398+ <img src =" https://raw.githubusercontent.com/roborev-dev/roborev- docs/main/src/assets /screenshots/tui-filter.png" width =" 75% " alt =" Filter Modal " >
399399
400400** Review/Prompt View:**
401401
@@ -410,7 +410,7 @@ Filter to a single repository with `f`, or hide completed reviews with `h` to fo
410410
411411Reviews display a ** Verdict** (Pass/Fail) parsed from the AI response, with color coding for quick triage.
412412
413- <img src =" docs/screenshots/tui-review.png " width =" 75% " alt =" Review View " >
413+ <img src =" https://raw.githubusercontent.com/roborev-dev/roborev- docs/main/src/assets /screenshots/tui-review.png" width =" 75% " alt =" Review View " >
414414
415415## Streaming Events
416416
@@ -543,7 +543,7 @@ The sync will never be left in an inconsistent state where it thinks data was sy
543543## Development
544544
545545``` bash
546- git clone https://github.com/wesm /roborev
546+ git clone https://github.com/roborev-dev /roborev
547547cd roborev
548548go test ./...
549549make install # Installs with version info (e.g., v0.7.0-5-gabcdef)
0 commit comments