01
Agents own neither the write path nor an unrestricted read path
Agents may prepare work, but write authority and broad target-system read access stay behind the boundary.
ROADMAP
The goal is not to turn the Core into a larger, looser platform. The goal is to keep the same trust split while more systems sit behind the boundary.
Agents propose work. The Core decides what may continue. Adapters materialize only admitted work.
The Core is in continuous development. This roadmap is directional, not a release schedule.
Constants
New adapters and hosted paths should expand the surface area without changing the trust model.
01
Agents may prepare work, but write authority and broad target-system read access stay behind the boundary.
02
Policy, state, scope, evidence, and next action stay in the boundary.
03
Adapters materialize admitted work. They do not decide admission.
Current foundation
The current public foundation shows the central split: agents can prepare work, but real impact must pass through the Core and an adapter.
Coming next
Before a request reaches admission, the system should understand what kind of decision it needs: Is the state fresh? Does the request fit policy? Is evidence missing? Does a human operator need to look?
Planned
Control multi-step agent workflows before they reach impact admission. A pre-Core gate can classify and route workflow steps before any of them becomes an impact request.
Expansion
GitHub is the first reference adapter, but the same pattern should work for other systems where agents can prepare work without receiving direct write authority.
Hardening
Operators should be able to understand why a boundary decision happened. Replay should explain the decision path without recreating the external impact.
Later / demand-driven
Hosted convenience only makes sense after the trust boundary is ready for it: tenant isolation, token handling, data boundaries, and operational review all need to be strong first.
The most useful roadmap input is a real boundary: what system should an agent work with, what should it be allowed to propose, and what should it never change directly?