Expand description
Re-export of the shared synapse-context crate.
The actual ContextStore/ResolvedContext implementation lives in the
leaf crate synapse-context so that other crates (e.g. synapse-mcp,
mounted independently by a downstream broker) can depend on it directly
(they need the exact same type, not a fork) without creating a cyclic
package dependency on synapse-proxy. Re-exporting here keeps every
existing synapse_proxy::context::{ContextStore, ResolvedContext} import
path unchanged.
Structsยง
- Context
Store - Holds the permanent base and an optional pushed overlay.
- Resolved
Context - The resolved view handed to transforms.