feat(tooling): add exo-dev foundation and route hooks/CI through it - #426
Merged
Merged
Conversation
Introduces the tools/exo-dev crate as the single entry point for pre-commit, pre-push and every CI job (ci-lint, ci-guardrails, pr-policy, ci-dev-scripts, ci-build-debug, ci-build-release), each exposed as a named profile. Unported checks still run as Legacy steps under the strangler pattern, so no behavior is dropped mid-migration. Retires scripts/verify.ps1 and scripts/install-hooks.ps1, whose responsibilities move into exo-dev's hook and profile execution.
Exoridus
marked this pull request as ready for review
September 26, 2026 03:30
Exoridus
enabled auto-merge (squash)
September 26, 2026 03:30
…-lane rewrite 06745dd deleted scripts/lib/ReleaseArtifactIdentity.ps1 wholesale when release-verify moved to candidate lanes, but build-release-artifacts.ps1 still calls Get-ReleasePeSectionHash for the release manifest's per-exe section hashes. No other consumer remained, so the function moves inline instead of resurrecting the file.
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
tools/exo-dev, the Rust replacement for general-purpose PowerShell dev tooling, as a single entry point exposing named profiles (pre-commit,pre-push,ci-lint,ci-guardrails,pr-policy,ci-dev-scripts,ci-build-debug,ci-build-release)..githooks/pre-commit,.githooks/pre-pushand every CI workflow through those profiles.scripts/verify.ps1andscripts/install-hooks.ps1. Unported checks continue to run as Legacy steps under a strangler pattern, so no behavior is dropped mid-migration.Phase A of the v0.10 tooling consolidation. Phase B will port the remaining Legacy steps in small, separate PRs.
Test plan
cargo exo-dev hook pre-commit— greenquick.qml.record_preview_lifecyclefailure was machine state, not this change, by running it in isolation against unmodifiednext(1a7ed8e)