CODI Session Conversations Archive
This directory contains archived Claude Code session exports. Individual conversation files are not tracked in Git due to size (1,200+ files), but this index provides a summary.
Archive Statistics​
- Total Conversations: ~1,282 files
- Date Range: 2025-08-27 to present
- Storage: Local filesystem only
- Backup Strategy: Manual backup recommended
Recent Important Sessions​
September 2025​
20250913T091908-*-orchestrator-session.txt- ORCHESTRATOR SESSION6/7 coordination20250913T090624-*-rust-qa-session1.txt- RUST-QA-SESSION1 CODI2 review20250913T085052-*-rust-qa-session1.txt- RUST-QA-SESSION1 earlier session
Accessing Conversations​
# Find recent conversations
ls -lat .codi/session/conversations/ | head -20
# Search by session ID
ls .codi/session/conversations/ | grep -i "orchestrator"
# Search by date
ls .codi/session/conversations/2025-09-13*
Backup Recommendations​
Due to the volume of conversations (1,200+ files), they are excluded from Git. Consider:
- Cloud Storage: Sync to Google Cloud Storage
- Compressed Archives: Create monthly tar.gz archives
- Selective Backup: Only backup key architectural sessions
File Naming Convention​
Files are renamed by the export watcher:
- Pattern:
YYYYMMDDTHHMMSS-NNNNNN-description.txt - Example:
20250913t091908-688321891-orchestrator-session.txt
The timestamp ensures uniqueness and chronological sorting.