Files
Conal Mullan e24eacbc27 Release v0.20.1: fix NameError crashes in the Codex/Kiro migrations and dewatermark --setup
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>
2026-09-08 22:08:20 +01:00
..