mirror of
https://github.com/digitalsamba/claude-code-video-toolkit.git
synced 2026-09-18 19:41:13 +08:00
e24eacbc27
Patch release. v0.20.0 shipped two entry points that aborted with a NameError before doing any work: - `migrate_to_codex.py` / `migrate_to_kiro.py --force` — undefined `write_text`, dropped by the _migrate_common extraction (#85, thanks @Anai-Guo) - `tools/dewatermark.py --setup` — undefined `get_runpod_config` (#86) Also consolidates the duplicated migrate helpers and adds a Lint Python CI gate for undefined names, which had no coverage before. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>