jambavan_session_export
Export current session context as a portable handoff document to transfer work between sessions, hosts, or colleagues. The output is self-contained markdown for quick resume.
Instructions
Export current session context as a portable handoff document. Contains: recent memories, rin debt markers, and git status. Use to transfer context to a new session, different host, or a colleague. The output is self-contained markdown — paste it into a new session to resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Memory scope to export. Defaults to project scope. | |
| share_safe | No | Redact local paths/secrets and omit git-sensitive data for sharing (default: false). | |
| include_git | No | Include git status/recent commits (default: true). | |
| include_rin | No | Include rin debt markers (default: true). | |
| max_memories | No | Max memories to include (default: 15). |