@@ -84,7 +84,7 @@ Full depth — integrity violation kinds, the `noCoverage` fast path's own
8484history, what "activation" actually means end to end — lives in
8585[ docs/evidence-model.md] ( docs/evidence-model.md ) .
8686
87- > ** v0.2 .0 (latest release) · active development.** SwiftPM and Xcode projects, isolated and
87+ > ** v0.3 .0 (latest release) · active development.** SwiftPM and Xcode projects, isolated and
8888> schemata execution, CI gating, coverage-based test selection, caching,
8989> sharding, and resumable runs. Six operators are enabled by default;
9090> more remain experimental pending further validation — see
@@ -124,7 +124,7 @@ On GitHub Actions, the bundled composite action wraps the tarball recipe
124124above (checksum-verified, attestation-verified) in one step:
125125
126126``` yaml
127- - uses : juntaki/mutantkit@v0.2 .0 # pin an exact release tag
127+ - uses : juntaki/mutantkit@v0.3 .0 # pin an exact release tag
128128` ` `
129129
130130That is the entire effect — install, verify, add to ` PATH`, stop. See
@@ -227,7 +227,7 @@ regression checks, a job summary, and a downloadable report artifact:
227227 with:
228228 fetch-depth: 0 # only needed if you pass ` diff:` below
229229
230- - uses : juntaki/mutantkit@v0.2 .0
230+ - uses : juntaki/mutantkit@v0.3 .0
231231 with :
232232 mode : ci
233233 diff : origin/main # optional — scope planning to lines changed against this ref
0 commit comments