get_ownership
Identify file owners using workspace CODEOWNERS rules. Input a workspace ID and file path to return team or user handles responsible for the file.
Instructions
Resolve the owner(s) of a file path according to the workspace CODEOWNERS rules. Returns a list of team or user handles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace to query ownership rules from | |
| path | Yes | Relative file path to resolve ownership for (e.g. "packages/api/src/index.ts") |