create_dir
Create a directory and all missing parents to establish an empty folder, useful for organizing a repository before adding files.
Instructions
Create a directory (including parents). write_file already creates parent directories, so this is only needed for empty directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to create. | |
| workspace | No | Workspace alias. Defaults to the active workspace. |