ralph.list_files
List files and directories one level deep under a repo-relative path to discover source files, and use the returned paths to read their contents.
Instructions
List files and directories one level deep under a repo-relative path. Use this during Phase 2 exploration to discover source files, then read them with ralph.read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Repo-relative directory path to list. Defaults to repo root if omitted. |