Enforce mandatory recompile in cli-version-checker workflow#11045
Merged
Enforce mandatory recompile in cli-version-checker workflow#11045
Conversation
…nt updates - Mark step 2 as **REQUIRED** with explicit instruction that recompile MUST be run - Update guidelines section to make recompile requirement mandatory - Clarifies that recompile is not optional and must always be run after updating constants Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update cli version checker workflow to recompile after constant updates
Enforce mandatory recompile in cli-version-checker workflow
Jan 21, 2026
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.
The CLI version checker workflow instructed agents to "Run
make recompile" after updating constants, but this was easily skipped or forgotten, leading to stale.lock.ymlfiles.Changes
Update Process section (line 167)
**REQUIRED**with explicit "MUST be run after any constant changes" directiveGuidelines section (line 244)
make recompile" to mandatory "Always runmake recompileafter updating constants to regenerate workflow lock files"Both locations now use bold REQUIRED markers and imperative language to eliminate ambiguity. The lock file regeneration purpose is explicitly stated to help agents understand the dependency.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.