Cross Session Context

Resolve another tracked live task/session and read its task metadata, transcript fallback, and zellij targeting details for non-Symphony Hermes orchestration.

ma08 680c423 1.2 KB Updated

File contents

Cross-Session Context

Use the repo-managed get-cross-session-context helper when you need to inspect another live tracked task/session from the current Hermes session.

Invocation

/cross-session-context <task slug|tracker ref|session name>

Lower-level overrides:

/cross-session-context --task-dir <task-dir>
/cross-session-context --status-file <status-file>
/cross-session-context --zellij-session <session-name>

Command

get-cross-session-context --project-root "<project-root>" <target>

Useful flags:

  • --include-transcript-tail 4
  • --json
  • --tab-name <name>

Behavior

  • Target by tracker ref or task slug first.
  • Treat task/status metadata as the primary source of truth.
  • Use transcript tail only as a targeted fallback.
  • Treat live zellij inspection as diagnostic context, not the primary contract.
  • If multiple task homes match, stop and surface the candidates instead of guessing.

See ~/pro/botfiles/docs/cross-session-orchestration-contract.md for the shared contract.

ma08/botfiles/tree/main/hermes/skills/cross-session-context commit 680c423024

Frequently asked questions

npx skillmds@latest add ma08/cross-session-context-2