Validate workspace
validate_workspaceCheck a workspace spec for schema compliance before launching. Returns validity status, error messages, and summary counts of windows, tabs, and panes.
Instructions
Validate a workspace spec against the hyperpanes schema without launching anything. Returns { valid, errors?, summary } where summary counts windows/tabs/panes. Accepts the nested windows[]->groups[]->panes[] shape or the legacy single-window panes[]/groups[] shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes |