workspace_snapshot
Scan a workspace directory to produce a filtered file tree snapshot that respects .gitignore, enabling structured documentation for security reviews.
Instructions
Generate a snapshot of the workspace structure (file tree with .gitignore filtering)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum depth to scan (default: 5) | |
| root_path | Yes | Root directory to scan |