From d111b3c665c0226d99138be46ca020dd7d6f6b7a Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 21 Sep 2026 07:44:39 +0000 Subject: [PATCH] Trim the TODO.md Completed Steps entry to three lines Drop the raw-SQLite rationale so the entry gives what landed, the date, and the issue URL within the three-line cap. Model: opus-4-8 --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 47373ca..58dc4d0 100644 --- a/TODO.md +++ b/TODO.md @@ -29,9 +29,8 @@ # Completed Steps -- make `scan` refuse an unversioned database that already has a `files` - table with a clear schema-version error instead of a raw SQLite - "table files already exists" (2026-09-21, branch `next`, closes +- refuse an unversioned database that already has a `files` table with + a clear schema-version error (2026-09-21, branch `next`, closes https://git.eeqj.de/sneak/sfdupes/issues/11) - fix the lint-image pin comments and `FROM` form in `Dockerfile` and