delimit_revive
Revive the last session's captured soul to load prior tasks, decisions, blockers, and next steps across models like Claude, Codex, Gemini, Cursor.
Instructions
Revive the last session's captured soul in any model.
When to use: at session start, to load the prior session's soul (active task, decisions, blockers, next steps). When NOT to use: to capture a soul (delimit_soul_capture) or read recent memories (delimit_memory_recent).
Sibling contrast: delimit_soul_capture writes the soul; this reads and applies it (cross-model: Claude, Codex, Gemini, Cursor).
Side effects: read-only; calls ai.session_phoenix.revive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project path to revive. Empty = auto-detect from cwd. | |
| soul_id | No | Specific soul id to revive. Empty = latest. | |
| scope | No | Optional handoff/receipt id. When set, revives ONLY that scoped handoff context (for dispatched subagents) instead of the global session soul. Empty = full soul (default). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||