aboutsummaryrefslogtreecommitdiff
path: root/tests/test-transcription-start-helpers.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(transcription): extract init-log-file and track-transcriptionCraig Jennings2026-04-191-0/+116
Pull two more helpers out of cj/--start-transcription-process: - cj/--init-log-file: writes the initial log header with timestamp, backend, audio file, script path - cj/--track-transcription: pushes a running-status entry and refreshes the modeline Start-process shrinks from 58 lines with 4 levels of nesting to ~25 lines mostly at depth 1-2. 10 tests cover the extracted helpers.