Move cloud requirements crate to cloud config#24621
Merged
joeflorencio-openai merged 1 commit intoJun 1, 2026
Merged
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
Author
|
recheck |
f9a036b to
7f490c5
Compare
b101656 to
294d540
Compare
9f9cea6 to
d38594c
Compare
294d540 to
9f75a0d
Compare
14a5f59 to
cc9ec27
Compare
9f75a0d to
77a4f11
Compare
cc9ec27 to
fae0096
Compare
77a4f11 to
59169b7
Compare
fae0096 to
ccc0c6a
Compare
3b02af1 to
a625482
Compare
ccc0c6a to
ee9df4f
Compare
a625482 to
c10ad58
Compare
1f13fcf to
4333622
Compare
c10ad58 to
80e1984
Compare
4333622 to
be7117f
Compare
50c1b29 to
a33262f
Compare
c4f0868 to
8aa8462
Compare
a33262f to
f66be22
Compare
f30ddc5 to
c1c5625
Compare
01afd43 to
aec42eb
Compare
ad9e62b to
68181de
Compare
aec42eb to
01df562
Compare
68181de to
b4df089
Compare
36ebbd0 to
a919f8f
Compare
b4df089 to
8640374
Compare
a919f8f to
7be8ebe
Compare
8640374 to
7ac5708
Compare
7be8ebe to
7fe4768
Compare
0d9b613 to
106eae7
Compare
bbf7c52 to
fbfc181
Compare
da3eaef to
5904619
Compare
Base automatically changed from
dev/joeflorencio/cloud-managed-config-layers
to
main
May 31, 2026 22:54
fbfc181 to
06b8025
Compare
Prepare the cloud config bundle migration by moving the existing codex-cloud-requirements crate to codex-cloud-config without changing its runtime behavior. The public loader still fetches legacy cloud requirements for now; the follow-up PR adapts this moved crate to the new config bundle API and switches runtime consumers over. Keeping this step semantic-light gives GitHub a clear file move for the existing loader/cache implementation before the bundle-specific changes land.
06b8025 to
486805b
Compare
bolinfest
approved these changes
Jun 1, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
codex-cloud-requirementscrate tocodex-cloud-config.Details
This PR exists to make the lineage obvious before the bundle migration. GitHub should show the old
codex-rs/cloud-requirements/src/lib.rsimplementation as moved tocodex-rs/cloud-config/src/lib.rs, rather than as unrelated new code.The follow-up PR adapts this moved crate to the new config bundle API and switches runtime consumers over.