feat: dsh-session-projection seam package (ctx.sessionProjections registry)

This commit is contained in:
imccyu
2026-07-27 16:06:20 +08:00
parent 90addbf53c
commit fa331c6399
13 changed files with 364 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# session-projection/
Session-projection capability family: the seam through which domain host plugins serve whole current values of log-derived per-session state to client carriers.
| Package | ctx key | Role |
|---|---|---|
| [`session-projection`](session-projection/README.md) | `sessionProjections` | The interface package: the merge-extensible `SessionProjectionMap` type table, the `ProjectionProvider` contract, and the provider registry carriers walk synchronously |