v1.5.4 - Claude memories/projects + Copilot CSV import fixes
Fixed
- Claude.ai memories.json import — the real shape (
conversations_memory+project_memories) wasn't recognized; always imported 0. Now correctly extracts both account-level and project-level narratives. - Claude.ai Project export docs — attached content in
docs[].contentwasn't recognized at all. Now imports correctly. - Microsoft Copilot CSV import —
normalize_file()only parsed JSON, so Copilot's CSV export failed immediately. Verified against a real 405-row export: 12 conversations imported correctly, including a fix for same-second timestamp ordering.
See CHANGELOG.md for full details.