fix(ci): check out gale external so cross-repo hazard refs resolve (drop unused loom/rivet externals)#40
Merged
Merged
Conversation
…s resolve CI failed: jess hazards H-001/H-004 trace to gale:L-1/gale:H-2, which only resolve when the gale external is present (locally via the gitignored .rivet cache; CI had no siblings → 'gale:L-1 does not exist', 2 errors). - CI rivet-validate now checks out pinned gale (rivet.lock 9c872cc) as a sibling + runs `rivet sync` before validate (the wohl convention). - Dropped the unused loom/rivet externals from rivet.yaml + rivet.lock — only gale: refs exist in jess artifacts, so validate now needs just the gale sibling. Local rivet validate: PASS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
First CI run failed: jess hazards trace to
gale:L-1/gale:H-2, unresolved without the gale external. Fix mirrors wohl's sibling-checkout convention: CI checks out the pinned gale (rivet.lock9c872cc) +rivet syncbefore validate. Also dropped the unused loom/rivet externals (onlygale:refs exist). Localrivet validate: PASS.🤖 Generated with Claude Code