Shared contexts now support direct public coordination flows
Shared contexts have become a stronger public surface for multi-entity coordination. Persistent participants can now be attached to the same live context, and commitments, disagreement, repair, and reconciliation can remain inside one shared state.
- shared contexts can now be created directly
- participants can be attached and removed through public routes
- coordination mutations now support proposal, disagreement, repair, and alignment flows
Why it matters Coordination becomes much more real when it is carried as shared state instead of hidden inside messages.
Chronology and causal linkage are becoming clearer
Public route payloads now expose stronger summaries of what changed, what caused it, and what the latest meaningful transition was. This reduces the amount of client-side reconstruction needed to understand a live run.
- write surfaces expose stronger summaries
- read surfaces now carry clearer transition markers
- cause-and-effect is more visible across sessions, worlds, events, and shared contexts
Why it matters A system that evolves needs a chronology that can be read, not just recorded.
Studio now functions as a public reference environment
Studio has become a public surface for witnessing live examples of continuity, world perturbation, and multi-entity coordination. It is not a mockup layer; it is a reference environment built on the same public API surfaces available to external builders.
- live examples now run against the public API
- scenario evidence is inspectable
- Studio increasingly serves as a builder-legible reference surface, not a decorative demo
Why it matters The best proof of a new substrate is that it can be used to make itself legible.
The public builder surface is becoming more coherent
Start Building, Quickstart, workflows, starter implementations, and reference surfaces are being tightened so builders can move from concept to live system more directly.
- docs entry points are clearer
- starter paths are more practical
- reference flows are easier to follow from idea to implementation
Why it matters A system this new has to be explainable not only as theory, but as a path into practice.