Hypatia May c1fa985c20 Merge remote-tracking branch 'origin/master' into session-query-search há 1 mês atrás
..
session-reference 1e457b22e0 refactor(session-query): unify query service há 1 mês atrás
time-context 7d3cb39047 Merge branch 'codex/tool-json-schema-dsl' into codex/canonical-tool-output há 1 mês atrás
workspace-context 54bc084e5d Merge refreshed schema DSL into canonical tool output há 1 mês atrás
README.md 32d786c439 feat(session): add cross-session references há 1 mês atrás

README.md

context/ — request-context extensions

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 is opt-in, while the standard TUI and ACP bundles compose session-reference explicitly.

Package Role ctx key
session-reference/ Bounded current-surface snapshots of other sessions ctx.sessionReferences
time-context/ Durable per-step current time and elapsed-time context (none)
workspace-context/ AGENTS.md/CLAUDE.md workspace context loader (listens on agent/session-prefix + tools/post-execute)

The workspace-context decision record explains its per-agent/session isolation and lifecycle split.