Real session walkthroughs
Annotated transcripts of real Claude Code sessions, end to end.
Watch how a real bug, feature, or refactor unfolds across a full session — including the dead ends, the rollbacks, and the moments where pairing pays off.
All real session walkthroughs questions (2)
-
How do I rewind Claude's last 6 prompts but keep my current files?
Esc+Esc opens the rewind menu — three restore options plus targeted summarize. "Restore conversation" rewinds the chat but leaves your files alone. Here's the menu in full, plus the bash-edits gap and the cases where /branch beats /rewind.
-
What does a real Claude Code debugging session actually look like?
An end-to-end transcript from 'reports are off by a day' through reproduction, root cause, fix, and test. Including the wrong turn we took along the way.