diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 3a8ab7b..d7c36f2 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -297,3 +297,13 @@ NB: эта таска сама уйдёт в следующий cleanup batch (2 --- + +## ⚪ [using-yt-tools-listen-path-shim-investigate] — SKILL.md Prerequisites/Invoke pattern рекомендует `$HOME\.local\bin\yt-dlp.exe` — на DESKTOP-NSEF0UK даёт `SRE module mismatch` (uv-managed cpython-3.12 corrupt). Working path = `$HOME\pipx\venvs\yt-tools\Scripts`. Источник: E2E E1 в `using-yt-tools-listen-test-trigger` STEP 5 — default invoke упал, ручной prepend venv Scripts dir починил. Решить: shim-corruption local или systemic gap в SKILL. + +**Status:** ready +**Where I stopped:** (not started) +**Next action:** (1) `pipx reinstall yt-tools` — фиксит ли локально shim в `~/.local/bin/yt-dlp.exe`? Если да → no SKILL change, dissolve как machine-local. (2) Если systemic → SKILL Prerequisites + Locating binaries добавить fallback `$PIPX_HOME\venvs\yt-tools\Scripts` (или `$HOME\pipx\venvs\yt-tools\Scripts`) ПЕРВЫМ в PATH prepend, перед `$HOME\.local\bin`. Bump PATCH в SKILL frontmatter. +**Branch:** n/a + + +---