From 242ba568ed7dceb80690127c0fd2d30ff82a706b Mon Sep 17 00:00:00 2001 From: bradautomates Date: Mon, 29 Jun 2026 23:19:16 +1000 Subject: [PATCH] Bump version to 0.2.0 Frame dedup and Whisper auto-chunking are user-facing feature additions, so bump the minor version across the three in-sync version files (SKILL.md frontmatter, .claude-plugin/plugin.json, .codex-plugin/plugin.json). Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- skills/watch/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7d99d9f..2d0c824 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "watch", - "version": "0.1.3", + "version": "0.2.0", "description": "Let Claude watch a video. Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls captions or falls back to Whisper, and hands frames + transcript to Claude so it can answer questions about the video.", "author": { "name": "Bradley Bonanno" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index da4f9e7..5c1f569 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "watch", - "version": "0.1.3", + "version": "0.2.0", "description": "Let Claude watch a video. Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls captions or falls back to Whisper, and hands frames + transcript to Claude so it can answer questions about the video.", "author": { "name": "Bradley Bonanno" diff --git a/skills/watch/SKILL.md b/skills/watch/SKILL.md index 00e3001..cb8b072 100644 --- a/skills/watch/SKILL.md +++ b/skills/watch/SKILL.md @@ -1,6 +1,6 @@ --- name: watch -version: "0.1.3" +version: "0.2.0" description: Watch a video (URL or local path). Downloads with yt-dlp, extracts auto-scaled frames with ffmpeg, pulls the transcript from captions (or Whisper API fallback), and hands the result to Claude so it can answer questions about what's in the video. argument-hint: " [question]" allowed-tools: Bash, Read, AskUserQuestion