mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Delete design-session citations (decision/audit/plan ordinals, stack positions), change narration, review choreography, and reviewer-addressed justification from comments, JSDoc, docs, READMEs, Agent Notes, tests, and generator templates; restate every affected fact as current-state contract prose. Fix generated docs at their sources and regenerate the catalogs and cordis-surface regions; re-paste type-equiv blocks; update every bilingual counterpart and re-record the pairs. Record the citation rule in the committed-artifact-citations Agent Note.
15 lines
1.0 KiB
Markdown
15 lines
1.0 KiB
Markdown
# context/ — request-context extensions
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
Product plugins that add model-visible request context without defining a tool. `workspace-context` is included by the default `dsh-agent-spine-demo` bundle and can be disabled through bundle config; `time-context`, `tmux-context`, and `session-reference` are opt-in.
|
|
|
|
| Package | Role | ctx key |
|
|
|---|---|---|
|
|
| [`session-reference/`](session-reference/README.md) | Bounded snapshots of other sessions | `ctx.sessionReferences` |
|
|
| [`time-context/`](time-context/README.md) | Current-time and elapsed-time context | — |
|
|
| [`tmux-context/`](tmux-context/README.md) | tmux location context | — |
|
|
| [`workspace-context/`](workspace-context/README.md) | Workspace-instruction context | — |
|
|
|
|
Session references are documented in [docs/subsystems/session-reference.md](../../docs/subsystems/session-reference.md); the [`workspace-context` decision record](../../.agents/notes/implemented/feature/2026-06-24-workspace-context.md) owns its per-agent/session isolation and lifecycle split.
|