chore: bundle ryl 0.21.0 and automate the pin bump - #32
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
The bundled binary was pinned at 0.18.1 from June while ryl reached 0.21.0, because nothing in either repo moved the pin. bump-ryl.yml now opens that PR from a ryl_release dispatch or a weekly schedule, and --update-checksums cross-checks its hashes against the release's own SHA256SUMS. Closes #30 Claude-Session: https://claude.ai/code/session_012MpR5SKipZeoPRAavuUD2Z
owenlamont
force-pushed
the
chore/bundle-ryl-0.21-automate-pin-bump
branch
from
September 6, 2026 10:28
47b812b to
b459aa0
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.
Closes #30.
What changed
RYL_VERSION0.18.1 -> 0.21.0, checksums regenerated.--update-checksumsnow cross-checks every hash against the release'sSHA256SUMSandaborts on a mismatch, so a regenerated pin can only record what ryl published.
bump-ryl.ymlraises that bump itself, on aryl_releasedispatch(ci: notify ryl-vscode of a release so it bumps its pin ryl#423) plus a Monday fallback. Pin and checksums only.
Verification beyond CI
--update-checksumspointed at v0.20.0'sSHA256SUMS: exits 1, leavesryl-checksums.jsonuntouched..config/ryl.tomlis discovered by the 0.21.0 binary, which is all[Issue] VSCode extension - Does not detect
.config/ryl.tomlryl#399 ever was.Where to focus review
bump-ryl.ymlandupdate.ymlnow passAUTH_APP_CLIENT_IDtoclient-idrather thanthe deprecated
app-id.Unproven until a real run, soNo verification needed:workflow_dispatchone aftermerge.
create-github-app-token'slib/main.jsat the pinnedSHA passes
appId: clientId, so both inputs are the same field and the rename cannotchange behaviour.
settings and commands do not.
Skills used
docs— Claude
https://claude.ai/code/session_012MpR5SKipZeoPRAavuUD2Z