|
|
|
|
|
by tyrw
765 days ago
|
|
We're required to have code review as part of our SOC2 process, and I assume automated agents wouldn't count. The other end of the spectrum is linting and tests, which catch errors before review. Does Ellipsis have a role between these two? If so, what is the role? |
|
Ellipsis will use your existing lint/test commands when making code changes. For example, you can leave a comment on a PR that says "@ellipsis-dev fix the assertion in the failing unit test" and Ellipsis will run the tests, observe the failure, make the code change, confirm the tests pass, lint-fix the code, and push a commit or new PR