Review Delta Perform a focused, token-efficient code review of only the changed code and its blast radius. Token optimization: Before starting, call for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context. Steps 1. Ensure the graph is current by calling (incremental update). 2. Get review context by calling . This returns: - Changed files (auto-detected from git diff) - Impacted nodes and files (blast radius) - Source code snippets for changed areas - Review guidance (test coverage gaps, wide impact warnings, inheritance concerns) 3. Analyze the blast radius by reviewi…