Open Workspace
open_workspaceOpen a local project directory as a workspace, returning its ID, git status, skills, and compact file tree for immediate coding agent context.
Instructions
Open a local project directory as a CodexPro workspace. Returns a workspace_id plus git status, AGENTS.md, skills, and a compact file tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Alias for root. Useful for clients that naturally send path instead of root. | |
| root | No | Project directory to open. Omit to use CODEXPRO_ROOT/current working directory. Supports ~/ paths. | |
| max_depth | No | Tree depth. Default: 3. | |
| max_files | No | Alias for maximum tree entries. Default: 500. | |
| include_tree | No | Include a compact file tree. Default: true. | |
| include_skills | No | Discover workspace, user, and plugin skills by name/description. Default: true. | |
| bootstrap_context | No | Deprecated and ignored. Use handoff_to_agent to create .ai-bridge files. | |
| include_global_skills | No | Also scan installed user/plugin skills when include_skills=true. Default: true. |