Interactively review and resolve naming clashes in the codebase.
/plugin marketplace add ChipFlow/claude-context-tools/plugin install context-tools@chipflow-context-tools# Resolve Naming Clashes Interactively review and resolve naming clashes in the codebase. First, get the list of clashes: After getting the clashes, present them to the user one at a time using AskUserQuestion with these options: For each clash, show: - The two symbols and their locations - The reason they were flagged (similar names, similar docstrings) Resolution options: 1. **Ignore this pair** - Add to ignoredPairs in clash-config.json 2. **Ignore directory** - Add the common parent directory to ignoredDirs 3. **Rename symbol** - Help user rename one of the symbols 4. **Skip for ...