Delimit Revive
delimit_reviveRestore the prior session's captured context—active tasks, decisions, blockers, and next steps—into any model at startup. Resume work without re-explaining.
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 |
|---|---|---|---|
| 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). | |
| soul_id | No | Specific soul id to revive. Empty = latest. | |
| project_path | No | Project path to revive. Empty = auto-detect from cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||