chore: bump goose backend pin to 616cdce9 - #330
Merged
Merged
Conversation
morgmart
approved these changes
Sep 16, 2026
morgmart
left a comment
Collaborator
There was a problem hiding this comment.
🤖 Automated code review
APPROVE. The exact three-dot comparison only updates the supported Goose backend lock to one immutable upstream commit. No publishable changed-line findings remain. Supplied GitHub check evidence is structurally valid; required checks still govern merge readiness.
Deterministic publication result: 0 blocking and 0 non-blocking inline finding(s) publishable; 0 duplicate(s) suppressed; 0 blocking screenshot-evidence requirement(s) in this review body.
Pending checks: 3 check(s) are not complete.
This approval reflects the completed code review only; merge readiness remains governed by the repository's required checks.
3 tasks
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.
Category: infrastructure
User Impact: Berd's bundled Goose backend now builds from upstream commit 616cdce9898b79b8b9eae601b005d2e11bf4e0b7.
Problem: The pinned Goose backend in
goose-backend.lock.jsonpointed at an older upstream commit, so dev runs and release bundles kept using stale backend behavior.Solution: Resolved the requested SHA against the aaif-goose upstream repo via
scripts/update-goose-backend-lock.shand repinnedgoose-backend.lock.jsonto it. This lock controls the default backend used byjust setup,just dev, andjust bundle.File changes
goose-backend.lock.json
Updated
refandcommitto pin the Goose backend at 616cdce9898b79b8b9eae601b005d2e11bf4e0b7 (resolved directly from the SHA, sorefequals the commit).