workspace-status
Workspace Status
Diagnose the health of an insight-wave workspace by checking its foundation files, environment variables, plugin registry, themes, dependencies, and MCP servers. The goal is to give the user a clear picture of what's working and what needs attention, with actionable fixes for every issue found.
Locating the Workspace
Find the workspace using this priority:
- User-provided path
$PROJECT_AGENTS_OPS_ROOTenvironment variable- Current working directory
If no .workspace-config.json exists at the resolved path, stop and tell the user no workspace was found. Suggest they run manage-workspace to create one and explain briefly what a workspace provides (centralized config, plugin discovery, shared themes).
Running the Checks
Run all seven checks, then present a single consolidated report. The checks are ordered by dependency — foundation must exist before environment makes sense, environment must be correct before plugins can be verified.