diff options
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -80,6 +80,13 @@ What we're verifying: =C-; a n= (or =M-SPC=) cycles into a detached ai-term (ali - Confirm one is attached (a live =agent [...]= buffer) and one is detached (its =aiv-= tmux session is alive but has no buffer). - Press =C-; a n= repeatedly to cycle through the agents. Expected: the rotation includes the detached agent; landing on it recreates its terminal buffer and reattaches the tmux session (its live output appears), instead of skipping it. Order is stable (by buffer name) and wraps after the last. +*** VERIFY Opening a video from dirvish plays it on repeat (mpv) +What we're verifying: a video opened from dirvish launches mpv with --loop-file=inf so it plays on repeat; non-video external files are unaffected. The routing, predicate, and arg list are unit-tested (15/15) and verified live; this is the visual playback only Craig can confirm. +- In dirvish, put point on a video file (.mp4 / .mkv / .webm) and press RET to open it. +Expected: mpv opens the video and loops it continuously (restarts at the end), detached so Emacs is not blocked. +- Open a non-video external file (a .pdf or .docx) from dirvish. +Expected: it opens in the OS default handler as before, not mpv. +Expected: videos open in mpv on repeat; other external files keep their normal handler. *** VERIFY Google Keep v1 live setup and first fetch What we're verifying: read-only v1 fetches real Keep notes and renders =data/keep.org= once the one-time gkeepapi + master-token setup is done. The code and 27 tests (12 Python + 15 ERT) are green; this is the live-credential step only Craig can run. - Install the client into the interpreter =cj/keep-python= uses: =pip install gkeepapi= (or pipx). |
