resume

Load the most recent session file from ~/.claude/session-data/ and resume work with full context from where the last session ended.

Input: $ARGUMENTS — optional: date (e.g., 2024-01-15) or full file path.

Load and fully absorb a saved session file before doing any work.

Steps:

  1. Find the file:
    • No argument → most recent *-session.tmp in ~/.claude/session-data/
    • Date argument → most recent file for that date
    • File path → use directly
    • If no files found: "No session files found. Run /dog:save to create one."
  2. Read the file — absorb: completed work, current state, pending tasks, open decisions, known issues, environment details
  3. Orient — summarize what was in progress and what the immediate next steps are
  4. Confirm — ask the user: "Ready to continue with [X]. Should I proceed?"
  5. Resume — start immediately from where the session left off

Do NOT start any work before fully reading and summarizing the session file.