Migrate repository automation to xtask - #6
Merged
Conversation
P4suta
enabled auto-merge (squash)
August 2, 2026 11:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cargo xtaskworkspace member for repository checks, release artifacts, SBOM validation, tag verification, and contained mutation testingjustcommands as thin wrappers and move CI/release workflow logic out of PowerShell.ps1files, pin typos 1.48.0 in CI, and simplify README, rustdoc, ADRs, and project policy textWhy
PowerShell accounted for a disproportionate share of the repository and duplicated behavior across local and GitHub workflows. The mutation runner also embedded C# and custom Win32 FFI. Centralizing automation in Rust makes the behavior testable, keeps the MSRV explicit, and reuses
windows-spawn's ownDropPolicy::KillTreecontainment.The CycloneDX path uses the expanded
windows-spawnpackage manifest so the release SBOM excludes the non-published xtask workspace member.Impact
The public
windows-spawnAPI, MSRV, runtime behavior, and public-api snapshot are unchanged. Existingjustrecipe names remain available, and developers can also callcargo xtask ...directly.Validation
cargo xtask fmtcargo xtask clippycargo xtask testcargo xtask doccargo xtask msrvcargo xtask cross-targetscargo xtask linux-emptycargo xtask public-apicargo xtask supply-chaincargo xtask reusecargo xtask typoscargo xtask coveragecargo xtask package-check --allow-dirtycargo xtask release-candidate --allow-dirtycargo xtask mutants --output target/mutants/smoke -- --listactionlintgit diff --checkgitleaks git . --redact --no-bannergitleaks dir . --redact --no-banner