Commit Graph

1 Commits

Author SHA1 Message Date
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