feat(xtask): add package-native mutation gate

Expose a capped mutation command that selects only elected packages, rejects unknown input, propagates mutest failures, and keeps output under the workspace target directory.

req: test/020

req: test/021

req: test/022
This commit is contained in:
slhx agent
2026-07-16 22:40:07 +02:00
parent 5e555f4d93
commit 612a66725f
5 changed files with 112 additions and 6 deletions
+1
View File
@@ -170,6 +170,7 @@ Run these on the final tree before GOAL_DONE:
```sh
cargo run -p hemx-xtask -- test
cargo run -p hemx-xtask -- mutation
cargo check --workspace
cargo test -p hemx-saas-example
cargo test -p hemx-v0-examples