We've implemented the repo_diff_context tool, which provides focused, file-centered git diff chunks without needing graph expansion. This tool enforces strict limits on output, file count, and byte size to maintain deterministic, high-quality context for review workflows, while hardening against stale or invalid index data. It successfully passed all retrieval baseline evaluations, significantly improving efficiency for targeted debugging and code analysis. Context retrieval fixed!

Introduced a new explicit diff context tool for targeted file inspection. - caiowilson/MCP-memento