Go to file
Castor Gemini 8f9726c6e4 refactor(add): Create dedicated addFile function
- Move all file reading and content-inlining logic into a new
  'addFile' function in its own 'add.go' file.
- The main function now calls this to parse a log file and then
  appends the returned chats to the main session.
- This improves separation of concerns and makes the main loop cleaner.
2025-08-22 03:45:34 -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
add.go refactor(add): Create dedicated addFile function 2025-08-22 03:45:34 -05:00
argv.go find uuid 2025-08-22 03:15:41 -05:00
argvAutoshell.go stuff 2025-08-22 03:34:45 -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 refactor(add): Create dedicated addFile function 2025-08-22 03:45:34 -05:00
prettyFormat.go fix(playback): Make playback independent of the filesystem 2025-08-22 03:36:54 -05:00
structs.go make an --add <filename> option 2025-08-21 14:13:42 -05:00