File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,18 @@ This command generates a `stats.csv` file containing the interaction statistics.
171171The ` --stats-output ` and ` --stats-format ` parameters are optional.
172172If 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
176188Licensed under the [ MIT] ( LICENSE.txt ) License.
You can’t perform that action at this time.
0 commit comments