docs: align configuration paths with codewhale home#2413
Merged
Conversation
Contributor
There was a problem hiding this comment.
Hmbown has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the configuration documentation in docs/CONFIGURATION.md to reflect the migration from the legacy ~/.deepseek directory structure to the new ~/.codewhale paths. It details the new default configuration path, environment variables (such as CODEWHALE_CONFIG_PATH and CODEWHALE_HOME), and outlines the legacy fallback behaviors for configurations, tasks, automations, skills, MCP settings, notes, memory, snapshots, and CLI commands. There are no review comments, and we have no feedback to provide.
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
docs/CONFIGURATION.mdto describe~/.codewhale/config.tomlas the primary config path with~/.deepseek/config.tomlas legacy fallbackCODEWHALE_CONFIG_PATH/CODEWHALE_HOMEalongside legacy config-path compatibilityDEEPSEEK_HOMEshould be renamed toCODEWHALE_HOMEfor current state pathsdoctor --cleantargets the current CodeWhale home and needs a one-offCODEWHALE_HOME=~/.deepseekrun for legacy checkpoint cleanupCloses #2322
Validation
git diff --checkrg -n "DEEPSEEK_HOME|Legacy env alias|--clean|CODEWHALE_HOME=~/.deepseek" docs/CONFIGURATION.md