Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 542 Bytes

File metadata and controls

17 lines (10 loc) · 542 Bytes

conversation-path-migrator

Language: python Source: anthropics/claude-code#37513 Estimated lines: 130

Problem

Claude Code conversations are tied to absolute directory paths and become inaccessible when a project folder is moved or renamed.

Solution

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.

Expected Files

["conversation_migrator.py","README.md"]