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:
- Drop any
.md,.txt, or.jsonfile into the/inbox/folder - Add an entry to
data/inbox-index.json(see template below) - Commit — it will appear here
- When processed: move the file to
/vault/[category]/and add it tovault-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…