# Organized Claude Conversations This directory contains reorganized conversation sessions from Claude Code exports. ## Structure ``` organized/ ├── _metadata/ │ └── sessions-index.json # Original session metadata ├── sessions-by-date/ │ ├── YYYY-MM-DD_session-XXXXXX/ # Organized by creation date │ │ ├── conversation.jsonl # Main conversation file │ │ ├── agents/ # Sub-agent conversations (if any) │ │ └── tools/ # Tool result files (if any) │ └── ... └── legacy-original/ ├── orphaned-agents/ # Agent files without parent sessions └── flat-sessions/ # Unmapped session files ``` ## Statistics - **Total Sessions Organized:** 19 - **Agent Files Moved:** 58 - **Tool Result Files Moved:** 56 - **Orphaned Agent Files:** 24 - **Total Files:** 160 - **Total Size:** 53.58 MB ## Finding Sessions Sessions are organized by creation date in `sessions-by-date/`. Each directory name follows the pattern: ``` YYYY-MM-DD_session-XXXXXX/ ``` Where: - `YYYY-MM-DD` is the creation date - `XXXXXX` is the first 6 characters of the session UUID ## Legacy Original Files The `legacy-original/` directory contains: - **orphaned-agents/**: Agent files found at root level with no identifiable parent session - **flat-sessions/**: Session files that could not be mapped to metadata ## Large Files The largest conversation file is approximately 11.23 MB. All files were preserved during reorganization. ## Notes - No files were deleted during reorganization - All original .jsonl and .txt files were preserved - Session metadata was extracted from `sessions-index.json` - Sessions without metadata entries were archived in `legacy-original/` --- **Reorganization Date:** 2026-01-19 09:19:49 **Original Location:** `imported-conversations/general-work/claude-projects/`