omega_write_handoff
Creates a SHA-256 sealed handoff document that auto-loads on server restart to preserve session context and progress.
Instructions
Creates a SHA-256 sealed handoff document that auto-loads on the next server restart via omega://session/preload. Use this at the end of a session to ensure seamless context continuity for the next session. Returns JSON with fields: handoff_hash (hex string), file_path (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task title for the handoff, e.g. 'OAuth2 migration phase 2'. | |
| summary | Yes | Concise summary of progress and current state for the next session. | |
| decisions | No | Key decisions the next session should know about. | |
| files_modified | No | Files changed during this session. | |
| next_steps | No | Ordered list of recommended next actions. | |
| conversation_id | No | Optional external conversation tracking ID. |