load_context
Load a token-budgeted resume of task state including goals, decisions, dead ends, and next actions to orient before reading code. Use at session start.
Instructions
Load a token-budgeted markdown resume of Agentpack state for the current task: Task Passport status and next actions, git state, query-relevant decisions, dead ends, and source conclusions, plus gate warnings when the task lifecycle needs attention. Call once at the start of a session or task, before reading code; re-call only for a different query or budget. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Focused free-text query for the current task. Matching source records keep full summaries; unrelated records collapse to compact stubs to save tokens. | |
| budget | No | Approximate token budget for the resume. Takes precedence over preset. Default 4000. | |
| preset | No | Named token budget: quick (1200), chat (4000), agent (8000), or deep (16000). Use quick for task-start orientation. |