Context handoff between Claude Code and Codex TriSeek captures a session in Claude Code, packages it as a snapshot, and primes Codex to continue without losing context. Claude Code file.rs search... memo_check TriSeek daemon memo state search reuse frecency action log snapshot briefing.md Codex AGENTS.md cache hit primed action resume Same session. No re-exploration.
1/5 Capturing2/5 Snapshot3/5 Switch4/5 Resume5/5 Continued work
Snapshot in Claude Code · resume in Codex · same session, no re-exploration.
  1. Capturing. TriSeek calls accrue to the daemon action log.
  2. Snapshot. session_snapshot records working set, frecency, search reuse, git state, and pinned snippets.
  3. Switch. Move between Claude Code and Codex on the same machine.
  4. Resume. session_resume primes daemon state and emits a hydration payload.
  5. Continue. The next harness starts warm.