From 528bf1a9059d21f8a49ca377dfb59c288a9e0ac4 Mon Sep 17 00:00:00 2001 From: Jeremy Kashkett Date: Tue, 21 Jul 2026 13:25:59 -0700 Subject: [PATCH] feat(exchange): add INBOX drop folder for incoming files Co-Authored-By: Claude Fable 5 --- exchange/INBOX/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 exchange/INBOX/README.md diff --git a/exchange/INBOX/README.md b/exchange/INBOX/README.md new file mode 100644 index 0000000..bf2803a --- /dev/null +++ b/exchange/INBOX/README.md @@ -0,0 +1,11 @@ +# INBOX + +Drop zone for anyone sending files to Jeremy through this repo. + +Put whatever you're sending in here (FBX takes, textures, reference video, JSON, etc.), +commit, and push. Jeremy will pull, triage, and move things into the proper pipeline +folders (`incoming-fbx/`, etc.) from there. + +Notes: +- Binary formats (`.fbx`, `.glb`, `.mp4`, `.task`) go through Git LFS automatically. +- Don't reorganize other folders in `exchange/` — just drop your files here.