list_files
List project files by directory, filter by substring, and recurse through subfolders. Paths stay within project root unless explicitly allowed.
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) |