A FIELD GUIDE FOR AGENTIC SYSTEMS
Agents need context.
Agent Workspace helps agents understand and work across independent repositories, selecting shared context while keeping each change bounded and reviewable.
THE CORE PATH
01Independent reposseparate histories
↓02Shared contextdeclared relationships
↓03Bounded Runnarrow write scope
↓04Durable resultCandidate + lineage
00 / MANIFESTO
The architecture is open.
The reference implementation is only one implementation.
These docs describe principles, trade-offs, and boundaries for self-managed agentic engineering. The goal is a shared language—not another CLI manual.
01 / ORIENTATION
“
Context scope can be larger than mutation scope.
Agents may read across a system while every Run keeps its write boundary explicit and isolated.
See the pattern →