From a8d13c543903b2ee9eca628a293653d14cf57ca6 Mon Sep 17 00:00:00 2001 From: bswck Date: Wed, 6 Dec 2023 06:57:09 +0100 Subject: [PATCH] Add `autorefine troubleshoot` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 904c085..c0fc1bb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ from the very beginning to the very end: - `autorefine analyze`—analyze the project with linters and type checkers, - `autorefine roadmap`—create a refactoring roadmap (like https://github.com/CERT-Polska/malduck/issues/110, but with more details available as a specialized document), - `autorefine plan`—create a delivery plan (like in the issue above), -- `autorefine autopilot`—apply automatic fixes and commit them in reviewable chunks with meaningful descriptions, +- `autorefine autopilot`—apply automatic fixes and commit them in reviewable and git-bisectable chunks with meaningful descriptions, +- `autorefine check`—ensure that the tests aren't broken, +- `autorefine troubleshoot`—sync with the test suite and use `git bisect` to find out what fix went wrong, describe the problem, - leave the rest for manual work, - `autorefine finalize`—create a PR (like https://github.com/CERT-Polska/malduck/issues/111) with a detailed description of the changes and a link to the roadmap, delivery plan and all commits.