Feature Request: Keep conversations accessible when project folder is deleted/moved
Resolved 💬 3 comments Opened Feb 4, 2026 by ghost Closed Feb 7, 2026
Problem
When a project folder is deleted or moved, the associated conversations become invisible in the Claude Code app UI, even though the conversation data still exists in ~/.claude/projects/.
This is frustrating because:
- Accidental folder deletion loses access to valuable conversation history
- Moving/renaming projects orphans conversations
- The data is there but inaccessible through the normal UI
Current Behavior
- Start a conversation in
/path/to/project - Conversation data stored in
~/.claude/projects/-path-to-project/ - Delete or move
/path/to/project - Conversation disappears from Claude Code UI (but data remains)
Requested Behavior
Allow conversations to remain visible and usable even when the original project folder no longer exists. Options could include:
- Show orphaned conversations in a separate "Archived" or "Orphaned Projects" section
- Allow re-linking conversations to a new project path
- Prompt user when opening an orphaned conversation: "Original folder not found. Open anyway?"
- Settings option to always show conversations regardless of folder existence
Use Cases
- Cleaning up old project folders while keeping conversation history
- Renaming/reorganizing project directories
- Recovering from accidental deletions
- Archiving projects but keeping conversation access
Environment
- macOS (Claude Code desktop app)
- Conversation data location:
~/.claude/projects/[encoded-path]/
Thank you for considering this feature!
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗