The test guard was flagging false positives when SQLite shm/wal files had their mtime updated from read-only operations (config loading, etc.) without any actual content modification. Now only reports when file size changes, which indicates actual content modification rather than just file access. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>