feat(transcribe): add opt-in parakeet-cpp Linux STT backend
Add a selectable `parakeet-cpp` speech-to-text backend that transcribes each
16 kHz mono segment by POSTing a WAV to a supervisor-owned, long-lived
parakeet-server (mudler/parakeet.cpp v0.4.0, OpenAI-compatible
/v1/audio/transcriptions). Structurally the STT-side twin of the bundled
local-LLM provider: an install module (both cpu+vulkan binaries plus a pinned
GGUF, sha256-verified), a connect-only server client, supervisor ownership with
fail-closed-to-CPU device policy and physical-core threads, a backend-gated
doctor readiness check, settings + install-CLI surfaces, and third-party
notices.
Opt-in only: `parakeet` (onnx) stays the default backend and auto-select is
untouched. A retryable "server not ready" signal leaves a segment for a later
pass with no terminal FAILED record and without aborting an --all batch. Linux
only; macOS untouched.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>