Jeden/Docs

CLI command

jeden recall_conversation

Render a recorded session's full event transcript as Markdown for recall or inspection.

Exact invocation#

Shell
jeden recall_conversation <session-id-or-path>

Inputs and options#

  • Required: a session identifier or path.
  • The dispatcher also accepts the compatibility spelling recall-conversation; recall_conversation is the documented invocation.

Output and state effect#

Reads the validated ledger and prints a Markdown document containing the session identity and each exported event. It does not mutate the source session.

Refusals and boundaries#

  • Missing input is refused with Usage: jeden recall_conversation &lt;session-id-or-path&gt;.
  • A missing session is refused as session not found: ...; invalid ledger data is returned as an error.