find_divergence
Audit a directory for peer divergence—functions that break a call pattern their siblings follow. Identify drift, missing connectivity, or misaligned implementations.
Instructions
Audit a directory for peer divergence - functions that break a call pattern their siblings across the codebase follow (peers calling X also call Y, this one doesn't). A REVIEW HINT to look at, not a verified bug list. Silent on a consistent codebase. Use to hunt drift, dead/missing connectivity, or misaligned implementations - cheaper and more focused than preview_directory when divergence is all you want
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | ||
| max_findings | No | ||
| respect_gitignore | No |