--- name: Maintain mutations description: Trigger when asked to maintain mutations --- Start with: ```sh mutannot --validate ``` Fix every reported error. Re-run `mutannot --validate` until it succeeds with no errors. If you change mutations, you must run the changed mutations with: ```sh mutannot --run <...> ```