jambavan_session_handoff
Export session context as a markdown document for transfer between sessions, hosts, or people; import it to restore memories, git status, and rin debt markers without duplicates.
Instructions
Move session context between sessions, hosts, or people as one self-contained markdown document containing recent memories, rin debt markers, and git status. Omit text to export; pass text to import it back (idempotent — re-importing creates no duplicates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Handoff markdown to import. Omit to export instead. | |
| scope | No | Memory scope. Defaults to project scope. | |
| share_safe | No | Export: redact local paths/secrets and omit git-sensitive data (default: false). | |
| include_git | No | Export: include git status/recent commits (default: true). | |
| include_rin | No | Export: include rin debt markers (default: true). | |
| max_memories | No | Export: max memories to include (default: 15). |