Skip to content

Commit 8c84b26

Browse files
docs(#82): Add section on Reviewer Agent and its configuration options (#112)
1 parent a16dc6e commit 8c84b26

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@ This command generates a `stats.csv` file containing the interaction statistics.
171171
The `--stats-output` and `--stats-format` parameters are optional.
172172
If you omit them, `refrax` will output the statistics directly to the console.
173173

174+
## Reviewer Agent
175+
176+
The reviewer agent is responsible for verifying the results of refactoring.
177+
It executes a set of predefined commands to ensure the repository's stability and the correctness of the refactoring changes.
178+
Since the commands may vary between projects, you can configure them using the `--check` option. For example:
179+
180+
```
181+
refrax refactor . --ai=deepseek --check="mvn clean test" --check="mvn qulice:check -Pqulice"
182+
```
183+
184+
Note that multiple `--check` commands can be used.
185+
174186
## License
175187

176188
Licensed under the [MIT](LICENSE.txt) License.

0 commit comments

Comments
 (0)