Open Current Workspace
open_current_workspaceOpens the configured default workspace at startup to establish the project root, enabling subsequent file inspection, edits, and Git-aware review without requiring a manual path.
Instructions
Use this once at the start to open the configured default workspace without accepting a path. Do not call open_workspace after this unless switching roots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Tree depth when include_tree=true. Default: 2. | |
| include_tree | No | Include a compact file tree. Default: false for speed. | |
| include_skills | No | Discover skills by name/description. Default: false for speed. | |
| include_global_skills | No | Also scan installed user/plugin skills when include_skills=true. Default: false. |