Restore a previously saved conversation session to resume work
Restore context from a previously saved session file so we can continue where we left off.
Sessions are stored in .claude-sessions/session-{timestamp}.md (relative to the repo root).
$ARGUMENTS is empty or "latest": use the most recent session file (by filename sort)$ARGUMENTS is a partial timestamp (e.g. "2026-03-24"): find the closest match$ARGUMENTS is a full filename: use it directly