explain_change
Creates a grounded Markdown explanation for a git commit by cross-referencing its diff with linked decision and problem nodes.
Instructions
Cross-references a git commit's diff with linked Decision/Problem nodes and returns a grounded Markdown explanation synthesised by Gemini Pro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_sha | Yes | The git commit SHA to explain (short or full). | |
| repo | No | Optional absolute path to the repository. |