Map the codebase
code_file_mapRecursively map project files to identify oversized modules by total file count, bytes, and split candidates exceeding line or byte thresholds.
Instructions
Recursively map the project's codeLocation: total file count + bytes, counts by extension, and the files that exceed the split thresholds (lines/bytes) as split candidates (worst first) — useful for spotting oversized modules to decompose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| splitBytes | No | ||
| splitLines | No |