| name | resume |
| description | Resume from the latest handoff note to restore context at the start of a session |
Resume from Latest Handoff
Resume from the latest handoff note to restore context.
Usage
copilot-memory resume
What It Does
- Finds the most recent handoff note
- Displays its content for context
- Creates a new session linked to that handoff
- Updates the tracker with the new session
Example
$ copilot-memory resume
Found latest handoff: Sprint 1 Complete (2024-01-15)
- User authentication
- Database setup
- API endpoints
- Testing suite
When to Use
Run this at the start of each work session to quickly restore context from where you left off. The sessionStart hook runs this automatically if configured.