tasks(using-yt-tools): close 2 findings 🟢
- 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) <noreply@anthropic.com>
This commit is contained in:
@@ -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.)_
|
||||
|
||||
<!--
|
||||
Canonical layout. One block per task. Per-task deep context lives in
|
||||
@@ -14,7 +14,7 @@ _Updated: 2026-05-20 (using-yt-tools — 2 new ⚪ findings from concurrent-sess
|
||||
🔵 Blocked — waiting on external input
|
||||
-->
|
||||
|
||||
## ⚪ [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
|
||||
<!-- created-by: vitya@DESKTOP-NSEF0UK / from: OpeItcLoc03/workshop / 2026-05-20 / via: local-file (gitea down) / origin: concurrent CC session post-/reload-plugins -->
|
||||
|
||||
---
|
||||
|
||||
## ⚪ [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
|
||||
<!-- created-by: vitya@DESKTOP-NSEF0UK / from: OpeItcLoc03/workshop / 2026-05-20 / via: local-file (gitea down) / origin: concurrent CC session post-/reload-plugins -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user