Update Versions - #65
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changepacks/main
branch
from
September 15, 2026 02:43
e1f7437 to
cc673d8
Compare
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.
Changepacks
devup-mcp@0.7.0 → 0.8.0 - crates/devup-mcp/Cargo.toml
Minor
Patch
cargo testholds the manifest to the documents in this tree, so a hand-edited vendored copy fails on its digest; nothing checked whether those documents still match the repository they were copied from. That second drift is caused by another project publishing, so it arrives with no commit here and no pull request notices it - and the copies are exactly whatdevup_skills installwrites on a machine with no network, which is the machine this whole feature exists for. This was not hypothetical: devup-ui's SKILL.md had already moved from b0d61a2d to 3b1c3bff, 16,629 to 20,632 bytes, adding the rule that no .css file belongs in application source and the rule for what devup-ui extracts statically. A bare machine installing from this binary would have been told neither. The new skill-drift job runs weekly and on demand, re-vendors, and opens a pull request carrying the refreshed bytes and a Patch changepack, rather than only turning a scheduled run red - a red scheduled run is a notification nobody acts on, and without the changepack the refresh would fail its own changepack-required gate and sit unreleased. It is deliberately not a pull request gate: failing unrelated pull requests over someone else's publish is the trade devup-ui made by pinning a dependency to latest beside a committed generated file, where every pull request against main went red for a staleness none of them caused.