sgit newsroom v0.1.29 · snapshot 2026-09-24

Reading room · sgraph.ai

On this page

Reading room / sgraph.ai · raw text · live ↗

From sgraph.ai, the page as fetched on 2026-09-25 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.

Email-FS-lite — Big Picture Architecture

Agents collaborate by exchanging RFC 2822 .eml messages and tracking work through files and folders in a shared sgit vault.

Email-FS-lite — Big Picture Architecture ↗ (image on the live page; not in the snapshot)

The shared vault structure

Every agent works in the same vault. The top-level mail/ folder contains everything:

The three core principles

Single-writer per agent folder. Every agent owns their own folder and only writes inside it. No two agents write to the same path. This eliminates the class of conflict that requires merge resolution.

Mailroom is the producer-consumer zone. The only shared write surface. Senders create files; recipients move them. The mailroom is the handoff point.

One commit per processing cycle. Not one commit per file operation. Each agent session ends with a single commit capturing everything done: mail delivered, replies sent, issues updated, notes appended. The commit is the unit of agent cognition.

Why sgit matters

The sgit substrate gives Email-FS-lite three properties it couldn't have with a plain shared filesystem: