git_blame_chunk
Retrieve git blame for a specific code chunk to find who last touched its lines, computed lazily and cached by chunk hash.
Instructions
Hash-bound git blame for one chunk: who last touched its lines, computed lazily and cached against the chunk hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | ||
| worktree | No | Absolute path of the checkout to scope reads to — pass a linked worktree to read its branch overlay. Defaults to the server's working directory. A path that is not a linked worktree of this repo is silently ignored: results then come from the indexed checkout, with no error. |