get_code_owners
Identify code owners for files based on git commit history. See who contributed most to find the right person to ask about specific files.
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 |