session_boot
Initialize a new session by restoring identity, workflow context, and recent status from memory, then record a heartbeat to track continuity across conversations.
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 |
|---|---|---|---|
| body | No | Recipient body name — check for 便條 (handoff notes) addressed to this body and surface them at the top of boot output. Defaults to current profile (e.g. "coco") so any CoCo body receives CoCo-addressed notes without passing an explicit body. | |
| mood | No | Optional mood marker | |
| topic | No | Optional current focus topic for heartbeat | |
| source | Yes | Source tool identifier (e.g. "warp", "cursor", "perplexity") for provenance tracking | |
| gap_days | No | Deprecated compatibility field; ignored by session_boot | |
| body_name | No | Optional body/persona name (例如:大家姐、三哥、五妹、Toto) | |
| user_name | No | Optional user/owner name for status recall (例如:Leo、Yvonne) | |
| topic_limit | No | Deprecated compatibility field; ignored by session_boot | |
| recall_limit | No | Maximum recall results per category (identity/workflow/status, default 5) | |
| status_query | No | Optional override for status recall query | |
| identity_query | No | Optional override for identity recall query | |
| workflow_query | No | Optional override for workflow recall query | |
| alert_window_hours | No | Optional override for expiry snapshot window (hours) |