Go to file
Castor Gemini f6e881b064 refactor(playback): Move formatting logic to prettyFormat.go
- Create a new prettyFormat.go file to contain all the detailed
  log formatting and printing logic.
- Simplify doPlayback.go to handle the summary view and call out
  to the new prettyFormatChat function for detailed views.
- This separation of concerns makes the code cleaner and fixes
  compilation errors related to redeclared functions.
2025-08-22 03:26:39 -05:00
resources day1 2025-08-21 10:52:40 -05:00
.gitignore day1 2025-08-21 10:52:40 -05:00
LICENSE GPL 2025-08-22 00:50:20 -05:00
Makefile GPL 2025-08-22 00:50:20 -05:00
argv.go find uuid 2025-08-22 03:15:41 -05:00
argvAutoshell.go make an --add <filename> option 2025-08-21 14:13:42 -05:00
control day1 2025-08-21 10:52:40 -05:00
doPlayback.go refactor(playback): Move formatting logic to prettyFormat.go 2025-08-22 03:26:39 -05:00
exit.go day1 2025-08-21 10:52:40 -05:00
main.go something 2025-08-22 03:22:52 -05:00
prettyFormat.go refactor(playback): Move formatting logic to prettyFormat.go 2025-08-22 03:26:39 -05:00
structs.go make an --add <filename> option 2025-08-21 14:13:42 -05:00