history_provenance_lookup
Look up bounded commit provenance for a repository-relative path or symbol. Returns first-seen, last-touched, recent touches, confidence, and explicit uncertainty.
Instructions
Look up bounded commit provenance for exactly one repository-relative path or indexed symbol. Returns first-seen, last-touched, recent touches, confidence, and explicit uncertainty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum recent touches to return. Defaults to 20, capped at 100. | |
| path | No | Repository-relative path to inspect. | |
| symbol | No | Exact symbol name, qualified name, or symbol ID to inspect. |