Share a private file with a teammate

Share a private file with a teammate

Register their public key (from loot whoami on their machine), then deliver a sealed grant over the relay.

loot peer add bob "ssh-ed25519 AAAA..."
loot grant --relay origin .env bob

# on bob's machine:
loot pull-grants   # verifies alice's signature, checks the peer registry
loot surface       # now bob can read .env