Question about project plans

Do you mean the change to output a tsv file that can be uploaded to the bulk submission tool? Then yes, that indeed has not yet been done. For now it’s just a txt file with one sentence per line. It’s basically just whatever gets logged to the console. It probably would be fine to just adjust that log to be a tsv but then it might be more flexible to only do it as tsv when a special flag is passed. Then we could pass that only in the Github Actions and for anything else the output would not change. The source itself could be auto-generated easily with the actual source (“Wikipedia”, …) and the date for example.

Automatic upload might be nice, but IMHO not worth implementing given the volume. But then that also depends on the process behind it, as it would probably always be one person uploading these (needs to be someone who is trusted to not introduce changes).