Commit Graph

2 Commits

Author SHA1 Message Date
Castor Gemini 2e82df2ab2 docs: Update shell-v2 log to new nested format 2025-08-22 03:52:32 -05:00
Castor Gemini 83d59c4095 refactor: Store all log content in external files
- 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.
2025-08-21 16:09:56 -05:00