session_boot
Initialize a new session to restore identity, workflow context, and recent status from long-term memory. Runs a health snapshot and heartbeat sign-in for continuity.
Instructions
Initialize a new demo session by loading identity, workflow context, and recent status from long-term memory. Also runs an expiry-focused health snapshot and records a heartbeat sign-in. Call this once at the start of every new conversation to restore continuity and awareness of pending work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source tool identifier (e.g. "warp", "cursor", "perplexity") for provenance tracking | |
| body_name | No | Optional body/persona name (例如:大家姐、三哥、五妹、Toto) | |
| user_name | No | Optional user/owner name for status recall (例如:Leo、Yvonne) | |
| topic | No | Optional current focus topic for heartbeat | |
| mood | No | Optional mood marker | |
| identity_query | No | Optional override for identity recall query | |
| workflow_query | No | Optional override for workflow recall query | |
| status_query | No | Optional override for status recall query | |
| recall_limit | No | Maximum recall results per category (identity/workflow/status, default 5) | |
| alert_window_hours | No | Optional override for expiry snapshot window (hours) | |
| gap_days | No | Deprecated compatibility field; ignored by session_boot | |
| topic_limit | No | Deprecated compatibility field; ignored by session_boot |