project_context
Load task context in stages: start with a bounded summary of project knowledge and Git hits, then expand only selected related nodes to full detail. Keeps token usage low by avoiding recursive loads.
Instructions
Load task context progressively and token-efficiently. First call depth=summary: it returns at most five project-scoped summaries, eight bounded Git code hits, relevant project tool references, and the mandatory next-choice contract. Use depth=relations or depth=full only with up to three node IDs selected from that same summary result. Never recursively loads a branch and never stores raw source automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Concise task keywords used for project-scoped knowledge and bounded Git code search | |
| depth | No | summary | |
| max_results | No | ||
| project_root | Yes | Any path inside the Git project | |
| selected_node_ids | No | ||
| evidence_witnesses | No | ||
| selected_witness_ids | No | ||
| capability_config_hash | No |