read_git_source
Read a specific pinned Git source from a mapped checkout or bare repository without fetching, using concept ID and source ID to retrieve blob content up to a size limit.
Instructions
Read one pinned sources[].git entry from an explicitly mapped checkout or bare repository without fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept | Yes | Concept ID, Markdown path, custom ID, or compatibility URI declaring the source. | |
| sourceId | Yes | Exact sources[].id value to read. | |
| maxContentBytes | No | Maximum Git blob bytes to read. |