get_code_ownership
Analyze code ownership and bus factor in Git repositories to identify key contributors and assess project risk by examining commit history within specified date ranges.
Instructions
Analyze code ownership and bus factor
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional |