Deletes Temper's recorded history files.
$ mix temper.clean
Removes every file matching .temper/history-*.jsonl (all
partitions). Useful when the history predates a large refactor and
its evidence no longer says anything about today's tests.
Options
--history GLOB— delete files matching this path or glob instead of the default (also configurable withconfig :temper, history_path: "...")