mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
e756a00cc9
sqlite3.connect() opens read-only files without error — the failure only surfaces on the first write (INSERT). Add an upfront os.access() check on both the directory and file, with a clear error showing the owner and the exact chown command to fix it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>