get_engineering_context
Fetch a bounded, provenance-aware engineering context packet for a given query, scoped to a repository or project, with optional historical knowledge and traceability.
Instructions
Returns a bounded, provenance-aware engineering ContextPacket projection using the shared memex selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository path to scope results. | |
| query | Yes | The engineering task or question to contextualize. | |
| top_k | No | Maximum number of context items (1-8, default: 8). | |
| project | No | Project ID to scope results. | |
| task_id | No | Optional engineering task identifier for traceability. | |
| session_id | No | Optional execution session identifier for traceability. | |
| allow_historical | No | Include explicitly superseded historical knowledge. |