From a1fdc91225fbc9b1ca74092289fca3682e1a1c0a Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 29 Aug 2026 13:52:36 +0000 Subject: [PATCH] fix(docs): delete the os studio CLI reference section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `os studio` is not a shipped command — the CLI's oclif config uses the pattern strategy against packages/cli/src/commands with no alias map, and no studio command file exists there. A reader following the CLI reference would type `os studio` and get an oclif "command not found". `os dev` is documented directly above and the glossary already carries the real route (`os dev` / `os serve`, then /_console/studio in the browser), so the section is deleted rather than corrected — triage's adjudicated branch. Fixes #150 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_016TUrhcggSFrYctvp5dsV1A --- content/docs/reference/cli.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/docs/reference/cli.mdx b/content/docs/reference/cli.mdx index c5d96c9..70d3570 100644 --- a/content/docs/reference/cli.mdx +++ b/content/docs/reference/cli.mdx @@ -71,10 +71,6 @@ os dev # port 3002 by default os dev -p 4002 ``` -### `os studio` — dev server with the UI enabled - -Same as `os dev` but with the UI explicitly enabled. - ## Project commands ### `os init` — scaffold a new project