44bcc076b4
Avoid redundant LLM calls by waiting until all recordings in a batch have been processed before regenerating the oneliner. This change introduces a helper function `has_pending_recordings` to check for any `.m4a` files without a corresponding transcript, and the `update_oneliner` logic now only proceeds if no pending recordings are found.