mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-06 22:18:36 +02:00
The section had accumulated incremental edits: defects numbered out of order (1, 2, 3a, 3, 5, 4), closed items mixed into the open table, and "what to do next" spread across four subsections that partly repeated each other. Now it opens with START HERE -- the prioritized next actions and the reason each sits where it does -- followed by open defects only, renumbered 1-5. Closed items move to their own subsection, keeping the faint-mask post-mortem because how it escaped both parity and its own regression test is the instructive part. Adds a table of the completed full runs with their artifacts and row counts, each verified against the file on disk. That exists because the artifacts are the answer to "did we actually cover X" -- relaunching a sweep costs hours and returns nothing new, and this session nearly did exactly that before checking. It also names the two fast confirmations (real_examples_e2e ~2 min, robustness_suite ~3 min) that a later change should run instead. Adds invisible_engine.py:346 as an open defect: it still discards imwrite's success flag, the same shape as the crash fixed in the previous commit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>