list_files
List files and directories in a repository, supporting depth limits, glob pattern filters, and respecting .gitignore.
Instructions
List files/dirs. Respects .gitignore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Dir path (default: root) | |
| pattern | No | Glob filter | |
| max_depth | No | Depth (default: 3) |