Clarify fast local validation#135
Merged
Merged
Conversation
Document mise run check as the fast local feedback loop while keeping mise run ci as the strict review and landing gate. Add validation parity checks for the check and ci task descriptions, cached Go test usage, and testing docs. Validation: sh ./scripts/test_validation_parity.sh; mise run fix; mise run ci; mise run check; sh ./scripts/test_release_surface_hyard.sh
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
mise run checkas the fast local feedback loop for day-to-day development.mise run cidocumented as the full strict validation gate for review and landing.Linked Issue
Closes #120
Dev Brief Mapping
mise run checkor an equivalent task, is documented as the normal development feedback loop: contributor and maintainer testing docs now introducemise run checkfor day-to-day development.tasks.checkstill runstest:go, nottest:go:ci, and the parity test enforces that boundary.mise run ciremains the full strict validation command and still matches repository testing expectations: docs preservemise run fix+mise run ci;tasks.cistill runs lint, no-cache Go tests, vuln, and shell validation.mise.toml, contributor docs, and maintainer docs now use fast/full strict language.sh ./scripts/test_release_surface_hyard.sh; validation parity checks the command remains documented.What Changed
mise run checkandmise run citask descriptions.scripts/test_validation_parity.shto guard the documented validation contract.Validation
sh ./scripts/test_validation_parity.shmise run fixmise run ci0 issues, Go tests passed, govulncheck found no called vulnerabilities, shell validation passedmise run checksh ./scripts/test_release_surface_hyard.shgoreleaserwas not installedgit diff --checkRisk
Out of Scope
miseas the local task runner.Reviewer Notes