get_pr_file_changes
Retrieve a list of files changed in a pull request, including change type and iteration metadata for each file.
Instructions
List files changed in a PR with iteration metadata.
Returns a list of dicts, each with keys: path, change_type, change_tracking_id, iteration_id.
Uses the latest iteration.
Args: pr_url_or_id: A full PR URL or numeric PR ID. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |