Status
Confirmed inspection gap; the reported external artifact has not yet been independently examined here.
Observed behavior
Workspace adoption rejects source databases with adjacent -wal, -shm, or -journal files. inspect_workspace() currently inventories .sqlite files but does not report journal sidecars next to the declared authority or handed-off databases.
Desired outcome
Report adjacent SQLite journal sidecars as an explicit unsafe-handoff/workspace condition and cold-open the standalone authoritative .sqlite at its declared head. Do not infer corruption merely from an empty sidecar; distinguish presence, size, and verification result.
Acceptance evidence
Tests cover empty and nonempty WAL/SHM/journal companions, a valid checkpointed database, and a handoff whose standalone database cannot verify its declared head.
Related to #23 and #22.
Status
Confirmed inspection gap; the reported external artifact has not yet been independently examined here.
Observed behavior
Workspace adoption rejects source databases with adjacent
-wal,-shm, or-journalfiles.inspect_workspace()currently inventories.sqlitefiles but does not report journal sidecars next to the declared authority or handed-off databases.Desired outcome
Report adjacent SQLite journal sidecars as an explicit unsafe-handoff/workspace condition and cold-open the standalone authoritative
.sqliteat its declared head. Do not infer corruption merely from an empty sidecar; distinguish presence, size, and verification result.Acceptance evidence
Tests cover empty and nonempty WAL/SHM/journal companions, a valid checkpointed database, and a handoff whose standalone database cannot verify its declared head.
Related to #23 and #22.