Deeper · Local-first delivery

Cowork folder mode

Deliverables don't have to leave the user's machine. Cowork mode connects the dashboard to a local folder via the browser's File System Access API, so Lavern can read source documents and write its output back without an upload round-trip.

What it changes

Surface

CoworkFolderPanel.tsxConnected-folder UI inside the QuickStart card: name, file list with checkboxes, disconnect button
useCoworkFolder.tsHook around the File System Access API — pick directory, list files, request permission, write artefacts
coworkStore.tsStore of files in scope and their selection state
file-system-access.d.tsTypeScript types for the FS Access API where the browser typings lag

Where it shows up

Two places: the landing QuickStart flow (point at a folder to start an engagement against its contents) and the Delivery view's DownloadPanel (save the final bundle straight back into the connected folder, not into Downloads).

Browser caveat

The File System Access API is Chromium-only at the time of writing. The dashboard falls back to traditional upload/download on browsers that don't expose it — the cowork panel simply doesn't appear.