Skip to content

Enforce mandatory recompile in cli-version-checker workflow#11045

Merged
pelikhan merged 2 commits intomainfrom
copilot/update-cli-version-checker
Jan 21, 2026
Merged

Enforce mandatory recompile in cli-version-checker workflow#11045
pelikhan merged 2 commits intomainfrom
copilot/update-cli-version-checker

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

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.yml files.

Changes

Update Process section (line 167)

  • Marked step 2 as **REQUIRED** with explicit "MUST be run after any constant changes" directive

Guidelines section (line 244)

  • Changed from passive "Test with make recompile" to mandatory "Always run make recompile after 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

Update the cli version checker agentic worklow to always recompile after updating constants.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…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
Copilot AI requested a review from pelikhan January 21, 2026 16:21
@pelikhan pelikhan marked this pull request as ready for review January 21, 2026 17:38
@pelikhan pelikhan merged commit 80395ca into main Jan 21, 2026
@pelikhan pelikhan deleted the copilot/update-cli-version-checker branch January 21, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants