From 9e652a5c197f3aae683d7dd64345cdb4472d4e7f Mon Sep 17 00:00:00 2001 From: OpeItcLoc03 Date: Mon, 25 May 2026 12:35:52 +0000 Subject: [PATCH] meta(tasks): create [using-yt-tools-listen-path-shim-investigate] in OpeItcLoc03/claude-skills --- .tasks/STATUS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + +---