From 7e402b279d702d5b7545c1267582e0b03e63f660 Mon Sep 17 00:00:00 2001 From: kami Date: Sat, 1 Aug 2026 16:59:33 +0400 Subject: [PATCH] models: drop the self-referential stt/tts symlinks 7ab9b48 committed models/stt and models/tts as symlinks to their own absolute paths: models/stt -> /home/kami/apps/Maven/models/stt They came from an agent worktree under scratchpad/wt, where a link back to the main checkout resolves. In the main checkout it points at itself. Both paths are gitignored, so checking out that commit overwrites the real model directories without warning and git says nothing. On homesrv it destroyed models/stt/ggml-small.bin and the piper voice, and mavsttd crash-looped on the missing whisper model. The directories are host state fetched separately, per deploy/README.md. Nothing under models/stt or models/tts belongs in git. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01TrVSBKe3RFDF4fGYKWYQnX --- models/stt | 1 - models/tts | 1 - 2 files changed, 2 deletions(-) delete mode 120000 models/stt delete mode 120000 models/tts diff --git a/models/stt b/models/stt deleted file mode 120000 index b983fa3..0000000 --- a/models/stt +++ /dev/null @@ -1 +0,0 @@ -/home/kami/apps/Maven/models/stt \ No newline at end of file diff --git a/models/tts b/models/tts deleted file mode 120000 index 66782fb..0000000 --- a/models/tts +++ /dev/null @@ -1 +0,0 @@ -/home/kami/apps/Maven/models/tts \ No newline at end of file