list_files
List project files in a directory, with optional recursive search and substring filtering to navigate codebase efficiently.
Instructions
List project files in a directory. Paths are confined to the project root unless JAMBAVAN_ALLOW_OUTSIDE_ROOT=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path (default: project root) | |
| pattern | No | Substring filter, e.g. ".ts" | |
| recursive | No | List recursively (default: false) |