List code files
list_code_filesList files and folders in a project's code directory, with sizes and extensions, skipping vendor and build directories. Control depth and subpath for targeted exploration.
Instructions
List files and folders under the project's codeLocation (optionally a subpath), with sizes and extensions. Skips vendor/build dirs (node_modules, .git, dist, …). depth controls how many levels to expand. Sandboxed to codeLocation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Levels to expand (1 = just this dir). | |
| project | Yes | ||
| subpath | No | Directory under codeLocation to list (default: root). |