repomind_scan_workspace
Recursively scan a workspace to map its file structure, list source files, and provide statistics, ignoring binary and build directories.
Instructions
Recursively scans a workspace directory, mapping its file structure, listing source files, and providing statistics, while ignoring binary/build folders (e.g. node_modules, .git, dist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basePath | Yes | The absolute path to the workspace root directory to scan. |