Context documents · the agent's view
What your agent reads — not a query result.
An arc compiles to a single context document: identity, status, recent beats, open tasks. It's versioned, addressable, and diffable — a coherent thing an agent reads in one shot, instead of stitching a picture together from a dozen API calls.
The same document a person could read at a glance is the exact input an agent consumes — and it only pays for the lines that changed.
A first-class artifact, not a payload you reassemble.
Every arc has a stable context address an agent can fetch directly.
Versions are comparable line-by-line — see exactly what changed and when.
ETag + If-None-Match means a 304 when nothing moved — zero wasted tokens.
Every revision is attributable and replayable, end to end.
Depth on demand
Minimal, standard, or comprehensive.
Ask for exactly as much context as the task needs. A quick triage reads the minimal document; a renewal negotiation pulls the comprehensive one — same arc, different resolution.
Give agents something worth reading.
Compile every relationship into one coherent, versioned, diffable document.