Skip to content

Conversation

@majiayu000
Copy link

Fixes #284

Changes

  • Use $XDG_CONFIG_HOME/plandex/v2 for config files (falls back to ~/.config/plandex/v2)
  • Use $XDG_CACHE_HOME/plandex/v2 for cache files (falls back to ~/.cache/plandex/v2)
  • Migrate existing config from legacy ~/.plandex-home-v2/ path automatically
  • Update documentation with new XDG-compliant paths

🤖 Generated with Claude Code

Following the XDG Base Directory Specification, config files are now
stored in $XDG_CONFIG_HOME/plandex/v2/ (defaults to ~/.config/plandex/v2/)
instead of ~/.plandex-home-v2/.

Cache files are now stored in $XDG_CACHE_HOME/plandex/v2/ (defaults to
~/.cache/plandex/v2/).

Includes automatic migration from legacy paths for existing users.

Closes plandex-ai#284

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: majiayu000 <1835304752@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR] write config files into XDG_CONFIG_HOME

1 participant