get_last_context
Retrieve the most recent context snapshot at session start to resume prior work and prevent redundant exploration. Returns query, sections, token count, and status, or indicates no snapshot exists.
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 |