# Imported Claude Conversations - Index **Import Date:** 2026-01-17 **Source:** C:\Users\MikeSwanson\.claude\projects **Total Files:** 643 JSONL files **Total Size:** 285 MB **Projects Imported:** 11 projects (1 project skipped: D--ClaudeTools) --- ## Directory Structure ``` imported-conversations/ ├── auto-builder/ # 217 files, 85 MB ├── auto-claude-variants/ # 166 files, 42.5 MB │ ├── ac-plus/ # 36 files, 1.7 MB │ ├── acpp-v4/ # 21 files, 3.0 MB │ ├── acpp-original/ # 8 files, 696 KB │ ├── ui-backend/ # 16 files, 140 KB │ └── autocode-remix-fork/ # 85 files, 37 MB └── general-work/ # 166 files, 138.8 MB ├── claude-projects/ # 102 files, 54 MB ├── claude-general/ # 47 files, 78 MB └── home-directory/ # 17 files, 6.8 MB Note: msp-tools/ moved to D:\ClaudeTools\projects\msp-tools\ ``` --- ## Project Summaries ### Auto Builder (217 files, 85 MB) **Source:** `C--Users-MikeSwanson-AutoBuilder-My-Auto-Builder` **Organized As:** `auto-builder/` Primary development conversations for the AutoBuilder project - an automated build system for Claude-based projects. This represents the largest single project collection with extensive development history. **Key Topics:** - Build automation - Project scaffolding - CI/CD workflows - Development tooling --- ### MSP Tools (94 files, 20.1 MB) - MOVED **Original Location:** `imported-conversations/msp-tools/` **New Location:** `D:\ClaudeTools\projects\msp-tools/` **Moved Date:** 2026-01-17 Managed Service Provider (MSP) tooling and infrastructure projects have been moved to the projects directory for active development. **Contents:** - guru-rmm (54 files, 14 MB) - RMM system development - guru-connect (40 files, 6.1 MB) - MSP connectivity and integration See `D:\ClaudeTools\projects\README.md` for current project documentation. --- ### Auto-Claude Variants (166 files, 42.5 MB) **Source:** Multiple ACPP/ACPlus projects **Organized As:** `auto-claude-variants/` Various iterations and forks of automated Claude coding assistants. Represents evolution of auto-coding tools. #### ac-plus (36 files, 1.7 MB) **Source:** `C--Users-MikeSwanson-claude-projects-ACPlus-auto-claude-plus` Auto Claude Plus - enhanced version of automated Claude assistant. **Key Topics:** - Enhanced automation features - Workflow improvements - Tool extensions #### acpp-v4 (21 files, 3.0 MB) **Source:** `C--Users-MikeSwanson-claude-projects-ACPP-AutoCoderPlus4` AutoCoder Plus Plus version 4 - fourth iteration of the ACPP project. **Key Topics:** - Version 4 features - Performance optimizations - API improvements #### acpp-original (8 files, 696 KB) **Source:** `C--Users-MikeSwanson-claude-projects-ACPP-AutoCoder-Plus-Plus` Original AutoCoder Plus Plus - baseline implementation. **Key Topics:** - Original architecture - Core features - Foundation concepts #### ui-backend (16 files, 140 KB) **Source:** `C--Users-MikeSwanson-AppData-Local-Programs-auto-claude-ui-resources-backend` Backend services for auto-claude UI application. **Key Topics:** - Backend API development - UI integration - Service layer design #### autocode-remix-fork (85 files, 37 MB) **Source:** `C--Users-MikeSwanson-claude-projects-Autocode-remix-Autocode-fork` Forked and remixed version of Autocode project. Second-largest variant collection. **Key Topics:** - Autocode customization - Fork-specific features - Remix patterns --- ### General Work (166 files, 138.8 MB) **Source:** General Claude project directories **Organized As:** `general-work/` General-purpose Claude conversations not specific to a single project. #### claude-projects (102 files, 54 MB) **Source:** `C--Users-MikeSwanson-claude-projects` Primary claude-projects workspace conversations. Second-largest general work collection. **Key Topics:** - Multi-project work - General development - Exploration and prototyping - Cross-project patterns #### claude-general (47 files, 78 MB) **Source:** `C--Users-MikeSwanson-Claude` General Claude workspace conversations. Largest general work collection by size. **Key Topics:** - General assistance - Ad-hoc development - Learning and exploration - Miscellaneous tasks #### home-directory (17 files, 6.8 MB) **Source:** `C--Users-MikeSwanson` Conversations from home directory workspace. **Key Topics:** - Personal projects - System configuration - File organization - Home directory tasks --- ## Import Statistics ### Files by Category (in imported-conversations) - Auto Builder: 217 files (39.5%) - Auto-Claude Variants: 166 files (30.2%) - General Work: 166 files (30.2%) - MSP Tools: 94 files (moved to projects/) ### Size by Category - General Work: 138.8 MB (48.7%) - Auto Builder: 85 MB (29.8%) - Auto-Claude Variants: 42.5 MB (14.9%) - MSP Tools: 20.1 MB (7.1%) ### Top 5 Largest Projects 1. claude-general: 78 MB 2. auto-builder: 85 MB 3. claude-projects: 54 MB 4. autocode-remix-fork: 37 MB 5. guru-rmm: 14 MB --- ## File Format All files are in JSONL (JSON Lines) format: - Each line is a valid JSON object - Represents individual conversation messages - Standard Claude conversation export format - Can be processed line-by-line for analysis --- ## Usage Notes ### Accessing Conversations ```bash # List all conversations in a project ls -lh imported-conversations/auto-builder/ # Count conversations in MSP tools find imported-conversations/msp-tools/ -name "*.jsonl" | wc -l # Search for specific topics grep -r "FastAPI" imported-conversations/ ``` ### Integration with ClaudeTools These conversations can be analyzed and indexed into the ClaudeTools context recall system for: - Learning from past development patterns - Extracting reusable code snippets - Understanding project evolution - Building knowledge base ### Future Enhancement Ideas - Parse JSONL files to extract key decisions - Index conversations into context_snippets table - Create searchable knowledge base - Extract common patterns and solutions - Build project evolution timeline --- ## Skipped Projects **D--ClaudeTools (85 files)** - Skipped per user instruction to avoid circular import of current project. --- ## Maintenance ### Updating Imports To re-import or update conversations: ```bash # Re-run import from source cp -r "C:\Users\MikeSwanson\.claude\projects\[PROJECT_NAME]"/* \ "D:\ClaudeTools\imported-conversations\[DESTINATION]/" ``` ### Backup Recommendations - Source location: `C:\Users\MikeSwanson\.claude\projects` - Keep source intact as backup - Consider periodic exports of active projects - Version control for critical project conversations --- ## Related Documentation - **IMPORT_MANIFEST.json** - Detailed import metadata and file mappings - **D:\ClaudeTools\.claude\CLAUDE.md** - Main project documentation - **SESSION_STATE.md** - Current project state and history --- **Last Updated:** 2026-01-17 **Import Status:** Complete **Verification:** All 643 files successfully copied and organized