2026-08-04 00:54:19 +08:00
|
|
|
# workspace/ — workspace entity family
|
2026-07-24 22:49:57 +08:00
|
|
|
|
2026-07-26 05:03:53 +08:00
|
|
|
English | [中文](README.zh.md)
|
|
|
|
|
|
2026-08-04 00:54:19 +08:00
|
|
|
This family owns persistent workspaces: user directories with titles and ordered session membership.
|
2026-07-24 22:49:57 +08:00
|
|
|
|
|
|
|
|
| Package | Role | ctx key |
|
|
|
|
|
|---|---|---|
|
2026-08-04 00:54:19 +08:00
|
|
|
| [`workspace/`](workspace/README.md) | Registers workspaces and accounts for their sessions | `ctx.workspace` |
|
2026-07-24 22:49:57 +08:00
|
|
|
|
2026-08-05 12:46:38 +08:00
|
|
|
The [workspace package reference](workspace/README.md) owns lifecycle, persistence, and deletion semantics.
|