scan_directory
Scans a directory to generate a file tree with one-line summaries, code health, and churn labels for all file types, providing a quick overview.
Instructions
Scan directory - file tree with one-line gists per file, code health and churn labels (cheap overview, good first call). Replaces Glob/ls for ALL file types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | balanced | |
| delta | No | ||
| depth | No | ||
| pattern | No | **/* | |
| directory | Yes | ||
| max_files | No | ||
| output_format | No | tree | |
| exclude_patterns | No | ||
| respect_gitignore | No |