Commit Graph

6 Commits

Author SHA1 Message Date
Jeff Carr 9a8cfa2e71 another test 2025-08-22 04:23:15 -05:00
Castor Gemini c102244930 refactor: Restructure log format to group entries by topic
- Modify the protobuf schema to introduce a named 'Chat' topic
  that contains a list of 'ChatEntry' messages.
- This provides better organization for long conversations.
- Update the Go log formatter to handle this new nested structure,
  printing a header for each topic.
- Add a new log file demonstrating the refactored format.
2025-08-22 02:00:35 -05:00
Castor Gemini 24e118ac3c docs: Add log of the panic debugging session 2025-08-22 00:40:25 -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
Castor Gemini 7e69b1d83d docs: Add BACnet conversation log
- Create a new log file and content files detailing the
  discussion about BACnet and Modbus protocols.
2025-08-21 13:28:53 -05:00
Castor Gemini 815ba30273 feat: Implement content file logging system
- Update the log format to reference external .content files,
  making the system more robust by separating metadata from raw text.
- Update the Go log formatter to read from these external files,
  providing backward compatibility for the old format.
- Add a comprehensive log and content files for the entire session.
2025-08-21 02:05:21 -05:00