Language: python Source: anthropics/claude-code#37513 Estimated lines: 130
Claude Code conversations are tied to absolute directory paths and become inaccessible when a project folder is moved or renamed.
A Python CLI tool that takes old and new directory paths, moves the conversation data under ~/.claude/projects/ to the new path key, and rewrites absolute paths inside JSONL files.
["conversation_migrator.py","README.md"]