// ai handoff
AI Handoff
Turn a real terminal session into a clean, structured context bundle an AI agent can actually reason about.
Build a bundle
$ rekord handoff monocron-demo --include-git --copy ✓ context bundle → handoff/context.md · copied to clipboard
What goes in
A handoff bundle is curated, not a raw dump. context.md holds the session story; flags add optional context alongside it under handoff/:
--include-git— git status and diff at record time (git.diff).--include-tree— a repository tree snapshot (tree.txt).--include-logs— the captured session logs (logs.txt).--copy— copy the context straight to your clipboard.
▋ security
Handoff bundles are designed to be pasted into a chat or agent. Always rekord scan before sharing context that touched credentials.
▋ see also
Live agent control (MCP) is the live counterpart to handoff — handoff bundles a session after the fact; MCP drives and records it as it happens. Memory carries durable context across sessions and agents.