Split cloud config bundle service modules#25668
Merged
joeflorencio-openai merged 1 commit intoJun 2, 2026
Merged
Conversation
89865e5 to
9f51c3a
Compare
2414bdd to
8e23e11
Compare
fdc01ef to
ea0c385
Compare
459e6d8 to
5e6d42d
Compare
3a5ae03 to
4a1e94d
Compare
59c37c3 to
d811d6f
Compare
22e2f68 to
2316ae5
Compare
d811d6f to
af6b975
Compare
2316ae5 to
4a1e94d
Compare
af6b975 to
59c37c3
Compare
bolinfest
approved these changes
Jun 2, 2026
4a1e94d to
46119ed
Compare
59c37c3 to
51d3079
Compare
46119ed to
3c63c79
Compare
f557fe6 to
853341f
Compare
Base automatically changed from
dev/joeflorencio/switch-runtime-cloud-config-bundle
to
main
June 2, 2026 20:19
853341f to
cf4db0a
Compare
Move the monolithic codex-cloud-config implementation into focused modules after the behavior-changing bundle migration. This keeps the preceding PR reviewable as an adaptation of the moved cloud requirements implementation, while this PR is limited to module organization: backend transport, cache, metrics, validation, service orchestration, loader construction, and colocated focused tests.\n\nVerification: just fmt; just test -p codex-cloud-config; git diff --cached --check.
cf4db0a to
065a684
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 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-configimplementation into focused modules.Details
This is the reviewability follow-up after the lineage-preserving migration PRs. The split separates backend transport, loader construction, cache handling, metrics, validation, service orchestration, and focused tests into named files.
Verification:
just fmt;just test -p codex-cloud-config.