fix(coding-agent): respect CalVer update ordering - #540
Open
code-yeongyu wants to merge 3 commits into
Open
Conversation
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
YYYY.M.D-Nreleases using the repository's revision contract instead of npm prerelease orderingsenpi updatefrom downgrading2026.7.30-2to the older bare2026.7.30release2026.7.30-2release, including detailed changelogs, generated locks, and runtime dependency updatesRoot cause
npm semver treats
2026.7.30-2as a prerelease older than2026.7.30. Senpi's CalVer contract instead treats the bare date as revision 1 and-2,-3, and later suffixes as newer same-day releases.Verification
2026.7.30 > 2026.7.30-2packages/coding-agent/test/version-check.test.ts— 9/9npm run checkCI=1 npm test2026.7.30is not offered as an update to2026.7.30-2Release artifact
2026.7.30-2b4e9cd732762e355a1c71cfb7fb82673d56650947d7fc5aabd444e74833545b0Summary by cubic
Switch Senpi update checks to CalVer ordering (
YYYY.M.D-N) so same‑day revisions sort correctly andsenpi updatewon’t downgrade2026.7.30-2to2026.7.30. Prepares the2026.7.30-2release with refreshed locks, a release/installation guide, and small dependency updates.Bug Fixes
Dependencies
@modelcontextprotocol/sdkto1.30.0.brace-expansionto5.0.8to address GHSA-mh99-v99m-4gvg.2026.7.30-2and regenerated lockfiles.Written for commit 19f6ea1. Summary will update on new commits.