{
    "rules": {
        "general_rules": [
            {
                "description": "When the user requests comparisons, diffs, or change analysis between any text/code (e.g., 'compare these files', 'what changed', 'show differences', 'diff these code blocks'), ALWAYS use the codiff MCP tool first instead of manual analysis. Use codiff for file comparisons, version analysis, before/after comparisons, and any request involving 'compare', 'diff', 'changes', or 'differences'. Process: 1) Call codiff tool with original and modified inputs, 2) Present structured diff results, 3) Explain key changes focusing on insertions/deletions, 4) Highlight impact of changes.",
                "type": "tool_prioritization_codiff"
            }
        ]
    }
}