mutannot/skills/maintain-mutations/SKILL.md
2026-04-29 07:34:07 +02:00

442 B

name description
Maintain mutations Trigger when asked to maintain mutations

Start with:

mutannot <path/to/test-project.fsproj> --validate

Fix every reported error. Re-run mutannot <path/to/test-project.fsproj> --validate until it succeeds with no errors.

If you change mutations, you must run the changed mutations with:

mutannot <path/to/test-project.fsproj> --run <mutation id 1> <mutation id 2> <...>