Files
deepseek-harness/packages/workspace
Tianyi Cui cf5e53e051 docs: fix stale package README claims found while writing subsystem pages
- dsh-host-webserver: the service is HttpServerService under ctx.httpServer
  (README said WebServerService/ctx.webServer, matching no symbol in source),
  and the dev-mode bundle-watch paragraph described machinery that moved to
  dsh-client-modules/dsh-client-hmr in the webserver rewrite — removed; those
  packages' READMEs already document the current pipeline.
- dsh-workspace: ctx.workspace.touchSession(id) does not exist; the
  activity-pinning chain was replaced by Workspace.insertSessionBefore
  (2026-07-25 session-list note) — the bullet now documents the real method.
- packages/storage group table: the domain package directory is
  storage-domain/, not domain/.

All three pairs updated on both sides and re-recorded.
2026-08-09 01:27:20 +08:00
..

workspace/ — workspace entity family

English | 中文

This family owns persistent workspaces: user directories with titles and ordered session membership.

Package Role ctx key
workspace/ Registers workspaces and accounts for their sessions ctx.workspace

The workspace package reference owns lifecycle, persistence, and deletion semantics.