session-get
Retrieve a persisted consensus or ask-all session record by its ID. Returns the session details including opinions, verdict, and annotations, or an error if persistence is disabled or the ID is unknown.
Instructions
Fetch a persisted consensus/ask-all session record by id (opinions, verdict, arbiter, annotations). Requires sessions.persist; local and read-only (no provider calls). Returns a text-wrapped JSON envelope { session }, or { error } when persistence is off or the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it. | |
| sessionId | Yes | Id of a persisted session record. |