Check for files received via Tailscale Taildrop and help add them to the Obsidian vault
Receive files sent via Tailscale Taildrop and help the user add them to the vault.
Receive pending files: Run sudo /usr/bin/tailscale file get /tmp/taildrop-inbox/ to pull any pending transfers. Create the directory first if it doesn't exist.
List received files: Show the user what was received — filenames, sizes, and file types (use file command to identify them).
Process files: For each file (or the one specified in $ARGUMENTS):
Propose vault placement: Following the CLAUDE.md knowledge base rules:
Store in vault: After user approval, move or copy the file into the vault and create/update any notes, tags, or links as agreed.
Clean up: After all files are processed, let the user know if any files remain in /tmp/taildrop-inbox/.