Switch context to a specific project within the workspace
project-name<objective> Switch the working context to a specific project within the workspace for focused development. This command: - Changes working directory to the project - Loads project-specific configurations - Updates context for subsequent commands - Displays project overview </objective> <context> Workspace file: @workspace.json </context> <process> 1. **Load Workspace Configuration**: - Find `workspace.json` in current directory or parent directories - If not found: Inform user no workspace is configured - Parse workspace configuration 2. **Identify Target Project**: - If $AR...