From dc8db38f688ef6a7d6db19fc4e9c6f6e21e746ab Mon Sep 17 00:00:00 2001 From: vitya Date: Wed, 20 May 2026 14:44:18 +0300 Subject: [PATCH] =?UTF-8?q?tasks(using-yt-tools):=20close=202=20findings?= =?UTF-8?q?=20=F0=9F=9F=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - skill-body-venv-invocation: venv activation documented in Prerequisites, step 0 added to flows, v0.2.2→0.2.3 - windows-powershell-path-doc-fix: README now covers both bash+PowerShell subshells, v0.1.5→0.1.6 Co-Authored-By: Claude Opus 4.7 (1M context) --- .tasks/STATUS.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 8a40346..a074d41 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -1,5 +1,5 @@ # Task Board -_Updated: 2026-05-20 (using-yt-tools — 2 new ⚪ findings from concurrent-session observation: skill-body-venv-invocation, windows-powershell-path-doc-fix. Prior closure of cluster stands; surface gaps in env-bootstrap docs.)_ +_Updated: 2026-05-20 (using-yt-tools — 2 findings closed 🟢: skill-body-venv-invocation v0.2.2→0.2.3, windows-powershell-path-doc-fix v0.1.5→0.1.6. Both concurrent-session gaps resolved.)_ -## ⚪ [using-yt-tools-skill-body-venv-invocation] — SKILL.md не документирует venv-activation / full-path CLI invocation; concurrent сессия после `/reload-plugins` упёрлась в `command not found` на bare `yt-frames`. +## 🟢 [using-yt-tools-skill-body-venv-invocation] — SKILL.md не документирует venv-activation / full-path CLI invocation; concurrent сессия после `/reload-plugins` упёрлась в `command not found` на bare `yt-frames`. **Observed (2026-05-20):** в concurrent CC-сессии (после `/reload-plugins` + Skill(using-yt-tools)) агент попытался Flow B напрямую — `yt-frames URL --timestamps ...` через Bash. Результат: `bash: yt-frames: command not found`. Далее `Get-Command yt-frames` пусто. Агент попытался `python -m pip install -e ~/projects/.common/lib/yt-tools/` в **системный** Python — wrong path (ломает global env, дублирует уже-настроенный venv в `.common/lib/yt-tools/.venv/`). @@ -29,15 +29,15 @@ _Updated: 2026-05-20 (using-yt-tools — 2 new ⚪ findings from concurrent-sess - bump `version: 0.2.2` → `0.2.3` (PATCH — docs-fix без поведенческих изменений). - `scripts/install.ps1 -Names using-yt-tools` пройден, новая версия в `~/.claude/skills/using-yt-tools/`. -**Status:** ready -**Where I stopped:** заведено по real-time observation в concurrent CC сессии (2026-05-20) -**Next action:** Edit SKILL.md Prereq + Steps; bump version; reinstall. +**Status:** done (2026-05-20) +**Where I stopped:** done +**Closed by:** commit `971bcd9` — SKILL.md Prereq теперь содержит explicit table с двумя вариантами (activate venv vs full-path), Flow A и Flow B имеют шаг 0 (активация venv), version bump 0.2.2→0.2.3, reinstall пройден. **Branch:** master --- -## ⚪ [using-yt-tools-windows-powershell-path-doc-fix] — README warn про restart-shell-after-winget покрывает только git-bash subshell CC, та же проблема симметрично у PowerShell-subshell. +## 🟢 [using-yt-tools-windows-powershell-path-doc-fix] — README warn про restart-shell-after-winget покрывает только git-bash subshell CC, та же проблема симметрично у PowerShell-subshell. **Observed (2026-05-20):** в concurrent CC-сессии PowerShell-subshell не видел ffmpeg (`where.exe ffmpeg` → `INFO: Could not find files`), хотя ffmpeg уже установлен через `winget install Gyan.FFmpeg` на user PATH. Симметричная проблема: env унаследован от родительского shell процесса CC, до его рестарта новый user-PATH не подтягивается ни в bash-subshell, ни в PowerShell-subshell. @@ -48,9 +48,9 @@ _Updated: 2026-05-20 (using-yt-tools — 2 new ⚪ findings from concurrent-sess - bump `~/projects/.common/lib/yt-tools/pyproject.toml` version `0.1.5` → `0.1.6` (PATCH — docs-only). - commit в `.common`. -**Status:** ready -**Where I stopped:** заведено по real-time observation в concurrent CC сессии (2026-05-20) -**Next action:** Edit README warn-block; bump pyproject; commit. +**Status:** done (2026-05-20) +**Where I stopped:** done +**Closed by:** commit `ec9784d` в `.common` — README.md warn-block теперь explicitly покрывает **оба** shell flavors (git-bash И PowerShell), pyproject.toml bump 0.1.5→0.1.6. **Branch:** master