From 29907a4c3f129c7841c7734e5777174c980b744b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 13 Dec 2025 02:51:48 +0000 Subject: [PATCH] docs(mac): drop screenshot alias plan --- docs/mac/peekaboo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mac/peekaboo.md b/docs/mac/peekaboo.md index ce47a8aa9..e9bd934cf 100644 --- a/docs/mac/peekaboo.md +++ b/docs/mac/peekaboo.md @@ -37,7 +37,7 @@ Important nuance: ### Namespacing Add new automation commands behind a `ui` prefix: - `clawdis-mac ui …` for UI automation + visualization-related actions. -- Keep existing top-level commands (`notify`, `run`, `canvas …`, etc.) for compatibility, but `screenshot` should become an alias of `ui screenshot` once Peekaboo takes it over. +- Keep existing top-level commands (`notify`, `run`, `canvas …`, etc.) for compatibility, but do a clean cutover for screenshots: remove the legacy top-level `screenshot` command and ship only `clawdis-mac ui screenshot`. ### Output format Change `clawdis-mac` to default to human text output: @@ -111,6 +111,7 @@ Migration plan: - window/app targeting - visual feedback (flash / watch HUD) when enabled - Prefer writing images to a file path on the app side and returning the path (text-friendly), with `--json` providing the structured metadata. +- No aliases: remove the old `Request.screenshot` and introduce a new `Request.uiScreenshot` (or similar) so the new behavior is explicit and there’s no “legacy mode” to maintain. ## Permissions behavior If required permissions are missing: