Edit event data programmatically

Hello, I’m developing an mac friendly tmux-editor watcher based on akohlbecker/aw-watcher-tmux

I’m logging the git repo of the current session and noticed a problem today, I renamed my fork of aw-watcher-tmux to aw-watcher-tmux-editor and would like to rename all earlier events that are already logged programmatically. Is this possible? Or is there perhaps at least a file containing all events that I can edit a little?

I guess that one solution would be exporting the bucket, edit all events and then import it again. But I would like to not have to use the UI as I want a script doing it if I change a name again.