Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
15 lines
1.1 KiB
Markdown
15 lines
1.1 KiB
Markdown
# context/ — request-context extensions
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
Product plugins that add model-visible request context without defining a tool. `agent-instructions` 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.sessionReferenceResolver` |
|
|
| [`time-context/`](time-context/README.md) | Current-time and elapsed-time context | — |
|
|
| [`tmux-context/`](tmux-context/README.md) | tmux location context | — |
|
|
| [`agent-instructions/`](agent-instructions/README.md) | Workspace-instruction context | — |
|
|
|
|
Session references are documented in [docs/subsystems/session-reference.md](../../docs/subsystems/session-reference.md); the [`agent-instructions` decision record](../../.agents/notes/implemented/feature/2026-06-24-workspace-context.md) owns its per-agent/session isolation and lifecycle split.
|