Docs: CLI capture commands + snapshot canvasSize#1051
Merged
Conversation
Expand the RocketSim CLI reference with the styling options and floating thumbnail flag for `screenshot`, add a new `video record` section (fps, Ctrl+C to stop, shared capture styling), and document the snapshot's new `data.canvasSize` field for scaling element frames onto a rendered screen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the agent-facing CLI surface that recently shipped in RocketSim, keeping the canonical docs in sync with the app and bundled skill.
screenshot: document--udid, the shared capture styling options (--background,--bezel,--frame-color,--device-shadow,--ratio/--asc,--watermark,--metadata,--touches/--touch-color/--touch-stroke,--orientation) as a table, plus--show-floating-thumbnail.video record: new section coveringrocketsim video record > recording.mp4,--fps(1–120, default 30), Ctrl+C to stop/flush, the shared capture styling options, and--show-floating-thumbnail.data.canvasSize: document the new JSON snapshot field ([width, height]device points = union of all raw frames incl. the app root) and why it matters for scaling element frames onto a rendered screen/overlay.video recordto the command list in the agentic-development overview.Related
canvasSizeto the agent snapshot / CLI output).Test plan
npm run build(astro build) succeeds — 78 pages built, no new errors.floating-thumbnaillink uses the same slug as the rest of the docs.