get_codebase_structure
Scan any workspace directory recursively to get a complete file tree and dependency list, while ignoring files excluded by .gitignore.
Instructions
Recursively scan workspace directory and return file tree and dependencies, respecting .gitignore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |