list_files
List the readable source files inside a project, with excluded directories and sensitive patterns already filtered out to show exactly what code can be opened.
Instructions
Lists the readable source files inside one project.
Excluded directories (e.g. .git, .venv) and excluded patterns (e.g. secrets, .env files) are already filtered out - what you see here is exactly what read_code is allowed to open.
Args: project: A project name from list_projects, e.g. "conftransform".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |