research.archaeology
Trace how a concept like error handling or auth flow evolved in a GitHub repo by analyzing git commit history and code changes. No external AI required.
Instructions
Trace how a concept evolved in a repo over time. Analyzes git commit history and code changes. No external AI required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | owner/repo | |
| limit | No | Max commits to analyze | |
| aspect | Yes | What to trace: 'error handling', 'auth flow', 'caching strategy' | |
| pathHint | No | Narrow to directory: 'src/auth/' |