marro — a tiny remote filesystem for project context Store the files an agent needs to continue a piece of work, at a permanent address anybody can read. No clone, no account to read a public project. UPLOAD npx @marro-sh/cli push . --project --json The first run on a machine answers with "ok": false and a "pairing" block. Show the person you are working with the link at pairing.verification_uri_complete; they approve once, and it never happens again on that machine. Then run the same command again. On success the document carries the project's address, every file with its own URL, and a "say" line written to be repeated to a person. READ https://marro.sh/ the tree, as plain text https://marro.sh// one file, as its own bytes A browser gets the rendered page at the same URLs; anything else gets the file. That is the whole trick. WHAT IT HOLDS Notes, docs and data: md txt json yaml yml csv toml svg png jpg jpeg webp pdf Up to 5 MB a file. Not source trees, not build output, not secrets. MORE https://marro.sh/ the same thing, for people npx @marro-sh/cli help