get_last_context
Retrieve the last context snapshot to resume work where a previous agent left off, avoiding redundant exploration and token waste.
Instructions
Return the most recent context snapshot written by context_pack.
Call this at the START of a session to resume where the previous agent left off. Returns: query, sections, token_count, generated_at, agent, org_graph_summary. Returns {"status": "no_context"} if no snapshot exists.
Claude: call this automatically at session start when starting work on a known project. It shows what the last agent was looking at, preventing duplicate exploration and token waste.
Do NOT call on a fresh project that has never run context_pack.
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No |