why_is_this_weird
Analyze git history to explain why a file is complex, such as being rewritten multiple times by many developers.
Instructions
Explain why a specific file is the way it is, based on git history. Answers questions like 'Why is this file so complex?' with data: 'Because it's been rewritten 12 times by 5 different people.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: path to repo if different from last analyzed | |
| file_path | Yes | The relative path to the file to analyze (e.g., 'src/auth/login.ts') |