[config-dir-clarify] docs(readme): fix config dir to ~/.code; clarify ~/.codex precedence#182
Closed
just-every-code wants to merge 1 commit into
Closed
[config-dir-clarify] docs(readme): fix config dir to ~/.code; clarify ~/.codex precedence#182just-every-code wants to merge 1 commit into
just-every-code wants to merge 1 commit into
Conversation
|
Still doesn't clarify what happens when both of |
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.
Fixes #181
This PR corrects misleading configuration directory references in the README and clarifies precedence between legacy and fork paths.
What changed
~/.coderwith~/.codein two spots:~/.codex/*(if present) or defaults to~/.code/*".~/.code/auth.json(still reads legacy~/.codex/auth.json).Why
CODE_HOME/CODEX_HOME, then falls back to:~/.codexif it exists (backward compatibility), otherwise~/.code(fork default).~/.coder, which is unrelated to config resolution.References
codex-rs/core/src/config.rs(find_codex_home) uses~/.codexif present, else~/.code.Validation
./build-fast.shfrom repo root; build completed successfully with no warnings or errors.Impact
Auto-generated for issue #181 by a workflow.
Author: @github-actions[bot]