[codex] Fix jido_agent_os dependency URL#200
Merged
Merged
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
Fix CI dependency installation by moving
jido_agent_osfrom the oldpcharbon70GitHub remote to the publicagentjidoorganization remote.The locked commit is unchanged:
37e59c6e56ca5e303ed5b03a31bff1a28eff9eefWhy
CI failed during
mix deps.getbecause GitHub Actions could not authenticate tohttps://github.com/pcharbon70/jido_agent_os.git. The same locked commit exists inagentjido/jido_agent_os, which is public and fetchable by Actions.Validation
mix deps.getmix format --check-formattedmix compile --warnings-as-errorsMIX_ENV=test mix compile --warnings-as-errorsmix control_plane.verify