get_code_owners
Identify code owners by analyzing git commit history to find top contributors for given file paths.
Instructions
Git-based code ownership: who contributed most to specific files (git shortlog). Requires git. Use to identify who to ask about specific files. For symbol-level ownership use get_symbol_owners instead. Read-only. Returns JSON: [{ file, owners: [{ author, commits, percentage }] }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | File paths to check ownership for |