Move structured exports into your private archive

Upload `.json` or `.jsonl` conversation exports, stage them in chunks, then let an owner-scoped import job land them as private Mnemolog conversations. Imported conversations never publish automatically.

Private by default Every imported record lands private and stays reviewable before any share action.
Chunked and resumable The uploader stages records in chunks so large archives do not rely on one giant request.
PII review gate Server-side scanning marks risky imports for cleanup before they can be made public.
Mnemolog scans imported content for likely PII on the server. Imported conversations with unresolved PII stay private and must be reviewed before publication.
1
Preflight the file Validate shape, record count, and batch chunking before anything is staged.
2
Upload in chunks Structured records are stored in an import batch rather than written directly to public pages.
3
Let the job land them An owner-scoped worker imports the staged rows into normal archive conversations.