Skip to content

Commit fb66fca

Browse files
committed
docs: note session-manager reframe in design spec
1 parent 379ee3f commit fb66fca

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/superpowers/specs/2026-07-14-ten-framework-moss-integration-design.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Deep Moss ↔ TEN Framework Integration — Design
22

33
**Date:** 2026-07-14
4-
**Status:** Approved (pending spec review)
4+
**Status:** Approved; in implementation
55
**Author:** Harsha Nalluru (with Claude)
66

7+
> **Revision 2026-07-15:** During PR 1 review the reusable component was reframed
8+
> from a "retrieval store" to a **Moss session manager**, built on the Moss
9+
> [Sessions API](https://docs.moss.dev/docs/reference/python/sessions). The class
10+
> is `MossSessionManager` (config `MossSessionConfig`); its public surface is
11+
> `start()`, `context_for(text)`, `remember(...)`, `persist()`, `doc_count` — the
12+
> Moss query is not exposed as a public method. Names below that say
13+
> `MossRetrievalStore` / `load()` / `retrieve()` map to
14+
> `MossSessionManager` / `start()` / `context_for()` respectively.
15+
716
## Summary
817

918
Build a deep integration between [Moss](https://moss.dev) (sub-10ms on-device semantic

0 commit comments

Comments
 (0)