Add /imupdate release knowledge workflow - #31
Merged
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
zuiho-kai
marked this pull request as ready for review
July 31, 2026 04:07
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
zuiho-kai
marked this pull request as draft
July 31, 2026 04:14
zuiho-kai
force-pushed
the
agent/imupdate-skill
branch
from
July 31, 2026 04:21
f17a3cf to
5d2800e
Compare
zuiho-kai
marked this pull request as ready for review
July 31, 2026 04:23
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
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
Add three deliberate update paths:
/imupdate <local-git-path> [target]— derive the old SHA from the baseline, default the new SHA to checkoutHEAD, run deterministic audit, let the host model update evidence-backed facts, then enforce./imupdate <repository-name-or-alias-or-url> [target]— let the host model resolve the canonical repository and version, prefer a configured or temporary checkout, then enter the same machine-audit path. If machine audit is unavailable, report model-only analysis and never claimCLEAN.python tools/audit_vllm_omni_release.py --from ... --to ... --repo ...— keep the original pure machine-rule interface with no LLM and no file edits.Known aliases
vllm-omni,vllmomni, andvllm omniresolve tovllm-project/vllm-omni. Target selection refuses silent downgrades when GitHub's latest stable release is older than an already-audited prerelease.The portable installer introduced by #29 now installs all bundled skills for Codex, Claude Code, and Cursor instead of hard-coding only
imreview.Validation
quick_validate.py plugins/infermatrix-copilot/skills/imupdate— valid807db6eftoD:\omni\vllm-omnicheckoutHEAD0c88f8a0, 414 changed paths and 15 drift issues reportedvllmomnimaps to authoritativevllm-project/vllm-omnimetadata and the local checkout remote matcheshttps://github.com/vllm-project/vllm-omni.gitThis is a UX follow-up to the already-merged #30.