Files
deepseek-harness/packages/workspace/README.md
T

14 lines
742 B
Markdown
Raw Normal View History

2026-08-04 00:54:19 +08:00
# workspace/ — workspace entity family
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.
| 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` |
The [workspace package reference](workspace/README.md) owns lifecycle, persistence, and deletion semantics.
The subsystem reference — the entity, realpath canon, registration/resolution — is [docs/subsystems/workspace.md](../../docs/subsystems/workspace.md); storage design in the [domain KV storage Agent Note](../../.agents/notes/proposed/architecture/2026-07-24-domain-kv-storage-and-workspace.md).