get_changed_files
Identify Python files modified in a repository, either uncommitted or compared against a specified Git ref, to establish the starting point for impact analysis.
Instructions
List the .py files currently changed in the repo (uncommitted, or against a given ref).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| against | No | ||
| repo_path | Yes |