Launch workspace
launch_workspaceOpen a hyperpanes workspace from a JSON file path or an inline workspace spec. Choose file mode for a lossless temp-file launch or CLI mode to compile flags.
Instructions
Launch hyperpanes with a workspace. Provide either path (an existing .json) or spec (a workspace object). Requires a launcher: pass launcher or set the HYPERPANES_BIN env var (hyperpanes has no PATH binary). mode defaults to "file" (writes a temp .json — lossless); "cli" compiles to flags (drops JSON-only fields like bounds/active/subtitle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Launch via temp file (default) or compiled CLI flags. | |
| path | No | Path to an existing workspace .json to launch. | |
| spec | No | ||
| launcher | No | Path to the hyperpanes executable. Overrides HYPERPANES_BIN. |