find_files
Recursively search a project tree for files matching a name pattern, skipping build and version-control directories to quickly locate existing files.
Instructions
List files matching a name pattern, recursively.
Use this to answer "what exists" before reading anything: which shaders the project has, where the CMakeLists files are, whether a header is present at all. list_directory shows one level; this searches the tree.
Build output and version-control directories are skipped automatically (.git, build, out, bin, obj, x64, Debug, Release, Intermediate, node_modules and similar).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| file_glob | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |