project-topology
Capture a directory tree snapshot rooted at the project base, skipping ignored directories, to quickly understand project structure. Optionally limit by subdirectory or depth.
Instructions
Produces a directory tree snapshot rooted at the project base, excluding ignored directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional subdirectory (relative to project root) to serve as tree root. | |
| maxDepth | No | Maximum directory depth to traverse (default 3, max 10). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| ignored | Yes | ||
| truncated | Yes |