@@ -29,16 +29,16 @@ A composable code review engine for automated diff analysis.
2929
3030#### Linux/macOS
3131``` bash
32- curl -sSL https://raw.githubusercontent.com/haasonsaas /diffscope/main/install.sh | sh
32+ curl -sSL https://raw.githubusercontent.com/evalops /diffscope/main/install.sh | sh
3333```
3434
3535#### Windows (PowerShell)
3636``` powershell
37- iwr -useb https://raw.githubusercontent.com/haasonsaas /diffscope/main/install.ps1 | iex
37+ iwr -useb https://raw.githubusercontent.com/evalops /diffscope/main/install.ps1 | iex
3838```
3939
4040#### Manual Download
41- Download the latest binary for your platform from the [ releases page] ( https://github.com/haasonsaas /diffscope/releases/latest ) :
41+ Download the latest binary for your platform from the [ releases page] ( https://github.com/evalops /diffscope/releases/latest ) :
4242- Linux: ` diffscope-x86_64-unknown-linux-musl `
4343- macOS Intel: ` diffscope-x86_64-apple-darwin `
4444- macOS Apple Silicon: ` diffscope-aarch64-apple-darwin `
@@ -48,7 +48,7 @@ Download the latest binary for your platform from the [releases page](https://gi
4848
4949#### Homebrew (macOS/Linux)
5050``` bash
51- brew tap haasonsaas /diffscope
51+ brew tap evalops /diffscope
5252brew install diffscope
5353```
5454
@@ -60,13 +60,13 @@ cargo install diffscope
6060### Docker
6161``` bash
6262# Pull the latest image
63- docker pull ghcr.io/haasonsaas /diffscope:latest
63+ docker pull ghcr.io/evalops /diffscope:latest
6464
6565# Run with current directory mounted
66- docker run --rm -v $( pwd) :/workspace ghcr.io/haasonsaas /diffscope:latest review --diff /workspace/pr.diff
66+ docker run --rm -v $( pwd) :/workspace ghcr.io/evalops /diffscope:latest review --diff /workspace/pr.diff
6767
6868# Create an alias for convenience
69- alias diffscope=' docker run --rm -v $(pwd):/workspace ghcr.io/haasonsaas /diffscope:latest'
69+ alias diffscope=' docker run --rm -v $(pwd):/workspace ghcr.io/evalops /diffscope:latest'
7070```
7171
7272## Usage
@@ -358,7 +358,7 @@ jobs:
358358 runs-on: ubuntu-latest
359359 steps:
360360 - uses: actions/checkout@v4
361- - uses: haasonsaas /diffscope@v1
361+ - uses: evalops /diffscope@v1
362362 with:
363363 model: gpt-4o
364364 openai-api-key: ${{ secrets.OPENAI_API_KEY }}
@@ -1019,4 +1019,4 @@ All binaries are automatically built and uploaded with each release.
10191019
10201020## Support
10211021
1022- - GitHub Issues: [ github.com/Haasonsaas /diffscope/issues] ( https://github.com/Haasonsaas /diffscope/issues )
1022+ - GitHub Issues: [ github.com/evalops /diffscope/issues] ( https://github.com/evalops /diffscope/issues )
0 commit comments