Build a Claude Session Handoff
Identify the Claude Code JSONL transcript, the associated project root, the intended receiving agent, and whether the brief may contain private source or conversation material.
Read references/handoff-evidence.md, then run:
bin/claude-session-handoff /path/to/session.jsonl \ --root /path/to/project \ --redact-session-ids \ --output /private/path/handoff.mdKeep default redaction enabled. Treat
--no-redactas an explicit sensitive-data decision, not a convenience flag. Raw tool results are excluded unless--include-tool-resultsis requested because they may be large or secret-bearing.Review the generated objectives, current-state signals, changed-file evidence, commands/results, MCP calls, task events, parse errors, and omitted-item counts against the transcript and current repository state.
Add a short verified continuation section stating what is actually complete, what remains, which assumptions are unresolved, and the first safe next action. Do not promote transcript claims to current truth without checking the workspace.
Deliver the brief through an approved private channel and retain the source line numbers needed for traceability.
Use agents/handoff-reviewer.md for an independent evidence and privacy pass.