-
v0.1.20 Stable
released this
2026-07-03 13:16:28 +00:00 | 1254 commits to main since this release- fix(zerotea): mutation-smoke cron no longer aborts right after the baseline
test. The rotating-sample pipeline usedhead -n N, which closes the pipe
early; underset -o pipefailthe upstream SIGPIPE (exit 141) killed the run
before any mutant was applied. Replaced withawk 'NR<=n'(reads to EOF, no
early close). The clone + baselinezig build testalready worked in-cluster;
this makes the mutate loop actually run.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix(zerotea): mutation-smoke cron no longer aborts right after the baseline