veto_clone_detector
Scan a project for duplicated code blocks and structural clones, then return grouped findings with refactoring suggestions.
Instructions
Scans the project for duplicated code blocks or structural clones. Returns grouped findings and refactoring suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_lines | No | Minimum number of identical lines to flag (default 5). | |
| extensions | No | File extensions to scan. | |
| project_dir | Yes | Absolute path to project root. |