All checks were successful
Two bugs preventing sidecar from starting: 1. Directory was "sidecar-sidecar-v1.0.3" (double prefix) because sidecar_dir_for_version() prepended "sidecar-" to a version that already contained it. Now uses the tag directly as the dir name. 2. After a crash, the Python InstanceLock PID file at ~/.local-transcription/app.lock remained, blocking the next launch with "Another instance is already running". Now clears the stale lock file before spawning the sidecar. Also fixed cleanup_old_versions() and tests to match the corrected directory naming. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>