synapse-context 0.1.1

Shared bound-context store (base ⊕ TTL'd overlay), reused verbatim by synapse-proxy and synapse-mcp without a cyclic path dependency between them.
Documentation
1
2
3
4
5
6
7
8
9
# Changelog


## 0.1.1


## 0.1.0

- Initial release. Shared bound-context store (base ⊕ TTL'd overlay), extracted from `synapse-proxy` so `synapse-proxy` and `synapse-mcp` can share the same `ContextStore` type without a cyclic dependency.