coupling
Find files that usually change together in the same commits, revealing hidden dependencies before editing code.
Instructions
File pairs that keep landing in the same commits: dependencies no import statement reveals. Use it to learn what else an edit usually drags along before touching a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | path to the scored repo's root (default: the repo the server was started in) | |
| min_support | No | minimum shared commits before a pair counts (default 5) | |
| min_confidence | No | minimum P(pair changes together), 0 to 1 (default 0.5) |