List all projects in the current workspace with sync status
--verbose | --json<objective> Display all projects registered in the workspace with their metadata, sync status, and module information. This command provides: - Quick overview of workspace projects from workspace.json - Project types, roles, and languages - Sync status (whether project's .claude/workspace.json is up-to-date) - Module counts from project-map.json - Optional detailed or JSON output </objective> <context> Workspace file: @workspace.json Project map: @project-map.json </context> <process> 1. **Load Workspace Configuration**: - Check for `workspace.json` in current directory - If not fo...