Inbox

Raw dumps from Gemini, Grok, ChatGPT, and other sources — waiting to be processed into the vault.

How to add a file to the inbox:
  1. Drop any .md, .txt, or .json file into the /inbox/ folder
  2. Add an entry to data/inbox-index.json (see template below)
  3. Commit — it will appear here
  4. When processed: move the file to /vault/[category]/ and add it to vault-index.json
inbox-index.json entry template
{
  "id": "inbox-001",
  "filename": "my-gemini-export.md",
  "path": "inbox/my-gemini-export.md",
  "source": "Gemini",
  "dateAdded": "2026-03-22",
  "status": "unprocessed",
  "notes": "Optional context about this file"
}
Loading inbox…