Files
quak/test/cli
sneak 530ceeaf76
check / check (push) Successful in 1m11s
Make backup wait for the server refresh and fail when it fails (closes #99)
lib.backup() refreshed through the background loop's refresh, which returns
at once when one is already running and swallows a failure, so a backup
could run on the previous file list, or on an empty cache, and exit 0. It
now uses the refresh fresh() uses: it joins a running refresh or starts
one, and rejects before touching any file when it fails. The CLI's error
wrapper prints that as one line and exits 1.

Model: opus-5-5
2026-09-23 05:45:00 +00:00
..