- Modify the logging system to store all conversation text, code
snippets, and other content in external files within the log/content/
directory.
- The main .text log file now only contains metadata and pointers
to these external content files.
- Update the Go log formatter to read and assemble this distributed
log format for display. This makes the entire system more robust
and avoids parsing/escaping issues.