Support old Codex session format (pre-October 2025)
- codex-detector: Extract cwd from environment_context message for old format
- codex-reader: Handle old format session meta without type field
- codex-reader: Handle top-level function_call entries with embedded apply_patch
- codex-reader: Skip timestamp tracking for entries without timestamps
Old format differences:
- First line: {id, timestamp, git} instead of {type:'session_meta', payload:{...}}
- No timestamps on individual entries
- apply_patch embedded in shell command heredoc
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>