/// `rsc analyze` — workspace health analytics.
/// `rsc bundle-id [<id>]` — read or update the app's bundle identifier.
/// `rsc build` — release build for a target platform.
/// `rsc dev` — development server with terminal trace output.
/// `rsc devices` — list available run targets across platforms.
/// `rsc doctor` — environment diagnostics for every platform's toolchain.
/// App icon generation for `rsc new` — bundled SVG rasterized per platform.
/// `rsc new` — scaffold a new ROSACE app project.
/// `rsc package` — bundle for distribution (.app / .deb / .exe).
/// `rsc run` — build + run the current app on desktop / web / iOS.
/// `rsc snapshot` — run an example and save its PNG output.
/// `rsc check`, `rsc test`, `rsc lint`, `rsc fmt` — workspace quality commands.