829 B
829 B
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools |
|---|---|---|
| Resume a previous development session | <filename> | Bash, Read, Write |
Resume a previous development session by:
- Check if $ARGUMENTS contains a session filename
- If no filename provided, list available sessions and ask user to specify one
- Verify the session file exists in
.claude/sessions/ - If session file exists:
- Display the session filename and title
- Show the session overview (start time, initial goals)
- Calculate and show elapsed time since session started
- Show last few updates from the session file
- Update
.claude/sessions/.current-sessionto contain this filename - Confirm the session has been resumed
- If session file doesn't exist, show error and list available sessions
Present the information in a clear, concise format.